/legato-fix-vst

This is a VST to fix legato issues in a MIDI to CV converter

Primary LanguageRustMIT LicenseMIT

Legato Fix VST

This is a VST to fix legato issues in a MIDI to CV converter. Mac OS requires special steps to compile. This plugin will hold any new notes triggered before the original note's "note off" event.

Example

The plugin takes incoming MIDI notes of the form:

...|
E  |[___]
D# |   [________]
D  |        [_______]
...|

The incoming MIDI notes are then converted to the following form and sent to the output:

...|
E  |[_______________]
D# |   [____________]
D  |        [_______]
...|

Where "[" is a note on event and "]" is a note off event.

Usage

Use the compiled VST with your DAW and have it output MIDI to your MIDI/CV converter.

Packaging on OS X

Refer to the instructions in the vst-rs GitHub docs.