diff --git a/doc/fluidsynth-v11-devdoc.txt b/doc/fluidsynth-v11-devdoc.txt index 8fa724b1..f26e599b 100644 --- a/doc/fluidsynth-v11-devdoc.txt +++ b/doc/fluidsynth-v11-devdoc.txt @@ -95,7 +95,6 @@ Changes in FluidSynth 2.0.0 concerning developers: - add fluid_synth_add_default_mod() for manipulating default modulators - add individual reverb setters: fluid_synth_set_reverb_roomsize(), fluid_synth_set_reverb_damp(), fluid_synth_set_reverb_width(), fluid_synth_set_reverb_level() - add individual chorus setters: fluid_synth_set_chorus_nr(), fluid_synth_set_chorus_level(), fluid_synth_set_chorus_speed(), fluid_synth_set_chorus_depth(), fluid_synth_set_chorus_type() -- add a function for registering audio drivers based on acutal needs: fluid_audio_driver_register() - introduce a separate data type for sequencer client IDs: #fluid_seq_id_t @@ -103,6 +102,7 @@ Changes in FluidSynth 2.0.0 concerning developers: Changes in FluidSynth 1.1.9 concerning developers: +- add a function for registering audio drivers based on acutal needs: fluid_audio_driver_register() - implement handling of #FLUID_SEQ_ALLSOUNDSOFF events in fluid_seq_fluidsynth_callback() - fix return value of fluid_file_set_encoding_quality()