Skip to content

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

License

Notifications You must be signed in to change notification settings

sockcrates/legato-fix-vst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages