13
0

add EMIT_SIGNAL comment

This commit is contained in:
Paul Davis 2019-12-29 18:41:23 -07:00
parent 719c3f1457
commit 30226fdc2a

View File

@ -1625,7 +1625,7 @@ Session::set_play_loop (bool yn, bool change_transport_state)
} }
DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC2 with speed = %1\n", _transport_speed)); DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC2 with speed = %1\n", _transport_speed));
TransportStateChange (); TransportStateChange (); /* EMIT SIGNAL */
} }
void void
@ -1765,7 +1765,7 @@ Session::set_play_range (list<AudioRange>& range, bool leave_rolling)
merge_event (ev); merge_event (ev);
DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC5 with speed = %1\n", _transport_speed)); DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC5 with speed = %1\n", _transport_speed));
TransportStateChange (); TransportStateChange (); /* EMIT SIGNAL */
} }
void void