Skip to content

4ms/ROMplers

Repository files navigation

ROMplers: Sampled drum module plugin

For the 4ms Metamodule and VCV Rack

Read the user manual here

Building:

Get the repo and clone submodules:

git clone https://github.com/4ms/ROMplers

cd ROMplers
git submodule update --init --recursive

Build the MetaModule plugin:

Requires arm-none-eabi-g++ toolchain v12.2 or v12.3 on your PATH (newer versions will not work, must be these versions only).

cmake --fresh -B build
cmake --build build

If you need to specify the path to the arm toolchain (v12.2.x or v12.3.x is REQUIRED):

cmake --fresh -B build -DTOOLCHAIN_BASE_DIR=~/bin/arm-gnu-toolchain-12.3.rel1-darwin-arm64-arm-none-eabi/bin
cmake --build build

The MM plugin will be in metamodule-plugins/

Build the VCV Rack plugin:

See VCV Rack development environment for pre-requisites.

make dep
make install

About

ROM based drum machines for MetaModule

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages