From d97fd06242b9cf16b45bf4c6358e0518bec8b54f Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 10 Nov 2024 11:33:16 +0100 Subject: [PATCH] Remove outdated comment --- src/synth/fluid_voice.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/synth/fluid_voice.c b/src/synth/fluid_voice.c index f975ef50c..418a7e2dc 100644 --- a/src/synth/fluid_voice.c +++ b/src/synth/fluid_voice.c @@ -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;