|  | 7 years ago | |
|---|---|---|
| .. | ||
| .github | 7 years ago | |
| docs | 7 years ago | |
| graphics | 7 years ago | |
| res | 7 years ago | |
| src | 7 years ago | |
| utils | 7 years ago | |
| .gitignore | 7 years ago | |
| .travis.yml | 7 years ago | |
| LICENSE.txt | 7 years ago | |
| Makefile | 7 years ago | |
| README.md | 7 years ago | |
Modules for VCVRack.
More infos and user manuals: https://iohannrabeson.github.io/VCVRack-Simple/
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
Compilation is tested on Linux with gcc-7.
Compilation is tested on Osx with clang.
Compilation is tested with the recommended setup for Rack, using MSys2.
The website use Jekyll. You can start a local server using:
make serve