surge-synthesizer / surge

Synthesizer plug-in (previously released as Vember Audio Surge)
https://surge-synthesizer.github.io/
GNU General Public License v3.0
3.1k stars 395 forks source link

Pybind: Add ability to process inputs #7672

Closed dhatadi closed 3 months ago

dhatadi commented 3 months ago

Currently you can call processMultiBlock from Python but this only supports an output array. To support vocoding, you also need to process input.

dhatadi commented 3 months ago

I have a solution working locally, I will submit a PR

mkruselj commented 3 months ago

@dhatadi Oh, a familiar face here! Welcome! 🙂

(@baconpaul Daniel is ex-NI as of very recently.)