I am writing a software tool that creates a MIDI instrument patch with several preloaded phrases, connected to their corresponding sounds as a mp4 file for a hobby project of mine.
However, the user of my tool also has the option to add new sounds if they desire.
After initializing the instrument, the user passes in a MIDI file to play with that instrument.
I have explored existing Python libraries like Mido, but I believe I would need a programmatic sampler to achieve what I'm looking for. Does pyo offer this functionality, and if so, where is the API documentation / an example I could use?
Hello @belangeo , nice project!
I am writing a software tool that creates a MIDI instrument patch with several preloaded phrases, connected to their corresponding sounds as a mp4 file for a hobby project of mine.
However, the user of my tool also has the option to add new sounds if they desire.
After initializing the instrument, the user passes in a MIDI file to play with that instrument.
I have explored existing Python libraries like Mido, but I believe I would need a programmatic sampler to achieve what I'm looking for. Does pyo offer this functionality, and if so, where is the API documentation / an example I could use?