summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 6f96b9e426..efc93a7ee9 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -389,11 +389,12 @@ public:
PBD::Signal1<void,RouteProcessorChange> processors_changed;
PBD::Signal0<void> fan_out; // used to signal the GUI to fan-out (track-creation)
PBD::Signal1<void,void*> record_enable_changed;
+ /** a processor's latency has changed
+ * (emitted from PluginInsert::latency_changed)
+ */
PBD::Signal0<void> processor_latency_changed;
/** the metering point has changed */
PBD::Signal0<void> meter_change;
- /** a processor's latency has changed */
- PBD::Signal0<void> signal_latency_changed;
/** route has updated its latency compensation */
PBD::Signal0<void> signal_latency_updated;