vcvrackplugins_dekstop
vcvrackplugins_dekstop copied to clipboard
VCV Rack plugins: WAV recorder, 8-channel gate step sequencer, 3-channel tri-state step sequencer.
Hi! I wanted to know if you will do a pull request to add your modules to the plugin manager? because right now there is only the link to the...
This is a start of a port to v0.6 API Based on https://github.com/VCVRack/community/issues/269 and https://github.com/VCVRack/Rack/issues/258 The main part left is the handling of the widgets templates in Recorder.cpp.
The panel of both Recorder modules is slightly off. The image below shows one case, but if you swap the 2 & 8 modules, the same gap appears. Thanks for...
Very simple, but useful: Display the elapsed time of the current recording in the recorders.
Rack v0.5.1 will include a plugin manager, and plugins need to follow the [versioning guidelines](https://github.com/VCVRack/Rack/issues/266) in order to be accepted. You can use this [example plugin Makefile](https://github.com/VCVRack/Tutorial/blob/master/Makefile) and [Tutorial.cpp file](https://github.com/VCVRack/Tutorial/blob/master/src/Tutorial.cpp)...