- 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.