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:
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:
white whale
and grid 128
module to your patch.white whale
module and select your virtual grid from the list of devices. It 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:
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.