Fix typos in fx API documentation (#841)

This commit is contained in:
jjceresa 2021-04-10 22:47:10 +02:00 committed by GitHub
parent 7e4c843d7b
commit c72abf4e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5680,7 +5680,7 @@ fluid_synth_set_reverb_on(fluid_synth_t *synth, int on)
* @param synth FluidSynth instance
* @param fx_group Index of the fx group.
* Must be in the range <code>-1 to (fluid_synth_count_effects_groups()-1)</code>. If -1 the
* parameter common to all fx groups is fetched.
* parameter will be applied to all fx groups.
* @param on TRUE to enable reverb, FALSE to disable
* @return #FLUID_OK on success, #FLUID_FAILED otherwise
*/
@ -6154,7 +6154,7 @@ fluid_synth_set_chorus_on(fluid_synth_t *synth, int on)
* @param synth FluidSynth instance
* @param fx_group Index of the fx group.
* Must be in the range <code>-1 to (fluid_synth_count_effects_groups()-1)</code>. If -1 the
* parameter common to all fx groups is fetched.
* parameter will be applied to all fx groups.
* @param on TRUE to enable chorus, FALSE to disable
* @return #FLUID_OK on success, #FLUID_FAILED otherwise
*/