mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
commence testing
This commit is contained in:
parent
56c4eebfdd
commit
20e216afcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue