Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Oct 3, 2024
1 parent de31f24 commit 6ca4c1b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/synth/fluid_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,10 @@ fluid_mod_transform_source_value(fluid_real_t val, unsigned char mod_flags, cons
*
* Output = Transform(Amount * Map(primary source input) * Map(secondary source input))
*
* Notes:
* 1)fluid_mod_get_value, ignores the Transform operator. The result is:
* Note:
* fluid_mod_get_value ignores the Transform operator. The result is:
*
* Output = Amount * Map(primary source input) * Map(secondary source input)
*
* 2) When a source is set to FLUID_MOD_NONE, its input value is treated as +1.0
* 3) When both sources are FLUID_MOD_NONE, zero is returned
*/
fluid_real_t
fluid_mod_get_value(fluid_mod_t *mod, fluid_voice_t *voice)
Expand Down

0 comments on commit 6ca4c1b

Please sign in to comment.