VCVRack / VCV-Prototype

Other
130 stars 22 forks source link

Feature request: partial access to the Rack API #31

Closed teknico closed 3 years ago

teknico commented 4 years ago

It'd be great to be able to access the DSP calls for example, I could use a couple biquad filters.

AndrewBelt commented 3 years ago

rack::dsp::BiquadFilter etc are template headers, so calling them from scripting languages is impossible. Just reimplement them in your scripts.