You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bsp2 f8e7b21248 March 2019 modules update 6 years ago
..
README.md update SquinkyLabs modules to v0.6.9 6 years ago
alias-setup.png update SquinkyLabs modules to v0.6.9 6 years ago
aliasing.md March 2019 modules update 6 years ago
booster.md update SquinkyLabs modules to v0.6.9 6 years ago
booty-shifter-old.md update SquinkyLabs modules to v0.6.9 6 years ago
booty-shifter.md March 2019 modules update 6 years ago
booty-shifter.png March 2019 modules update 6 years ago
both.png update SquinkyLabs modules to v0.6.9 6 years ago
chebyshev.md March 2019 modules update 6 years ago
chebyshev.png March 2019 modules update 6 years ago
chopper.md March 2019 modules update 6 years ago
chopper.png March 2019 modules update 6 years ago
clip-collage.png update SquinkyLabs modules to v0.6.9 6 years ago
clip.png update SquinkyLabs modules to v0.6.9 6 years ago
clip2.png March 2019 modules update 6 years ago
colors.md update SquinkyLabs modules to v0.6.9 6 years ago
colors.png March 2019 modules update 6 years ago
composites.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
crush.png update SquinkyLabs modules to v0.6.9 6 years ago
emitter-coupled.png update SquinkyLabs modules to v0.6.9 6 years ago
ev3-panel.png March 2019 modules update 6 years ago
ev3-pitch.png March 2019 modules update 6 years ago
ev3.md March 2019 modules update 6 years ago
experimental.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
fold-collage.png update SquinkyLabs modules to v0.6.9 6 years ago
folder-II.png update SquinkyLabs modules to v0.6.9 6 years ago
folder.png update SquinkyLabs modules to v0.6.9 6 years ago
formants.md March 2019 modules update 6 years ago
formants.png March 2019 modules update 6 years ago
full-wave.png update SquinkyLabs modules to v0.6.9 6 years ago
functional-vco-1.md March 2019 modules update 6 years ago
functional.png March 2019 modules update 6 years ago
gray-code.md March 2019 modules update 6 years ago
gray-code.png update SquinkyLabs modules to v0.6.9 6 years ago
growler.jpg March 2019 modules update 6 years ago
growler.md March 2019 modules update 6 years ago
growler.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
half-wave.png update SquinkyLabs modules to v0.6.9 6 years ago
installing-binaries.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
intro-1-110.png March 2019 modules update 6 years ago
intro-2-110.png March 2019 modules update 6 years ago
intro-3-110.png March 2019 modules update 6 years ago
keymap.md March 2019 modules update 6 years ago
lfn.md March 2019 modules update 6 years ago
lfn.png update SquinkyLabs modules to v0.6.9 6 years ago
lfo-waveforms.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
odd.png update SquinkyLabs modules to v0.6.9 6 years ago
release-notes.md March 2019 modules update 6 years ago
saws-panel.png March 2019 modules update 6 years ago
saws.md March 2019 modules update 6 years ago
shaper-panel.png March 2019 modules update 6 years ago
shaper.md March 2019 modules update 6 years ago
shifter.md March 2019 modules update 6 years ago
smooth.png update SquinkyLabs modules to v0.6.9 6 years ago
sq.md March 2019 modules update 6 years ago
style-guide.md March 2019 modules update 6 years ago
thread-booster.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
thread-booster.png March 2019 modules update 6 years ago
unit-test.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
vco-optimization.md update SquinkyLabs modules to v0.6.9 6 years ago
xlfn.png March 2019 modules update 6 years ago

README.md

Squinky Labs modules for VCV Rack

All of our plugins are free and open source. The instruction manual describes all of the released modules.

The release notes describe recent changes.

All of our released modules may be found in the [VCV Rack plugin manager] (https://vcvrack.com/plugins.html). This is by far the easiest way for most users to install our modules and keep them up to date.

It is also quite easy to clone this repo and build them yourself. In order to do this, however, you must first download and build VCV Rack itself.

Information for developer and experimenters

There are various test modules, test code, and other good things hidden away in this repo. We will try to point you to some that may be of interest.

Most of the documentation may be found in the docs folder.

Building source

As with all third-party modules for VCV, you must:

  • Clone the VCV Rack repo.
  • Build Rack from source.
  • Clone SquinkyVCV in Rack’s plugins folder.
  • CD SquinkyVCV
  • make

Unit testing framework

We have reasonably thorough tests for our code. Some of this might be of interest - it's here.