/SynthKit

Synth Kit for VCV Rack (miRack port)

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

SynthKit

ADD SUBTRACT AND OR 1x8 1x8 CV CLOCK DIVIDER ROTATING CLOCK DIVIDER SHIFTING CLOCK DIVIDER PRIME CLOCK DIVIDER FIBONACCI CLOCK DIVIDER SEQ-4 SEQ-8

A series of modules for VCVRack. This are meant to be basic building blocks of synthesis, that will help you create bigger and more complicated synthesizers.

Full documentation is available.

Building

Building requires SynthDevKit, which will be checked out as part of the build initialization.

$ git clone https://github.com/JerrySievert/SynthKit
$ cd SynthKit
$ git submodule init
$ git submodule update
$ make

Special thanks to @jonheal (Jon Heal), who designed and provided the look and feel of SynthKit. His hard work is what made this a cohesive set of useful modules.