mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-15 20:30:49 +00:00
fix comment in fluid_synth_remove_default_mod()
This commit is contained in:
parent
02134d6959
commit
22142245ca
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ fluid_synth_add_default_mod(fluid_synth_t *synth, const fluid_mod_t *mod, int mo
|
|||
* @param mod The modulator to remove
|
||||
* @return #FLUID_OK if a matching modulator was found and successfully removed, #FLUID_FAILED otherwise
|
||||
*
|
||||
* @note Not realtime safe (due to internal memory allocation) and therefore should not be called
|
||||
* @note Not realtime safe (due to internal memory freeing) and therefore should not be called
|
||||
* from synthesis context at the risk of stalling audio output.
|
||||
*/
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue