correct API doc

fluid_audio_driver_register() is scheduled for 1.1.9
This commit is contained in:
derselbst 2017-11-22 14:20:25 +01:00
parent e50dd8ed4c
commit d00dc1c78a
1 changed files with 1 additions and 1 deletions

View File

@ -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()