daisysp::ReverbScDl¶
#include <reverbsc.h>
Public Attributes¶
Name | |
---|---|
int | write_pos |
int | buffer_size |
int | read_pos |
int | read_pos_frac |
int | read_pos_frac_inc |
int | dummy |
int | seed_val |
int | rand_line_cnt |
float | filter_state |
float * | buf |
Detailed Description¶
Delay line for internal reverb use
Public Attributes Documentation¶
variable write_pos¶
write position
variable buffer_size¶
buffer size
variable read_pos¶
read position
variable read_pos_frac¶
fractional component of read pos
variable read_pos_frac_inc¶
increment for fractional
variable dummy¶
dummy var
variable seed_val¶
randseed
variable rand_line_cnt¶
number of random lines
variable filter_state¶
state of filter
variable buf¶
buffer ptr
Updated on 2024-01-03 at 19:38:46 +0000