vsicurella / SuperVirtualKeyboard

MIDI Plugin made with JUCE for interacting with microtonal piano layouts
The Unlicense
41 stars 2 forks source link

Assert on MIDI note input with timestamp value of 0 #15

Closed vsicurella closed 4 years ago

vsicurella commented 4 years ago

Why am I even getting that in the first place? Is it because I set the first measure number in Reaper to 0?

Will definitely need some investigation.

vsicurella commented 4 years ago

I think this was caused by misuse of the MidiMessageCollector class, specifically adding messages to the queue during the process block. I redesigned how external midi and internally created midi are combined and it seems to have relieved this problem.