clap_plugin_state_t

Undocumented in source.

Members

Variables

load
bool function(const(clap_plugin_t)* plugin, const(clap_istream_t)* stream) load;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
save
bool function(const(clap_plugin_t)* plugin, const(clap_ostream_t)* stream) save;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta