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
..
.github 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
graphics 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
utils 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
.travis.yml Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
LICENSE.txt 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

README.md

VCVRack-Simple Build Status

Modules for VCVRack.

Clock divider image Clock image Wav Recorder Button trigger image

More infos and user manuals: https://iohannrabeson.github.io/VCVRack-Simple/

Building from sources

Clone this repository into the Rack's plugins directory then build using Make:

cd Rack/plugins/
git clone https://github.com/IohannRabeson/VCVRack-Simple.git
cd VCVRack-Simple
make

Linux

Compilation is tested on Linux with gcc-7.

Osx

Compilation is tested on Osx with clang.

Windows

Compilation is tested with the recommended setup for Rack, using MSys2.

Website

The website use Jekyll. You can start a local server using:

make serve