Messing around with VCVRack

15 December 2017
Posted in: C++ software audio modular synthesizers VCVRack music

Update: Beta version available. The source code for this is missing right now because I'm working on commercial VCVRack development.

I’ve been excited by all the activity around VCVRack, an open source software modular synthesizer for desktop computers. I decided to try my hand at writing a simple shift register module for it. The guts of a module is a C++ function that gets called once per output sample. Implementation was dead-simple; perhaps I’ll expand on this module.

The panel SVG labels do not match function! From top to bottom, the components are:

Source Code