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 9e60e936f9 update SquinkyLabs modules to v0.6.9 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 update SquinkyLabs modules to v0.6.9 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 update SquinkyLabs modules to v0.6.9 6 years ago
booty-shifter.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
both.png update SquinkyLabs modules to v0.6.9 6 years ago
chebyshev.md update SquinkyLabs modules to v0.6.9 6 years ago
chebyshev.png update SquinkyLabs modules to v0.6.9 6 years ago
chopper.md update SquinkyLabs modules to v0.6.9 6 years ago
chopper.png update SquinkyLabs modules to v0.6.9 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
colors.md update SquinkyLabs modules to v0.6.9 6 years ago
colors.png add squinkylabs-plug1 modules + new Win64 VST binary 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 update SquinkyLabs modules to v0.6.9 6 years ago
ev3.md update SquinkyLabs modules to v0.6.9 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 update SquinkyLabs modules to v0.6.9 6 years ago
formants.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
full-wave.png update SquinkyLabs modules to v0.6.9 6 years ago
functional-vco-1.md update SquinkyLabs modules to v0.6.9 6 years ago
functional.png update SquinkyLabs modules to v0.6.9 6 years ago
gray-code.md update SquinkyLabs modules to v0.6.9 6 years ago
gray-code.png update SquinkyLabs modules to v0.6.9 6 years ago
growler.jpg add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
growler.md update SquinkyLabs modules to v0.6.9 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 update SquinkyLabs modules to v0.6.9 6 years ago
intro-2-110.png update SquinkyLabs modules to v0.6.9 6 years ago
intro-3-110.png update SquinkyLabs modules to v0.6.9 6 years ago
lfn.md update SquinkyLabs modules to v0.6.9 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 update SquinkyLabs modules to v0.6.9 6 years ago
shaper-panel.png update SquinkyLabs modules to v0.6.9 6 years ago
shaper.md update SquinkyLabs modules to v0.6.9 6 years ago
shifter.md update SquinkyLabs modules to v0.6.9 6 years ago
smooth.png update SquinkyLabs modules to v0.6.9 6 years ago
thread-booster.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
thread-booster.png update SquinkyLabs modules to v0.6.9 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

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.