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.
U-ACTIVED\danielez 073df5ef74 Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
..
composites Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
docs Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
dsp Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
gfx Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
projects/vs_windows Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
res Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
src Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
test Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
.gitignore Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
LICENSE Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
Makefile Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
README.md Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
test.mk Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago

README.md

About SquinkyVCV

This project is a frequency shifter module for VCV Rack. Over time project is expected to grow from a single module to a collection of several modules.

You can find us on Facebook here

Manuals

Here is the user’s manual for the frequency shifter.

Contributing

Please use our GitHub issues page to report problems, request features, etc. If you don’t already have a GitHub account you will need to create one, as you must be logged in to post to GitHub.

For general communications, you may use our Facebook Page

We are not currently accepting pull requests.

Installing binaries

Download the current release from our releases page. Follow the standard instructions for installing third-party plugins in rack: here

Note that the built-in unzip in windows explorer will create an extra folder called with the same name as the zip file. But when everything is unzipped you want your folder structure to look like this:

plugins/
    <other plugins>
    squinkylabs-plug1/
        plugin.dll
        plugin.dylib
        plugin.so
        LICENSE
        res/   
            <one or more svg files>
            <possibly other resources

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

VCV Rack version 0.6.0

The next version of VCV Rack is coming soon. Version 0.5.x plugins will not work with version 0.6.0.

We have ported our code to VCV 0.6.0. Our “master” branch is now 0.6.0dev compatible. Pulugins built from master will run in VCV Rack 0.6.0dev, and will not run in any 0.5.x versions of VCV Rack.

Please report any issues running in VCV Rack 0.6.0dev on our GitHub issues page.

Like most plugin developers, we will update our releases and post in the Plugin Manager once 0.6 ships.