- activate
bool function(const(clap_plugin_t)* plugin, double sample_rate, uint min_frames_count, uint max_frames_count) activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deactivate
void function(const(clap_plugin_t)* plugin) deactivate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- desc
const(clap_plugin_descriptor_t)* desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- destroy
void function(const(clap_plugin_t)* plugin) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_extension
const(void)* function(const(clap_plugin_t)* plugin, const char* id) get_extension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- init
bool function(const(clap_plugin_t)* plugin) init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- on_main_thread
void function(const(clap_plugin_t)* plugin) on_main_thread;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- plugin_data
void* plugin_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- process
clap_process_status function(const(clap_plugin_t)* plugin, const(clap_process_t)* processParams) process;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- reset
void function(const(clap_plugin_t)* plugin) reset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- start_processing
bool function(const(clap_plugin_t)* plugin) start_processing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stop_processing
void function(const(clap_plugin_t)* plugin) stop_processing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.