commence testing
authorRobin Gareus <robin@gareus.org>
Sat, 9 Jul 2016 09:55:05 +0000 (11:55 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 9 Jul 2016 09:55:05 +0000 (11:55 +0200)
libs/ardour/plugin_insert.cc

index eaeb6d89af306e2a281d102898cce97f1197b139..4bbeed5cf1dbd80216967665c082a27aa2a4d2f4 100644 (file)
@@ -2959,7 +2959,7 @@ PluginInsert::latency_changed ()
 {
        // this is called in RT context, LatencyChanged is emitted after run()
        _latency_changed = true;
-#if 0 // TODO check possible deadlock in RT-context
+#if 1 // TODO check possible deadlock in RT-context (esp. with jack) latency-callback.
        // XXX This also needs a proper API not an owner() hack.
        static_cast<Route*>(owner ())->processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
 #endif