spotify / pedalboard

🎛 🔊 A Python library for audio.

Home Page:https://spotify.github.io/pedalboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

2CoderOK opened this issue · comments

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!