|
@@ -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); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|