mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix typo in API docs
This commit is contained in:
parent
0d98c47545
commit
0354196e43
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue