commence testing
[ardour.git] / 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