mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
fix typo in comments
This commit is contained in:
parent
ca02628981
commit
f88b0c0c86
2 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@
|
|||
2) mod_modulation is compared to the modulation computed by running
|
||||
fluid_voice_calculate_modulator_contributions() (see note).
|
||||
|
||||
Note about tests dependency and precedence:
|
||||
These step is dependant of fluid_voice_calculate_modulator_contributions()
|
||||
Note about test dependency and precedence:
|
||||
This step is dependent of fluid_voice_calculate_modulator_contributions()
|
||||
function. That means that any change in this function must be checked by
|
||||
running test_modulator_amount before running test_fluid_voice_modulate.
|
||||
----------------------------------------------------------------------------*/
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
the comparison is done only using same step that 1.2.
|
||||
|
||||
|
||||
Note about tests dependency and precedence:
|
||||
These steps (1.2, 2.1))are dependant of fluid_voice_calculate_modulator_contributions()
|
||||
Note about tests dependencies and precedence:
|
||||
These steps (1.2, 2.1) are dependent of fluid_voice_calculate_modulator_contributions()
|
||||
function. That means that any change in this function must be checked by
|
||||
running test_modulator_amount before running test_possible_att_reduction.
|
||||
----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue