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

Results 24 VCV-Prototype issues
Sort by recently updated
recently updated
newest added
trafficstars

Ref: https://github.com/VCVRack/VCV-Prototype/pull/73 Posting this here for reference, as it's too long for a PR comment, and any discussion can be done in this issue. ``` g++ -o plugin.dll build/src/Prototype.cpp.o build/src/QuickJSEngine.cpp.o...

these flags are set in the libpd makefile internally when building the multi instance target as we do with the `MULTI=true` build parameter

```make dep``` build works on Windows. Currently the ```make dist``` step for the SC engine part of the module fails. Can be built successfully on Mac, Linux untested.