MonoCtrl [monocontrol] is a control interface for the Korg Monologue synthesiser.
Written by Blokatt.
- Two-way CC/PC sync
- Automatic preset requesting via SysEx
- Parameter randomisation/mutation
- User preset support
- MIDI passthrough options
- SysEx-safe MIDI channel selection
-
1.1 (03/07/19)
- Fixed incompatibility issues with version 2.0 of the Monologue firmware, IT IS HIGHLY RECOMMENDED THAT YOU INSTALL THIS UPDATE AS WELL as the previous version may no longer work with this plugin!
https://www.korg.com/us/support/download/software/0/733/3529/
- Fixed incompatibility issues with version 2.0 of the Monologue firmware, IT IS HIGHLY RECOMMENDED THAT YOU INSTALL THIS UPDATE AS WELL as the previous version may no longer work with this plugin!
-
1.0 (09/02/19)
- Initial release
On a non-portable Windows installation of Reaper:
- Simply run install_windows.bat or create a new directory called blokatt in your Effects folder (usually found in %appdata%/Reaper/) and copy the monoctrl folder into it.
Anywhere else:
- In the Effects folder of your Reaper installation, create a new directory called blokatt and copy the monoctrl folder there.
- Create a new track and change the following settings:
- Input: MIDI -
- 'Monologue KBD/KNOB' (All channels! -> important for SysEx reasons)
- Routing -> MIDI Hardware Output -
- 'Monologue SOUND', enable low latency mode in Options -> Preferences -> Devices -> MIDI outputs*
- Add MonoCtrl as a track effect
Arm recording and enable monitoring. Make sure Tx/Rx MIDI is enabled in the global settings of your Monologue!
The utils folder contains various scripts I wrote to aid me in the development of this effect (mainly SysEx reverse-engineering). Some of them depend on Mido - MIDI Objects for Python.
sysex.py contains a partial documentation of the Monologue SysEx program data format in the form of comments. I plan on writing this all up properly in the future.