Matt Taylor
326d90e952
Add an 'audio.coreaudio.channel-map' setting to enable multi-channel output routing for CoreAudio.
2022-04-15 14:08:21 -06:00
Matt Taylor
49a3b410f0
Enable the 'synth.audio-channels' setting for the CoreAudio driver.
2022-04-15 12:07:53 -06:00
derselbst
5dcae73657
Merge branch '2.2.x' into master
2022-03-15 21:37:23 +01:00
derselbst
8784dbbc74
Elaborate on MSB and LSB handling, #1052
2022-03-15 21:35:32 +01:00
Tom M
c037dde536
Merge pull request #1067 from FluidSynth/issue1059
...
Prevent ModEnv from being stuck in decay phase
2022-03-15 21:11:29 +01:00
derselbst
2715e4bc98
Compile libpcre and complete building glib with meson
2022-03-06 15:48:30 +01:00
devingryu
c88ed31585
WIP: Glib building with meson for Android
2022-03-06 15:19:10 +01:00
derselbst
344796a6a8
Potential fix for #1059
...
Apply Christian's decay to sustain transition hack to modenv as well.
2022-03-06 12:21:38 +01:00
derselbst
122066ca6d
Cosmetic changes
2022-03-06 12:19:27 +01:00
derselbst
80611111e9
Merge branch '2.2.x' into master
2022-03-05 17:16:05 +01:00
devingryu
22144a4fa3
Fix oboe driver build issue in latest glib
2022-03-05 17:14:00 +01:00
Tom M
bf23f7a2a5
Merge pull request #1055 from FluidSynth/reset-cc
...
Fix some broken behaviour around ALL_CTRL_OFF
2022-03-03 20:23:49 +01:00
Tom M
fa619aaae8
Update Android CI to use FLAC 1.3.4 ( #1056 )
...
Update Pipeline from master and bump FLAC to 1.3.4
2022-02-26 00:05:04 +01:00
derselbst
764ceae1ef
Fix Sustained voices being held after ALL_CTRL_OFF
2022-02-25 18:47:47 +01:00
derselbst
62ed1c813d
Fix Portamento FromKey issue
2022-02-25 18:29:31 +01:00
derselbst
ea9758a2ed
Add a unit test for ALL_CTRL_OFF
2022-02-25 18:29:31 +01:00
Brad Howes
8d00f6cdac
Proper version check. validated on macOS 11.6.1 and macOS 12.2.1
2022-02-25 17:18:13 +01:00
derselbst
43282855dd
Update documentation about dynamic-sample-loading
2022-02-25 15:09:06 +01:00
derselbst
3ac9b6fbf0
Merge branch '2.2.x' into master
2022-02-20 18:27:41 +01:00
Tom M
adc2794ef6
Merge pull request #1038 from FluidSynth/oss-new
...
Revise OSS driver a bit
2022-02-20 18:26:41 +01:00
Brad Howes
a5bdbd57e2
Improvements on patches from feedback.
2022-02-20 18:20:16 +01:00
Brad Howes
d8113d497b
Consider earlier releases
2022-02-20 18:20:07 +01:00
Brad Howes
ac0aab2fa0
Silence compiler warnings on macOS
2022-02-20 18:19:54 +01:00
Tom M
0b4fa214b6
Initialize Pipewire with pw_init() ( #1032 )
...
Before you using any PipeWire functions, one must call pw_init() (e.g. https://docs.pipewire.org/page_tutorial1.html )
2022-01-29 13:13:25 +01:00
devingryu
b89898ef7f
Use project-specific SOURCE_DIR and BINARY_DIR ( #1040 )
2022-01-29 13:11:29 +01:00
derselbst
4a36f0b085
Undeprecate OSS as it's needed on BSD
2022-01-28 16:35:35 +01:00
derselbst
3e0321f49c
Remove FIXME in OSS driver
...
Why shouldn't we reuse the int16 buffer for dithering before streaming to OSS?
2022-01-28 16:35:07 +01:00
derselbst
0c4342b461
Fix a memory leak in OSS driver
2022-01-28 16:30:53 +01:00
derselbst
d6903d0ff7
Fix Time-of-check time-of-use race condition in OSS driver
2022-01-28 16:30:51 +01:00
derselbst
91515b09c4
Merge remote-tracking branch 'origin/2.2.x' into master
2022-01-24 14:29:20 +01:00
Tom M
59fdc3795b
Compile demos during CI builds ( #1037 )
2022-01-23 15:33:33 +01:00
derselbst
290ab8402b
Extend error logging for SysEx DT1 messages
...
Related to #1035
2022-01-22 12:05:02 +01:00
derselbst
634a8b0c04
Correctly override MacOS Framework installation prefix
2022-01-18 09:12:50 +01:00
derselbst
166f767767
Add a note about headers and MacOS frameworks
2022-01-18 09:12:50 +01:00
Pedro López-Cabanillas
8a96ec9c3a
cmake macos frameworks update
...
The framework target needs to know about the headers, so cmake tries to copy the framework files into the bundle.
The macro set_source_files_properties() is a modern (cmake >= 3.0) replacement of the general set_property().
2022-01-18 09:12:50 +01:00
derselbst
bee42dd5cc
Call make install in Mac CI pipeline
2022-01-18 09:12:50 +01:00
derselbst
f4f897d3bf
Update MacCI pipeline from master
2022-01-18 09:12:50 +01:00
derselbst
b580a112c1
Remove orphaned tarball target
2022-01-16 15:53:44 +01:00
derselbst
dbd7e728b6
Bump to 2.2.5
2022-01-16 15:48:31 +01:00
Tom M
e3d8b3f2c3
Prevent samples accidentally having their loops disabled ( #1018 )
...
If a SoundFont sets `loopstart == loopend` and then uses loop-offset-modulators to fix up those loops assigning them with a valid position, the sample was previously switched to unlooped mode erroneously.
For the long story, see #1017 .
2022-01-16 14:35:53 +01:00
Tom M
b7a0264459
Show a warning when file renderer is use with more than one stereo channel ( #1028 )
...
Resolves #1026
2022-01-16 14:33:52 +01:00
derselbst
3229899a34
Deprecate OSS driver
2022-01-16 14:32:46 +01:00
derselbst
dc24dcd435
Deprecate MidiShare driver
2022-01-16 14:32:46 +01:00
Tom M
015c6af52d
Fix regression from #969 ( #1016 )
...
In the previous CMake change the pkgconfig file was accidentally not installed anymore. Didn't recognized this earlier, because the OBS CI workflow was broken and therefore not running.
2022-01-04 16:55:15 +01:00
Tom M
46998a9d21
Update README.md ( #1015 )
...
Remove legacy cerbero build badge. Since the CMake update it's now completely broken.
2022-01-04 16:48:29 +01:00
derselbst
47d57bfe78
Merge remote-tracking branch 'origin/2.2.x' into master
2022-01-04 16:20:04 +01:00
Tom M
4eb3afe8a4
Attempt to fix OBS Ci build
2022-01-04 16:19:30 +01:00
Tom M
6b96c19b01
Merge pull request #969 from FluidSynth/cmake-modernization
...
CMake Modernizations
2022-01-04 15:12:52 +01:00
derselbst
870ae6be88
Merge branch '2.2.x' into master
2022-01-03 18:11:59 +01:00
Arthur Cosentino
ab3ab92c15
Fix grammatical error in error message
...
Resolves #1014
2022-01-03 18:09:24 +01:00