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
47cf69f55d
commit
184de3afad
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Changes in FluidSynth 1.1.7 concerning developers:
|
|||
- 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()
|
||||
- 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_actual_key(), fluid_voice_get_velocity(), fluid_voice_get_actual_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
|
||||
|
|
Loading…
Reference in a new issue