Read the manual here:
monome-rack is a plugin for the VCVRack open-source virtual modular synthesizer that emulates (some of) the open-source Eurorack modules and control hardware designed and manufactured by monome. This is an unofficial community-driven port, made with permission, but no support guarantees, warranties, or suitability for purpose are provided by anyone.
This plugin currently includes:
- teletype, a dynamic, musical, scriptable event triggering platform.
- ansible, a multi-mode sequencing and event-triggering module
- white whale, a probabilistic step sequencer
- meadowphysics, an event sequencer for polyrhythms and rule-based evolving patterns
- earthsea, a live keyboard that can sequence melodies and recall CV with shape memory gestures
- Support for monome grid and monome arc hardware controllers, both current editions and older models, plus virtual versions of the grid controller within VCV Rack, in 64, 128, and 256-key flavors.
All of the modules can connect to either a virtual grid or a real hardware grid controller. (Serialosc is required to use real hardware, but no drivers are required for the virtual grids.)
Through the virtual grid, all features of each module are accessible, but some features are awkward to use without multiple fingers on a real grid. See the manual for tips on using virtual grids.
To install the latest library release:
- Visit the plugin's page in the VCV Library and click Add.
- Start VCV Rack and run Library > Update All to install the new modules.
- Restart VCV Rack.
- Optional: to use monome grid and arc hardware, make sure to install serialosc.
- Start VCVRack. Add a
white whale
andgrid 128
module to your patch. - Right-click the
white whale
module and select your virtual grid from the list of devices. It should light up. - If you have a hardware grid connected, right-click the module and select your hardware grid from the list. The virtual grid should go dark and your physical grid should light up.
See the online manual, specifically the Getting Help section.
For instructions on installing prerelease builds, see DEVELOPING.md.
See DEVELOPING.md.
See the Credits & License.
See the release plan for the current thinking, but no promises.
In order of importance, the initial goals of this project were/are:
- Provide an easier environment for developing, debugging, and testing new and improved firmware features for the monome Eurorack modules
- Allow users of the hardware modules to practice, experiment, and/or record while away from their systems
- Expose new users to the monome hardware/software ecosystem
- Accelerate development of completely new grid applications
- "Because it was there"
The firmwares for the monome modules are written in C for the AVR32 platform. (More details here.) In this project, these firmware repos are built into separate C shared libraries, together with stub I/O implementations for parts of the AVR32 API. The Rack plugin will load a new copy of this firmware library into memory for each module instance you place, so statics and globals work as expected within each copy of the module.