Potential fix for lost VST MIDI events
authorRobin Gareus <robin@gareus.org>
Sun, 21 Oct 2018 18:45:25 +0000 (20:45 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 21 Oct 2018 18:48:11 +0000 (20:48 +0200)
commit504ba49c6d6ee8d88ead74f41fdc67d798886841
tree075bfdc029b1c84335ee24a4deb6ed9aa8d90607
parent1229d50e45b47dce5ab59d0c0185e75d50bf3b84
Potential fix for lost VST MIDI events

Ardour's VST MIDI buffer API does not yet implement offsets and limits.
When a cycle is split, the same midi-buffer is used for all sub-divisions
leading to duplicate, offset, events.
libs/ardour/ardour/vst_plugin.h
libs/ardour/vst_plugin.cc