VCV-Prototype icon indicating copy to clipboard operation
VCV-Prototype copied to clipboard

Add Python script engine

Open AndrewBelt opened this issue 6 years ago • 0 comments
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.

AndrewBelt avatar Sep 16 '19 23:09 AndrewBelt