From e9cc151e061f727944872b09f521308563846441 Mon Sep 17 00:00:00 2001 From: derselbst Date: Fri, 22 Sep 2017 13:22:16 +0200 Subject: [PATCH] update devdoc --- doc/fluidsynth-v11-devdoc.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/fluidsynth-v11-devdoc.txt b/doc/fluidsynth-v11-devdoc.txt index 942f3a47..5c9e5438 100644 --- a/doc/fluidsynth-v11-devdoc.txt +++ b/doc/fluidsynth-v11-devdoc.txt @@ -77,11 +77,14 @@ Changes in FluidSynth @NEXT_RELEASE@ concerning developers: - remove deprecated fluid_settings_getstr() - remove deprecated FLUID_HINT_INTEGER - remove misspelled FLUID_SEQ_PITCHWHHELSENS macro -- all public \c fluid_settings_* functions that return an int that shall not be interpreted as a bool consistently return either FLUID_OK or FLUID_FAILED +- remove obsolete "audio.[out|in]put-channels" settings +- remove unimplemented "synth.dump" setting - remove fluid_synth_set_gen2(), fluid_synth_set_gen() now behaves as fluid_synth_set_gen2() +- all public \c fluid_settings_* functions that return an int that shall not be interpreted as a bool consistently return either FLUID_OK or FLUID_FAILED - struct fluid_mod_t was removed from public API +- struct _fluid_gen_t, fluid_gen_set_default_values() and enum fluid_gen_flags were removed from public API - add "synth.volenv" a setting for volume envelope processing -- add support for polyonic key pressure events, see #FLUID_SEQ_KEYPRESSURE +- add support for polyonic key pressure events, see fluid_event_key_pressure() - add fluid_synth_add_default_mod() for manipulating default modulators