mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
fix continuous send of MIDI start/position/stop messages introduced by mistake
This commit is contained in:
parent
d1cc7e5a50
commit
c19f9f8a47
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue