Skip to content

Commit

Permalink
Update developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Aug 17, 2019
1 parent dec5e98 commit f78486a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/fluidsynth-v20-devdoc.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/midi/fluid_midi.c
Expand Up @@ -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
Expand Down

0 comments on commit f78486a

Please sign in to comment.