From 8a4033e2e19cf80f84444ccc8cca3998e8f2b0f0 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 3 Dec 2017 21:37:25 +0100 Subject: [PATCH] mention fluid_player_seek() in API docs --- doc/fluidsynth-v11-devdoc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fluidsynth-v11-devdoc.txt b/doc/fluidsynth-v11-devdoc.txt index 663b1303..f9628ea0 100644 --- a/doc/fluidsynth-v11-devdoc.txt +++ b/doc/fluidsynth-v11-devdoc.txt @@ -94,13 +94,13 @@ Changes in FluidSynth 2.0.0 concerning developers:

- add "synth.volenv" a setting for volume envelope processing - add "midi.autoconnect" a setting for automatically connecting fluidsynth to available MIDI input ports -- add support for polyonic key pressure events, see fluid_event_key_pressure() +- add support for polyonic key pressure events, see fluid_event_key_pressure() and fluid_synth_key_pressure() - add fluid_synth_add_default_mod() and fluid_synth_remove_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() - introduce a separate data type for sequencer client IDs: #fluid_seq_id_t - add file callback struct to _fluid_sfloader_t and expose new_fluid_defsfloader() to enable soundfont loading from memory ( see fluid_sfload_mem.c ) - +- add seek support to midi-player, see fluid_player_seek() \section NewIn1_1_9 Whats new in 1.1.9?