rorywalsh / CabbageRack

GNU General Public License v3.0
18 stars 1 forks source link

Cabbage for VCV RACK

sample screenshot

Building

To build, follow the instructions here to compile and build the template plugin. Then cd to Rack/plugins/ and run

git clone https://github.com/rorywalsh/CabbageRack
cd CabbageRack

Then call the appropriate makefile for your platform by using the -f filename command line option to make:

make -f Makefile.win

just call make on its own to build for Linux.

The build script uses the locations for the Csound headers and libraries. if you install to custom location, update the makefiles.

Running

CabbageRack comes with a simple example file. In order to create an new module simply copy the CabbageRack folder and rename it. The name you choose will be the title of your new module. The .csd file contained within the folder must have the same name as the folder. For example, if the module is called CabbageSoup, the .csd file contained within must be call CabbageSoup.csd.

IMPORTANT: Please read before this interface: