2021-12-13 13:40:56 by Nia Alarie | Files touched by this commit (1) |
Log message:
fluidsynth: dependencies need libsndfile to link
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-11-28 11:43:42 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
fluidsynth: update to 2.2.4.
Per-channel ALL_SOUND_OFF when seeking/stopping player (#980, thanks to \
@albedozero)
Fix windows related encoding problems (#984, thanks to @tsingakbar)
Rewind playlist when calling fluid_player_play after all loops are complete \
(#994, thanks to @albedozero)
Fix MinGW related static linking issues (#990, thanks to @realnc)
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2021-09-12 11:17:19 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.2.3.
FluidSynth did not build on macOS 10.5 and earlier (#946, thanks to @evanmiller)
Fix build with CMake <3.7 (#944, thanks to @komh)
Fix a NULL dereference in delete_fluid_ladspa_effect() (#963)
|
2021-09-08 23:05:16 by Nia Alarie | Files touched by this commit (213) |
Log message:
Recursive revbump for audio/jack
|
2021-07-30 14:27:14 by Ryo ONODERA | Files touched by this commit (366) |
Log message:
*: Recursive revbump from audio/pulseaudio-15.0
|
2021-07-29 12:22:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.2.2.
2.2.2
* The MIDI router now handles out-of-range parameters in a smarter manner (#891, \
thanks to @jjceresa)
* Keep pedaling effective when the same note is played more than once (#905, \
thanks to @jjceresa)
* Select soundfont samples by frequency instead of midi note numbers (#926, \
thanks to @Naturseptime)
* Fix the sequencer's event ordering for NoteOn vel=0 events (#907)
* libfluidsynth's import library was broken for MinGW builds (#874)
* fluidsynth.exe short option -Q not working (#915, thanks to @pedrolcl)
* Precompiled Android binaries didn't work (#894, #897)
* Fix openMP detection for XCode 12.5 (#917)
* Make audio.jack.autoconnect connect all available ports (#920)
* Prevent MIDI Player from continuously suppressing notes (#935, thanks to \
@albedozero)
* fluidsynth.pc now includes private libraries for static linking (#904)
* Fix typos in code and documentation (#939, thanks to @luzpaz)
|
2021-05-13 11:44:28 by Nia Alarie | Files touched by this commit (3) | |
Log message:
fluidsynth: update to 2.2.1
Changes:
- Make ALSA the default driver on Linux
- Coreaudio driver failed to initialize on MacOS 11
- WaveOut driver failed to initialize
- COM initialization in WASAPI driver is no longer performed in the caller's context
- WASPI driver now supports reverb and chorus
- Handle SysEx GM/GM2 mode on, GS reset, and XG reset
- Old behaviour of fluid_player_join has been restored to prevent infinite loop \
in client code
- The Soundfont loader code has been refactored, illegal generators will now be \
skipped more consequently
|