We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36bbde commit 1f41684Copy full SHA for 1f41684
src/synth/fluid_synth.c
@@ -1004,7 +1004,7 @@ new_fluid_synth(fluid_settings_t *settings)
1004
synth->bank_select = FLUID_BANK_STYLE_MMA;
1005
}
1006
1007
- fluid_iir_filter_init_table(&synth->iir_sincos_table, synth->sample_rate);
+ fluid_iir_filter_init_table(synth->iir_sincos_table, synth->sample_rate);
1008
fluid_synth_process_event_queue(synth);
1009
1010
/* FIXME */
0 commit comments