This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Do not take context lock when loading patch via UI
tags/22.02
falkTX
3 years ago
parent
570f9f94a9
commit
ad5429cfbb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/CardinalUI.cpp
+ 3
- 1
src/CardinalUI.cpp
View File
@@ -491,7 +491,9 @@ protected:
if (filename == nullptr)
return;
const ScopedContext sc(this);
// we cannot lock here
// const ScopedContext sc(this);
rack::contextSet(fContext);
fContext->patch->loadAction(filename);
}
Write
Preview
Loading…
Cancel
Save