Fix typo in API docs

This commit is contained in:
derselbst 2020-05-27 17:26:14 +02:00
parent 0d98c47545
commit 0354196e43

View file

@ -75,7 +75,7 @@ What is FluidSynth?
- #fluid_file_callbacks_t now uses <code>long long</code> 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?