mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-06-02 01:51:41 +00:00
minor doc update for fluid_synth_add_default_mod()
This commit is contained in:
parent
118d24bd3e
commit
b1c23fb35d
1 changed files with 4 additions and 4 deletions
|
@ -1074,12 +1074,12 @@ fluid_synth_damp_voices_by_sostenuto_LOCAL(fluid_synth_t* synth, int chan)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a default modulator to the synth.
|
* Adds the specified modulator \c mod as default modulator to the synth. If \c mod is new it
|
||||||
|
* will be used by any subsequently created voice. If an amount of an existing modulator is
|
||||||
|
* changed by \c mod it will take effect for any subsequently created voice.
|
||||||
* @param synth FluidSynth instance
|
* @param synth FluidSynth instance
|
||||||
* @param mod Modulator info (values copied, passed in object can be freed again immediately)
|
* @param mod Modulator info (values copied, passed in object can be freed again immediately)
|
||||||
* @param mode Determines how to handle an existing identical modulator
|
* @param mode Determines how to handle an existing identical modulator (#fluid_synth_add_mod)
|
||||||
* #FLUID_SYNTH_ADD to add (offset) the modulator amounts,
|
|
||||||
* #FLUID_SYNTH_OVERWRITE to replace the modulator,
|
|
||||||
* @return FLUID_OK on success, FLUID_FAILED otherwise
|
* @return FLUID_OK on success, FLUID_FAILED otherwise
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue