2021-04-05 12:54:16 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
fluidsynth: update to 2.2.0.
This release breaks ABI compatibility! Refer to the API docs for details.
A C++98 compliant compiler is now required to build fluidsynth (mailing list thread)
New features
Support loading SoundFonts >2GiB on Windows (#629)
Major overhaul of the sequencer and its event queue (#604)
Overlapping notes can be handled (#637)
Performance improvement, since the event queue no longer blocks the \
rendering thread
Time scale is not limited to 1000 anymore and can therefore be used for \
tempo changes
The following audio drivers have gained multi-channel support
DSound (#667, thanks to @jjceresa)
WaveOut (#667, thanks to @jjceresa)
The WinMIDI driver supports multiple devices (#677, thanks to @jjceresa)
Handle GS DT1 SysEx messages for setting whether a channel is used for \
rhythm part (#708, thanks to @chirs241097)
Support use of UTF-8 filenames under Windows (#718, thanks to @getraid-gg)
Improved support for overriding tempo of the MIDI player (#711, #713, thanks \
to @jjceresa)
Handle settings-related commands in user command file before initializing \
other objects (#739)
SoundFont loading has been parallelized (#746, #812, requires openMP)
The Oboe driver has gained a lower latency and other updates (#740, #741, #747)
WASAPI driver has been added (#754, thanks to @chirs241097)
General
Fix race condition in fluid_player_callback (#783, thanks to @arcln)
Improvements to LADSPA subsystem (#795, thanks to @mawe42)
|
2021-03-19 11:25:20 by Nia Alarie | Files touched by this commit (3) |
Log message:
fluidsynth: Update to 2.1.8
- Rapidly changing channel panning could have caused audible artifacts. Affects \
all versions back to at least 1.1.2.
- Fix a use-after-free when loading malformed soundfonts. Affects all versions \
back to at least 1.1.2.
- The number of allowed LADSPA effect units has been increased.
|
2021-02-07 07:30:42 by Ryo ONODERA | Files touched by this commit (357) |
Log message:
*: Recursive revbump from audio/pulseaudio-14.2.nb1
|
2021-02-03 21:05:01 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.1.7.
a regression introduced in 2.1.0 prevented chorus from being audible when \
fluid_synth_process() was used (#751, thanks to @chirs241097)
a regression introduced in 2.0.6 prevented the MIDI player from restarting \
playback after all files have been played (#755, thanks to @rncbc)
fix a double-free violation introduced in 2.0.0 after executing the info \
shell command (#756)
|
2021-01-11 23:29:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.1.6.
SoundFonts may never be unloaded correctly, if
polyphony is ever exceeded (#727), or
voices are still playing while their SoundFont is being unloaded.
Calling delete_fluid_synth() does not free those SoundFonts either. Affected are \
versions from 1.1.4 to 2.1.5 .
Other bug-fixes:
fix a heap-based use-after-free (#733)
|
2021-01-01 10:52:45 by Ryo ONODERA | Files touched by this commit (357) |
Log message:
*: Recursive revbump from audio/pulseaudio-14.0
|
2020-12-05 13:33:14 by Nia Alarie | Files touched by this commit (1) |
Log message:
fluidsynth: Strip out -Werror=incompatible-pointer-types
|
2020-10-03 12:26:06 by Nia Alarie | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.1.5
changes:
- loading DLS may have failed in certain setup environments \
(FluidSynth/fluidsynth#666)
- fix a build failure with GCC 4.8 (FluidSynth/fluidsynth#661, thanks to @ffontaine)
|
2020-08-18 19:58:18 by Leonardo Taccari | Files touched by this commit (549) |
Log message:
*: revbump for libsndfile
|
2020-07-26 22:28:07 by Nia Alarie | Files touched by this commit (3) |
Log message:
fluidsynth: Update to 2.1.4
Changes:
fix an uninitialized memory access possibly triggering an FPE trap
fix several regressions introduced in 2.1.3:
fluid_synth_start() failed for certain presets
fix a NULL dereference in jack driver
fix a stack-based overflow when creating the synth
|