mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 15:42:54 +00:00
update API doc to reflect delete_* returning void
This commit is contained in:
parent
681f62ce4d
commit
f4940e72e2
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ Changes in FluidSynth @NEXT_RELEASE@ concerning developers:
|
|||
- remove struct _fluid_gen_t, fluid_gen_set_default_values() and enum fluid_gen_flags from public API
|
||||
|
||||
- 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
|
||||
- the shell command handler was decoupled internally, as a consequence the param list of new_fluid_server() and new_fluid_cmd_handler() was adapted
|
||||
|
||||
- add "synth.volenv" a setting for volume envelope processing
|
||||
|
|
Loading…
Reference in a new issue