fix continuous send of MIDI start/position/stop messages introduced by mistake
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 1 Dec 2013 17:18:57 +0000 (12:18 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 1 Dec 2013 17:18:57 +0000 (12:18 -0500)
libs/ardour/ticker.cc

index 9a29df26411d936eed4339c61814da4e8b2a153b..3cdebf41110043e0aa4d39aa1517581278fe8212 100644 (file)
@@ -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) {