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...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch to add soundfonts support to midi_coreaudio
Great patch! This one needs to go into Exult as well!
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...
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
yes, sorry, I was kind of hijacking this patch discussion for this.
Thanks. I added it to the SVN. I added a small description to the configuration file as well.