notahat / simplesynth

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

64-Bit Support Implemented (Also Runs on Apple silicon Under Rosetta) #10

Closed TroikaTronix closed 2 years ago

TroikaTronix commented 2 years ago

I've made slight adjustments to the project to compile SimpleSynth as a 64-bit only app and to add the hardened runtime so it can be notarized. I also took the liberty of setting the minimum system version to 10.10, which is pretty old by now. (10.9 I the minimum for notarization anyway).

Runs beautifully on both Apple silicon (under Rosetta) and on an Intel machine. ;-)