summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-12-29 18:41:23 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-12-29 18:43:51 -0700
commit30226fdc2a7727092260f0fe5797192f0d04d51a (patch)
tree8e3babea0067a4695a06f22486eeb032a0df5843 /libs/ardour
parent719c3f1457501c1b808c9c6edf977e2b7d07e744 (diff)
add EMIT_SIGNAL comment
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/session_transport.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 79ffb927bf..c62e42d5d9 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -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));
- TransportStateChange ();
+ TransportStateChange (); /* EMIT SIGNAL */
}
void
@@ -1765,7 +1765,7 @@ Session::set_play_range (list<AudioRange>& range, bool leave_rolling)
merge_event (ev);
DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC5 with speed = %1\n", _transport_speed));
- TransportStateChange ();
+ TransportStateChange (); /* EMIT SIGNAL */
}
void