Do not take context lock when loading patch via UI
This commit is contained in:
parent
570f9f94a9
commit
ad5429cfbb
1 changed files with 3 additions and 1 deletions
|
|
@ -491,7 +491,9 @@ protected:
|
||||||
if (filename == nullptr)
|
if (filename == nullptr)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const ScopedContext sc(this);
|
// we cannot lock here
|
||||||
|
// const ScopedContext sc(this);
|
||||||
|
rack::contextSet(fContext);
|
||||||
fContext->patch->loadAction(filename);
|
fContext->patch->loadAction(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue