Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Nov 10, 2024
1 parent cda93d2 commit d97fd06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/synth/fluid_voice.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,11 +859,6 @@ fluid_voice_update_param(fluid_voice_t *voice, int gen)
break;

case GEN_FILTERFC:
/* The resonance frequency is converted from absolute cents to
* midicents .val and .mod are both used, this permits real-time
* modulation. The allowed range is tested in the 'fluid_ct2hz'
* function [PH,20021214]
*/
UPDATE_RVOICE_GENERIC_R1(fluid_iir_filter_set_fres, &voice->rvoice->resonant_filter, x);
break;

Expand Down

0 comments on commit d97fd06

Please sign in to comment.