1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Fix midi timestamps on Bela

This commit is contained in:
cesare 2019-07-22 22:20:04 +01:00
parent 5f21cf214c
commit 2fe00ba4da

View file

@ -62,7 +62,7 @@ public:
break;
auto byte = (uint8) data;
concatenator.pushMidiData (&byte, 1, 0.0, midiInput, *midiCallback);
concatenator.pushMidiData (&byte, 1, Time::getMillisecondCounter() * 0.001, midiInput, *midiCallback);
}
}