Marcus Weseloh
b274aaefba
Wording and typo fixes for LADSPA documentation
2022-06-20 21:02:49 +02:00
derselbst
f06619e079
Merge remote-tracking branch 'origin/2.2.x' into master
2022-05-28 22:28:33 +02:00
derselbst
a293761e44
Fix several flaws in example.c
2022-05-28 22:28:09 +02:00
Tom M
7ede2382d3
More precise wording for new_fluid_audio_driver()
2022-05-26 12:56:56 +02:00
derselbst
0e0a287be4
Merge remote-tracking branch 'origin/2.2.x' into master
2022-05-23 00:40:27 +02:00
Tom M
0d0b4d4b84
Fix universal MacOS CI build ( #1106 )
...
Do not build libomp, because it depends on cmake-bootstrap, which for some reason tries to execute a unit test compiled for arm64, which obviously fails on a x86_64 host.
2022-05-23 00:37:23 +02:00
derselbst
d554067fc5
Fix size_t to int truncation in fluid_wasapi_finddev_callback()
2022-05-21 21:35:16 +02:00
derselbst
f013e82d58
Fix size_t to int truncation in new_fluid_midi_file()
2022-05-21 20:48:39 +02:00
Tom M
eff5da51c4
Add universal build to Mac CI pipeline ( #1096 )
2022-05-10 23:15:09 +02:00
derselbst
308cf73796
Restore orphaned enable-openmp
2022-04-27 20:40:54 +02:00
derselbst
2779d5b2b8
Merge branch '2.2.x' into master
2022-04-25 20:25:47 +02:00
derselbst
1daf078708
Bump to 2.2.7
2022-04-25 20:18:10 +02:00
Tom M
50003761c1
Bump minimum required SDL2 version
...
due to SDL_HINT_NO_SIGNAL_HANDLERS
2022-04-23 09:58:05 +02:00
derselbst
4ee4b0403e
Fix Fluidsynth not responding to either SIGTERM nor SIGINT
...
with recent SDL2
2022-04-22 23:38:33 +02:00
derselbst
a0ca05e16d
Merge branch '2.2.x' into master
2022-04-21 14:17:01 +02:00
derselbst
0771899e3f
Update vcpkg ref to fix CI pipeline
2022-04-21 14:15:33 +02:00
Tom M
0995727374
Merge pull request #1080 from FluidSynth/issue1078
...
Add a function to create a sequencer event from a midi event
2022-04-21 13:26:07 +02:00
derselbst
cd0b3ce0c5
Amend documentation of audio.coreaudio.channel-map
2022-04-21 13:22:24 +02:00
Tom M
486e3f34d7
Merge pull request #1081 from mattrtaylor/coreaudio-channel-map
...
Multi-channel output for the CoreAudio driver.
2022-04-21 13:01:39 +02:00
Matt Taylor
b80ad6ecf5
Add an 'empty string' default value to the audio.coreaudio.channel-map setting documentation to be consistent with other entries.
2022-04-19 14:54:26 -06:00
Matt Taylor
034f316d2c
Remove the default value from the audio.coreaudio.channel-map setting documentation.
2022-04-19 14:52:19 -06:00
Matt Taylor
2bf041cf76
Update documentation to more clearly indicate what happens if there are more outputs than specified in the channel map.
...
https://github.com/FluidSynth/fluidsynth/pull/1081#discussion_r853428937
2022-04-19 14:45:48 -06:00
Matt Taylor
552bfce3ed
Initialize newly allocated channel map with a value of -1 (off) for all channels.
...
https://github.com/FluidSynth/fluidsynth/pull/1081#discussion_r853430986
2022-04-19 14:33:13 -06:00
Matt Taylor
ab0b79c114
Print debug log message when channel map value is out of range.
...
https://github.com/FluidSynth/fluidsynth/pull/1081#discussion_r853437544
2022-04-19 14:31:52 -06:00
derselbst
15529d50a8
Make MIDI Event API const correct
2022-04-19 22:15:18 +02:00
derselbst
2acb068075
Fix C90 build
2022-04-19 22:15:03 +02:00
Tom M
a9d555ff50
WinXP CI build: use x87 FPU ( #1083 )
2022-04-19 22:00:47 +02:00
Matt Taylor
7e081d700b
Add a safety check in case CoreAudio provides more buffers than were allocated.
2022-04-15 15:13:07 -06:00
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
757b151601
Move fluid_event_from_midi_event() to fluid_event.c
2022-04-12 21:45:19 +02:00
JimHenry
719b525e2b
Add @note and @code to fluid_event_from_midi_event() documentation block.
2022-04-12 10:40:23 +02:00
JimHenry
b1a28624ba
Add fluid_event_from_midi_event(fluid_event_t *evt, const fluid_midi_event_t *event) to create a sequencer event from a midi event. Issue #1078
2022-04-12 10:37:29 +02:00
Tom M
88e039efeb
Fix fluid_curtime() returning very incorrect timings ( #1076 )
2022-04-05 22:10:39 +02:00
derselbst
8b00644751
Bump to 2.2.6
2022-03-19 12:49:15 +01: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