From 20e216afcc184e1006357e51dbdc371fa4cd8d5f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Jul 2016 11:55:05 +0200 Subject: [PATCH] commence testing --- libs/ardour/plugin_insert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index eaeb6d89af..4bbeed5cf1 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -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(owner ())->processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */ #endif -- 2.30.2