monome-rack
monome-rack copied to clipboard
VCV Rack plugin for monome Eurorack modules
- [x] Integrate firmware - [x] Create Rack module and map I/O - [x] Save NVRAM in patch - [ ] Save VRAM in patch - [x] Fix race condition...
I would like to be able to use [OpenStageControl ](https://openstagecontrol.ammd.net/) and/or [TouchOSC ](https://hexler.net/touchosc) to send/receive OSC messages to/from the monome-rack plugins via UDP/IP. https://www.youtube.com/watch?v=Y1QRYYoeQQs&ab_channel=PrimordialWaves https://github.com/okyeron/oscgrid Various Opensource modules allready support...
### What operating system and version are you running? Windows 11 ### What version of Rack are you running? Rack 2.0.4 pre-release ### What's the behavior you observed? My DK...
* Support connection of serialosc arc devices to modules that support arcs * Virtual arc2? * Virtual arc4 - linear or 2x2? Rack form factor is not clear. Leaning towards...
Ubuntu 18.04 Linux VCV Rack CE v2.git.219bbaf1 Loading the Ansible module crashes VCV Rack: ``` [43.598 info src/common/FirmwareManager.cpp:180 load] Loading module firmware from /home/dlphilp/src/Rack2/plugins/monome-rack/res/firmware/ansible.so // ansible //////////////////////////////// == FLASH struct...
Calling a script from itself can freeze Rack -- look into why recursion protection doesn't prevent this.
- [ ] Save NVRAM (and VRAM scene state?) as JSON rather than memory buffer, for more version-independence - [ ] Take advantage of [new patch format](https://github.com/VCVRack/Rack/issues/1807) to avoid hitting...
Build `ragel` as part of the `make dep` target for all platforms since the official Rack toolchain does not have it installed.