Skip to content

SVModular/SynthKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.