Skip to content
/ metamodule Public

MetaModule virtual patch module firmware

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
LICENSE-GPL-v3.txt
Notifications You must be signed in to change notification settings

4ms/metamodule

Repository files navigation

MetaModule

Build Simulator Build Firmware

Start

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.

Next Steps

The MetaModule environment is built using three separate components: The VCV Rack Plugin (which includes the MetaModule patch exporter module), the Firmware for the MetaModule 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:

Usage

Contributing

If you would like to create plugins of your own VCV modules for the MetaModule platform, please see the Plugin Guide.