Menu

#242 Add (optional) SoundFont support to midi_coreaudio synth

closed
Qbix
None
5
2012-09-07
2011-01-19
No

The Mac OS X CoreAudio synth supports SoundFonts. This patch enables DOSBox to use that feature though the use of the 'midiconfig' parameter.

[midi]
mididevice=coreaudio
midiconfig=/path/to/soundfont.sf2

Discussion

  • Jason C. Penney

    Jason C. Penney - 2011-01-19

    Patch to add soundfonts support to midi_coreaudio

     
  • Dominik Reichardt

    Great patch! This one needs to go into Exult as well!

     
  • Dominik Reichardt

    While compiling I got the warnings that the Augraph stuff is deprecated. Not a problem now, still works but might be a problem for Dosbox when OS X gets an update...

     
  • Jason C. Penney

    Jason C. Penney - 2011-01-20

    Those warnings were already present before the patch, so fixing them shouldn't effect it.

    It's an easy fix to update to the newer APIs though:
    AUGraphNewNode -> AUGraphAddNode
    AUGraphGetNodeInfo ->AUGraphNodeInfo

     
  • Dominik Reichardt

    yes, sorry, I was kind of hijacking this patch discussion for this.

     
  • Qbix

    Qbix - 2011-07-21

    Thanks. I added it to the SVN. I added a small description to the configuration file as well.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.