From c19f9f8a479ee9d68f33b33a605ec64068ffe25f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 1 Dec 2013 12:18:57 -0500 Subject: fix continuous send of MIDI start/position/stop messages introduced by mistake --- libs/ardour/ticker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ticker.cc') diff --git a/libs/ardour/ticker.cc b/libs/ardour/ticker.cc index 9a29df2641..3cdebf4111 100644 --- a/libs/ardour/ticker.cc +++ b/libs/ardour/ticker.cc @@ -240,7 +240,7 @@ MidiClockTicker::tick (const framepos_t& /* transport_frame */, pframes_t nframe /* Varispeed not supported */ } - _send_pos = true; + _send_pos = false; } if (_send_state) { -- cgit v1.2.3