I want to play instrumental sounds in my app. The duration of the sounds is flexible so MIDI seems the best solution.
I am using Open Framework for now. Using Audio Units, I managed to process an input sound, not to play through an instrument. I have found AUi instruments on my Mac but I don't know how to access them from my code. I didn't find any way to play General Midi (built in MIDI instrument). No out port found with RTMidi.
Does anyone have a solution? Thank you!