VCV-Prototype
VCV-Prototype copied to clipboard
Hello. I trying to compile v2 branch. Getting this error after make dep: ``` cc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./libpd_wrapper -I./libpd_wrapper/util -I./pure-data/src -DHAVE_LIBDL -I/System/Library/Frameworks/JavaVM.framework/Headers -ffast-math -funroll-loops -fomit-frame-pointer -O3 -DLIBPD_EXTRA -DPDINSTANCE -DPDTHREADS...
Is VCV Prototype still a live project? Is it working with VCV Rack 2? I've just installed VCV Rack 2 and I think I have Prototype installed via my library...
Managed to build VCV-Prototype 2.3.0 [f693e76](https://github.com/VCVRack/VCV-Prototype/commit/f693e763335b5912ddfc2f8e26f687ffcf3693e6) on Windows 11 Msys64 Edited Makefile to a QUICKJS only build ``` DUKTAPE ?= 0 QUICKJS ?= 1 LUAJIT ?= 0 PYTHON ?= 0...
This fixes extension handling and registration to work with V2 by using strings that include the leading `.`. The V2 SDK's `system::getExtension` returns strings with a leading `.` (as it...
I'd like to propose a feature to get and set values of a neighboring module by VCV Prototype. Currently the values can be copied into the clipboard (Ctrl-C, Ctrl-P) in...
Updates supercollider to v3.12 instead of using old vcv-prototype-support branch. Fixes https://github.com/VCVRack/VCV-Prototype/issues/54#issuecomment-923109721
Goal is to use https://faustide.grame.fr/ to generate a vcv rack module. First i tried generating the vcvrack project file with their Web gui, but th ecompilation failed. then i tried...
Fix for https://github.com/VCVRack/VCV-Prototype/issues/54#issuecomment-922844278 Redone as per https://github.com/VCVRack/VCV-Prototype/pull/56#discussion_r712273711 review
Linux: ``` src/QuickJSEngine.cpp:2:10: fatal error: quickjs/quickjs.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. ```
I haven't been able to get [netreceive] to work in a Pd patch loaded into VCV Prototype in Windows. It works fine in Linux. Simple test Pd patch:  In...