From f78486a50bd785200412ea16434b38edc4a45a6c Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 17 Aug 2019 18:01:01 +0200 Subject: [PATCH] Update developer docs --- doc/fluidsynth-v20-devdoc.txt | 6 +++++- src/midi/fluid_midi.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/fluidsynth-v20-devdoc.txt b/doc/fluidsynth-v20-devdoc.txt index 25241367..ae8865f6 100644 --- a/doc/fluidsynth-v20-devdoc.txt +++ b/doc/fluidsynth-v20-devdoc.txt @@ -21,6 +21,7 @@ All the source code examples in this document are in the public domain; you can - \ref Disclaimer - \ref Introduction +- \ref NewIn2_0_6 - \ref NewIn2_0_5 - \ref NewIn2_0_3 - \ref NewIn2_0_2 @@ -63,6 +64,10 @@ What is FluidSynth? - FluidSynth is open source, in active development. For more details, take a look at http://www.fluidsynth.org +\section NewIn2_0_6 Whats new in 2.0.6? + +- the MIDI player did not emit any audio when calling fluid_player_play() after fluid_player_stop() + \section NewIn2_0_5 Whats new in 2.0.5? - fluid_synth_process() omitted audio samples when called with arbitrary sample counts that were not a multiple of fluid_synth_get_internal_bufsize() @@ -75,7 +80,6 @@ What is FluidSynth? - fluid_midi_event_get_text() - fluid_midi_event_get_lyrics() - \section NewIn2_0_2 Whats new in 2.0.2? - fluid_synth_error() has been deprecated, use fluid_set_log_function() to interfere log messages diff --git a/src/midi/fluid_midi.c b/src/midi/fluid_midi.c index 03aae21e..04a4be5a 100644 --- a/src/midi/fluid_midi.c +++ b/src/midi/fluid_midi.c @@ -2139,7 +2139,7 @@ fluid_player_play(fluid_player_t *player) return FLUID_OK; } /** - * Stops a MIDI player, i.e. pauses the playback. + * Pauses the MIDI playback. * * It will not rewind to the beginning of the file, use fluid_player_seek() for this purpose. * @param player MIDI player instance