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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3a7a5d · Jul 12, 2024
Jul 9, 2024
Jun 13, 2024
Jul 12, 2024
Jun 28, 2024
Jul 8, 2024
Jul 8, 2024
Jun 29, 2024
Nov 17, 2023
Apr 29, 2024
Apr 29, 2024
Oct 24, 2023

Repository files navigation

Meta Module

Build Simulator Build VCV Rack Plugin Run VCV unit tests 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 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:

Usage

Contributing

If you would like to port your own VCV modules to the Meta Module platform, please see the Porting Guide.