summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-09 17:42:58 +0200
committerRobin Gareus <robin@gareus.org>2016-07-09 17:42:58 +0200
commit0d050de94e3ae5a1a0dc36114df1995b042f3b80 (patch)
tree8775d6393355b551b699819e5ca175d48be051d8 /libs/ardour/ardour/route.h
parentb64a6b658eae14b1dd1eba6113fa88f940fafc42 (diff)
move latency-recompute into dedicated thread.
this fixes an issue with jack1 and jack_latency_recompute() since must not send a server request from inside the server callback.
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 9d16c00ba3..bef1a54569 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -360,6 +360,7 @@ public:
/** the processors have changed; the parameter indicates what changed */
PBD::Signal1<void,RouteProcessorChange> processors_changed;
PBD::Signal1<void,void*> record_enable_changed;
+ PBD::Signal0<void> processor_latency_changed;
/** the metering point has changed */
PBD::Signal0<void> meter_change;
PBD::Signal0<void> signal_latency_changed;