You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: