spotify / pedalboard

🎛 🔊 A Python library for audio.
https://spotify.github.io/pedalboard
GNU General Public License v3.0
4.96k stars 249 forks source link

Is it possible to use VST3 instrument plugin in AudioStream for Live Audio #307

Open 2CoderOK opened 3 months ago

2CoderOK commented 3 months ago

Good day Team! First of all thank you for the hard work you are doing! This lib is amazing!

I was trying to create a Python VST host for Kontakt. When adding a VST3 plugin to AudioStream plugins, I keep getting an error that only pedalboard_native.Plugin type is supported.

I was thinking of having a VST3 instrument (e.g. Kontakt) and use it as an input for AudioStream and ability to send midi messages to the VST3 plugin in real-time. So this will basically work as a Kontakt Sampler in Python. I'm aware of possible issues with locks and etc, but it's totally acceptable in my case.

Is this possible with Pedalboard?

Thank you!