Skip to content

Latest commit

 

History

History

monoctrl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

MonoCtrl 1.1

MonoCtrl [monocontrol] is a control interface for the Korg Monologue synthesiser.

Written by Blokatt.

Download (v1.1): itch.io, GitHub

Features:

  • Two-way CC/PC sync
  • Automatic preset requesting via SysEx
  • Parameter randomisation/mutation
  • User preset support
  • MIDI passthrough options
  • SysEx-safe MIDI channel selection

Changelog:

  • 1.1 (03/07/19)

  • 1.0 (09/02/19)

    • Initial release

Installation:

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.

Setup guide:

  1. Create a new track and change the following settings:
  2. Input: MIDI -
  • 'Monologue KBD/KNOB' (All channels! -> important for SysEx reasons)
  1. Routing -> MIDI Hardware Output -
  • 'Monologue SOUND', enable low latency mode in Options -> Preferences -> Devices -> MIDI outputs*
  1. 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!

*) Not doing this may result in timing issues.


Notes:

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.