Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Nov 8, 2024
1 parent 0950baa commit 32f69a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rvoice/fluid_iir_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct _fluid_iir_filter_t
Else it changes smoothly. */

fluid_real_t fres; /* the resonance frequency, in cents (not absolute cents) */
fluid_real_t last_fres; /* Current resonance frequency of the IIR filter */
fluid_real_t last_fres; /* Current resonance frequency of the IIR filter in Hz */
/* Serves as a flag: A deviation between fres and last_fres */
/* indicates, that the filter has to be recalculated. */
fluid_real_t q_lin; /* the q-factor on a linear scale */
Expand Down

0 comments on commit 32f69a4

Please sign in to comment.