mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 16:01:51 +00:00
update docs about upper roomsize threshold
This commit is contained in:
parent
eb5945bb2c
commit
7ed5d1f1d8
2 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@ Changes in FluidSynth 2.0.0 concerning developers:
|
|||
- all public \c fluid_settings_* functions that return an integer which is not meant to be interpreted as bool consistently return either FLUID_OK or FLUID_FAILED
|
||||
- all public delete_* functions return void and are safe when called with NULL
|
||||
- the shell command handler was decoupled internally, as a consequence the param list of new_fluid_server() and new_fluid_cmd_handler() was adapted
|
||||
- reverb: roomsize is now limited to an upper threshold of 1.0
|
||||
|
||||
- add "synth.volenv" a setting for volume envelope processing
|
||||
- add "midi.autoconnect" a setting for automatically connecting fluidsynth to available MIDI input ports
|
||||
|
|
|
@ -3940,7 +3940,7 @@ fluid_synth_set_reverb_preset(fluid_synth_t* synth, unsigned int num)
|
|||
/**
|
||||
* Set reverb parameters.
|
||||
* @param synth FluidSynth instance
|
||||
* @param roomsize Reverb room size value (0.0-1.2)
|
||||
* @param roomsize Reverb room size value (0.0-1.0)
|
||||
* @param damping Reverb damping value (0.0-1.0)
|
||||
* @param width Reverb width value (0.0-100.0)
|
||||
* @param level Reverb level value (0.0-1.0)
|
||||
|
|
Loading…
Reference in a new issue