mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
add back a DEBUG_TRACE statement, this time in the correct location
This commit is contained in:
parent
7381b8a8c6
commit
eba96e72cd
1 changed files with 2 additions and 0 deletions
|
|
@ -394,9 +394,11 @@ Session::set_transport_speed (double speed)
|
|||
|| (act_speed == 0.0 && _signalled_varispeed != 0.0)
|
||||
)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC3 with speed = %1\n", _transport_fsm->transport_speed()));
|
||||
TransportStateChange (); /* EMIT SIGNAL */
|
||||
_signalled_varispeed = act_speed;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/** Stop the transport. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue