Make Session::send_song_position_pointer a no-op
This commit is contained in:
parent
ce85a4d847
commit
f6ec3c42fc
@ -591,7 +591,7 @@ void
|
|||||||
Session::send_song_position_pointer (framepos_t t)
|
Session::send_song_position_pointer (framepos_t t)
|
||||||
{
|
{
|
||||||
if (midi_clock) {
|
if (midi_clock) {
|
||||||
midi_clock->position_changed (t);
|
/* Do nothing for the moment */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user