clap_plugin_params_t

Undocumented in source.

Members

Variables

count
uint function(const(clap_plugin_t)* plugin) count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flush
void function(const(clap_plugin_t)* plugin, const(clap_input_events_t)* in_, const(clap_output_events_t)* out_) flush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_info
bool function(const(clap_plugin_t)* plugin, uint param_index, clap_param_info_t* param_info) get_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_value
bool function(const clap_plugin_t* plugin, clap_id param_id, double* out_value) get_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
text_to_value
bool function(const clap_plugin_t* plugin, clap_id param_id, const(char)* param_value_text, double* out_value) text_to_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
value_to_text
bool function(const(clap_plugin_t)* plugin, clap_id param_id, double value, char* out_buffer, uint out_buffer_capacity) value_to_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta