fix fx_vibrato

This commit is contained in:
Stefano D'Angelo 2023-06-14 12:19:40 +02:00
parent 06dcbe3f3e
commit 4037735123

View File

@ -36,7 +36,7 @@ BW_SIZE_T bw_example_fx_vibrato_mem_req(bw_example_fx_vibrato *instance) {
}
void bw_example_fx_vibrato_mem_set(bw_example_fx_vibrato *instance, void *mem) {
bw_chorus_mem_set(&instance->chorus_state, mem);
bw_chorus_mem_set(&instance->chorus_coeffs, &instance->chorus_state, mem);
}
void bw_example_fx_vibrato_reset(bw_example_fx_vibrato *instance) {