adbrant / ArableInstruments

BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link
vcvrack

Arable Instruments - Joni

Fork of Audible Instruments 'Texture Synthesizer', based on Mutable Instrument's Clouds.

Features:

Parable Instruments - Neil

This repository also builds an alternative version, based on the 'Parasites' alternative firmware for Clouds (https://mqtthiqs.github.io/parasites/clouds.html).

Parasites has many features and tweaks compared to the vanilla firmware, including:

IMPORTANT NOTE: This repository includes code for both the vanilla firmware (Joni) and Parasites firmware (Neil), but only builds one at a time as separate libraries. If you want to maintain both side by side in a development branch, you can have two clones of the repository under different names in the plugins folder. The parasites firmware is build using the makefile 'Makefile.parasite'. To build the parasites firmware, run 'make clean', and then build using the makefile Makefile.parasite: make -f Makefile.parasite make -f Makefile.parasite dist

Building Instructions:

After cloning the repo, do a submodule update with git submodule update --init --recursive

To build the plugin: make

To package: make dist

To build the parasites firmware, run 'make clean', and then build using the makefile Makefile.parasite: make -f Makefile.parasite make -f Makefile.parasite dist

Possible future plans:

Many thanks to Olivier Gillet for open sourcing the Clouds firmware, Andrew Belt for the orignal VCV Rack ports, and Matthias Puech for the Parasites firmware.