DB_dsp_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

can_bypass
int function(ddb_dsp_context_t* ctx, ddb_waveformat_t* fmt) can_bypass;
Undocumented in source.
close
void function(ddb_dsp_context_t* ctx) close;
Undocumented in source.
configdialog
char* configdialog;
Undocumented in source.
get_param
void function(ddb_dsp_context_t* ctx, int p, char* str, int len) get_param;
Undocumented in source.
get_param_name
char* function(int p) get_param_name;
Undocumented in source.
num_params
int function() num_params;
Undocumented in source.
open
ddb_dsp_context_t* function() open;
Undocumented in source.
plugin
DB_plugin_t plugin;
Undocumented in source.
process
int function(ddb_dsp_context_t* ctx, float* samples, int frames, int maxframes, ddb_waveformat_t* fmt, float* ratio) process;
Undocumented in source.
reset
void function(ddb_dsp_context_t* ctx) reset;
Undocumented in source.
set_param
void function(ddb_dsp_context_t* ctx, int p, in char* val) set_param;
Undocumented in source.

Meta