First, clone this repo and cd
into the new directory.
git clone https://github.com/4ms/metamodule
cd metamodule
If you would like to use a different branch than main
, switch to this branch before submodules are updated:
git checkout BRANCHNAME
Initialize and update the submodules recursively:
git submodule update --init --recursive
Next, setup your development environment by following the instructions on this page.
The Meta Module environment is built using three separate components: The VCV Rack Plugin (which includes the Meta Module patch exporter module), the Firmware for the Meta Module hardware, and the Firmware Simulator that allows you to run the firmware locally to test changes.
For information about building and using these components, please follow the separate guides:
If you would like to port your own VCV modules to the Meta Module platform, please see the Porting Guide.