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 dd8f761dbf add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
..
README.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
booty-shifter.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
booty-shifter.png add squinkylabs-plug1 modules + new Win64 VST binary 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
experimental.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
formants.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
growler.jpg add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
growler.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
installing-binaries.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
lfo-waveforms.png add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
thread-booster.md add squinkylabs-plug1 modules + new Win64 VST binary 6 years ago
unit-test.md add squinkylabs-plug1 modules + new Win64 VST binary 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.

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

Experimental modules

At any given time, there may partially finished “experimental” modules in this repo. You can find up to date information on them here.

Unit testing framework

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