| // initial index | // initial index | ||||
| l_delay_rate_index = 0; | l_delay_rate_index = 0; | ||||
| l_circ_idx = 0; | l_circ_idx = 0; | ||||
| delay_rate_incr = delay_rate/44100.*2147483648.; | |||||
| delay_rate_incr = delay_rate / (2147483648.0 * AUDIO_SAMPLE_RATE_EXACT); | |||||
| //Serial.println(delay_rate_incr,HEX); | //Serial.println(delay_rate_incr,HEX); | ||||
| delay_offset_idx = delay_offset; | delay_offset_idx = delay_offset; | ||||
| delay_depth = d_depth; | delay_depth = d_depth; | ||||
| delay_rate_incr = delay_rate/44100.*2147483648.; | |||||
| delay_rate_incr = delay_rate / (2147483648.0 * AUDIO_SAMPLE_RATE_EXACT); | |||||
| delay_offset_idx = delay_offset; | delay_offset_idx = delay_offset; | ||||
| // Allow the passthru code to go through | // Allow the passthru code to go through |