notahat / simplesynth

Start SimpleSynth. Plug in a MIDI keyboard. Play.
MIT License
149 stars 41 forks source link

Initial Lion compatibility work #1

Closed n9yty closed 13 years ago

n9yty commented 13 years ago

This change was required for Lion, works on Snow Leopard, can not verify systems before that. Changed base target to 10.5 as I can not compile for 10.4 on my system.

I didn't change anything else, I am not running Lion on my main system yet, but I saw a report online that this was not working so I have started to look at it in anticipation of my Lion update.

The change is to remove the FSSpec stuff when setting the soundfont for the DLSMusicDevice and instead use an NSURL.

n9yty commented 13 years ago

Will re-work, something else seems amiss....