fix continuous send of MIDI start/position/stop messages introduced by mistake

This commit is contained in:
Paul Davis 2013-12-01 12:18:57 -05:00
parent d1cc7e5a50
commit c19f9f8a47

View file

@ -240,7 +240,7 @@ MidiClockTicker::tick (const framepos_t& /* transport_frame */, pframes_t nframe
/* Varispeed not supported */ /* Varispeed not supported */
} }
_send_pos = true; _send_pos = false;
} }
if (_send_state) { if (_send_state) {