mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
update devdoc
This commit is contained in:
parent
83b62cfa80
commit
1f7d1074bf
1 changed files with 16 additions and 0 deletions
|
@ -63,6 +63,22 @@ What is FluidSynth?
|
|||
|
||||
- FluidSynth is open source, in active development. For more details, take a look at http://www.fluidsynth.org
|
||||
|
||||
\section NewIn1_1_7 Whats new in 1.1.7?
|
||||
|
||||
Changes in FluidSynth 1.1.7 concerning developers:
|
||||
|
||||
- "synth.parallel-render" has been deprecated
|
||||
- fluid_synth_set_channel_type() was not exported properly
|
||||
- "audio.jack.multi" had inverse logic
|
||||
- fluid_synth_write_*() had timing issues when requesting more than 64 audio frames
|
||||
- reverb and chorus are routed to distinct buffers in fluid_synth_nwrite_float()
|
||||
- vorbis-compressed sf3 sound fonts are supported
|
||||
- the following getters have been added: fluid_voice_is_on(), fluid_voice_is_sustained(), fluid_voice_is_sostenuto(), fluid_voice_get_channel(), fluid_voice_get_key(), fluid_voice_get_velocity(), fluid_player_get_current_tick(), fluid_player_get_total_ticks(), fluid_player_get_bpm(), fluid_player_get_midi_tempo()
|
||||
|
||||
- For a full list of bug fixes, see
|
||||
https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-117
|
||||
|
||||
|
||||
\section NewIn1_1_6 Whats new in 1.1.6?
|
||||
|
||||
Changes in FluidSynth 1.1.6 concerning developers:
|
||||
|
|
Loading…
Reference in a new issue