Bark icon indicating copy to clipboard operation
Bark copied to clipboard

VCVrack Modules

Results 6 Bark issues
Sort by recently updated
recently updated
newest added

Could you please add a git tag/release for the `v2.3.1` stable version? Thanks :)

I see you have added a custom "4th clause" to your license file. This is not compatible with BSD licensing at all. It actually makes your project entirely non-FOSS compatible....

---v2.3.0--- VCV Rack v2 compatibility update Various panel updates: preview font Various port/param/light descriptions added Update components: lights, ports minor changes to some buttons Screws now have a random rotation...

1. One Band module : When a modulation source is connected to the frequency dial CV input, regardless of it's range, the lowest value of the modulated frequency range will...

Intentional

Lots of issues related to simde instructions: ``` _ARM64 -march=armv8-a+fp+simd -DARCH_MAC -mmacosx-version-min=10.9 -c -o build/src/QuadLogic.cpp.o src/QuadLogic.cpp In file included from src/PolyMix.cpp:3: In file included from src/dependancies/dsp/cpPan.h:2: In file included from...

Include simde on aarch64 rather than ximmintrin etc... directly Alternately you could just include the rack.hpp but this seems a bit lower level than that. Closes #39