Allow loading uncompressed plugin state; Allow patch wasm url
This commit is contained in:
parent
accf13abbd
commit
19878f0097
5 changed files with 49 additions and 2 deletions
|
@ -135,6 +135,10 @@ public:
|
|||
: Plugin(parameterCount, programCount, stateCount),
|
||||
context(new CardinalPluginContext(this)) {}
|
||||
~CardinalBasePlugin() override {}
|
||||
|
||||
#ifndef HEADLESS
|
||||
friend class CardinalUI;
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifndef HEADLESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue