VCV-Prototype
VCV-Prototype copied to clipboard
Add Python script engine
trafficstars
Advantages:
- Numpy/Scipy has great DSP.
Disadvantages:
- Not multithreaded. Can have multiple interpreters though, as long as a lock is held when executing each one.
- Bundling Numpy/Scipy would be difficult.
- Unsafe, would need #4.