mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
add a safe-guard
This commit is contained in:
parent
92713eaadf
commit
cd5e86c24a
1 changed files with 1 additions and 0 deletions
|
|
@ -2960,6 +2960,7 @@ PluginInsert::latency_changed ()
|
|||
// this is called in RT context, LatencyChanged is emitted after run()
|
||||
_latency_changed = true;
|
||||
// XXX This also needs a proper API not an owner() hack.
|
||||
assert (owner ());
|
||||
static_cast<Route*>(owner ())->processor_latency_changed (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue