-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I don't see any support in the build files for the plugins themselves.
I'm not entirely sure if the WASM Csound builds support dynamic loading of plugins. It appears to be built with some kind of support like that, by default. Custom-wasm.cmake in Csound itself builds any plugins with -sSIDE_MODULE=1
and the main exe with -sMAIN_MODULE
, which is how it's supposed to be done.
But I'm not sure how to even test if it's working. Once built somehow, e would have to download the wasm for plugin into the virtual .fs
of Csound on WASM, I suppose. There is a params.withPlugins
config for the WASM version of Csound: "Array of WebAssembly Csound plugin libraries to use with Csound." I'm guessing someone tried it at some point.
Metadata
Metadata
Assignees
Labels
No labels