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

Issue to collect possible updates and improvements of the libpd backend (once it is [merged](https://github.com/VCVRack/VCV-Prototype/pull/35)). 1. multi-instance support (depends on Merge request https://github.com/libpd/libpd/pull/282 to libpd which depends on WIP merge...

I'm using a 32 bit linux machine, but I compiled it from the source code. Not really sure what the issue is or if I'm doing something wrong.

looks like the python dep is failing on macOS (10.14, Xcode 11): ``` gcc -mmacosx-version-min=10.7 -stdlib=libc++ -mmacosx-version-min=10.7 -stdlib=libc++ -Wl,-stack_size,1000000 -framework CoreFoundation -o python.exe Programs/python.o -L. -lpython3.8 -ldl -framework CoreFoundation DYLD_LIBRARY_PATH=/Users/jerry/work/Rack/plugins/VCV-Prototype/dep/Python-3.8.0rc1...

VCV Rack 1.dev Linux Ubuntu 18.04 Just asking. I have the Pure Data example scripts working here with the latest VCV Prototype, very nice. So, if I want GEM support...

wondering what you think about adding a javascript module loader? modules would be able to be loaded from either a specific defined path, or from a configured path, either absolute...

With the current implementation Rack will accept one editor for all backends. However it doesn't make much sense to open .pd files with a code editor. Suggestion: Remove the option...

I had originally asked this in issue #18, but you asked to keep issue separate. If I click to open a new file, the open dialog starts within the /plugins/prototype/examples...

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...

Advantages: - Could include [JuliaDSP](https://github.com/JuliaDSP/DSP.jl) and maybe other packages. Disadvantages: - Julia and its dependencies take ~1 hour to build (mostly due to LLVM). - Not secure. Would need #4.

**macOS**: Sonoma 14.2.1 **Homebrew**: 4.2.1 Building dependencies _failed_ due to outdated premake4 which is not available anymore. May be updated to premake5 - but I did not found any quick...