diff --git a/doc/fluidsynth-v20-devdoc.txt b/doc/fluidsynth-v20-devdoc.txt index 841a2d45..acc61d2b 100644 --- a/doc/fluidsynth-v20-devdoc.txt +++ b/doc/fluidsynth-v20-devdoc.txt @@ -75,7 +75,7 @@ What is FluidSynth? - #fluid_file_callbacks_t now uses long long as file-offset type (see #fluid_long_long_t). This is a breaking change, which allows to load SoundFonts bigger than 2GiB on Windows. This change required to bump fluidsynth's SOVERSION. - The sequencer has received a major revisal. For you that means: - The sequencer's queue no longer blocks the synthesizer thread, due to being busy arranging its events internally. - - Eevents that share the same tick was given a new, documented order, see fluid_sequencer_send_at(). + - Events that share the same tick was given a new, documented order, see fluid_sequencer_send_at(). - The sequencer's scale can now be used for arbitrary tempo changes. Previously, the scale of the sequencer was limited to 1000. The only limitation now is >0. \section NewIn2_1_1 What's new in 2.1.1?