13
0

fix typo in skip/state-tracker

This commit is contained in:
Robin Gareus 2015-03-30 19:51:34 +02:00
parent eb83b9d301
commit 8ca0680871

View File

@ -165,7 +165,7 @@ MidiRingBuffer<T>::skip_to(framepos_t start)
++count; ++count;
if (ev_size < 8) { if (ev_size >= 8) {
this->increment_read_ptr (ev_size); this->increment_read_ptr (ev_size);
} else { } else {
// we only track note on/off, 8 bytes are plenty. // we only track note on/off, 8 bytes are plenty.