mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
update api doc about destructor functions
This commit is contained in:
parent
a13cf153d9
commit
df1c9a3e5c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Changes in FluidSynth 2.0.0 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
|
||||
- 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
|
||||
|
||||
- add "synth.volenv" a setting for volume envelope processing
|
||||
|
|
Loading…
Reference in a new issue