belangeo / pyo

Python DSP module
GNU Lesser General Public License v3.0
1.32k stars 132 forks source link

Question: Creating an instrument patch #283

Open shreyanmitra opened 2 months ago

shreyanmitra commented 2 months ago

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?