Commit Graph

780 Commits

Author SHA1 Message Date
Mark Hämmerling 7d9f980fc2 Fix "misleading-indentation" warning 2017-07-24 22:36:48 +02:00
Mark Hämmerling 16737e8fa3 Work around "maybe-uninitialized" warning 2017-07-24 22:36:17 +02:00
Mark Hämmerling 9ff163218f Fix "format-overflow" warning 2017-07-24 22:34:48 +02:00
Mark Hämmerling 5b125925c8 Fix "implicit-fallthrough" warning 2017-07-24 22:32:54 +02:00
Mark Hämmerling 6064f30976 Merge remote-tracking branch 'upstream/master' 2017-07-21 10:27:18 +02:00
derselbst 0df5a10d31 remove unused lookup table 2017-07-16 09:05:00 +02:00
Tom M 5569358f42 clarify comments for fluid_synth_nwrite_float() 2017-07-15 18:25:16 +02:00
Tom M cef381b45f clarify comments for fluid_synth_nwrite_float() 2017-07-15 18:22:29 +02:00
Tom M 48e52c8b04 proper indentation 2017-07-15 18:12:17 +02:00
Tom M 9079974c59 Merge pull request #174 from FluidSynth/mingw_build
check for inet_ntop()
2017-07-15 18:08:28 +02:00
derselbst 59bbdf1454 correct preset fallback on drum channels 2017-07-15 17:53:10 +02:00
derselbst f16c068962 fix build 2017-07-15 15:46:41 +02:00
Tom M 8630762b9c Merge pull request #176 from FluidSynth/drum_bank
allow bank changes on drum channels
2017-07-15 15:39:48 +02:00
derselbst 0ae6550bce build issue with OSS on OpenSolaris and kfreebsd-*
Hopefully fixes both: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690006 and 9800764026
2017-07-14 21:24:17 +02:00
derselbst 1ff2002ab5 implement reading effect buffers from fluid_synth_nwrite_float() 2017-07-13 12:02:58 +02:00
derselbst 54a7f5cae8 add getter for fx buffers to rvoice_mixer 2017-07-12 22:02:35 +02:00
derselbst 01215921c8 update api doc 2017-07-12 21:44:20 +02:00
derselbst f6877c6791 fix inverse logic of audio.jack.multi
addressing #135
2017-07-12 20:25:19 +02:00
derselbst 791ef8dac4 revert changes for doc/fluidsynth-v10-devdoc.xml 2017-07-12 17:58:45 +02:00
derselbst 9133aa53f5 license upgrade
missed occurrences
2017-07-12 17:54:54 +02:00
derselbst 987d248894 license upgrade
adjust license version numbers
2017-07-12 17:53:03 +02:00
derselbst 1f5a3ca26e license upgrade
for the sake of consistency, make a compatible license upgrade of fluidsynth from 'GNU Library GPL 2' to 'GNU Lesser GPL 2.1'
2017-07-12 17:45:23 +02:00
derselbst 2b7d2bf108 relicense fluid_chorus.c under LGPL, because:
- there is barely a trace of the original file anymore
- all changes done by fluidsynth contributors were made under the terms of the LGPL-2.0+
- SoX/chorus.c is part of libsox, a library licensed under the terms of the LGPL
2017-07-11 20:26:26 +02:00
derselbst 2fb69e2187 allow bank changes on drum channels
for MMA mode, addresses #172
2017-07-09 10:51:06 +02:00
derselbst b456e88efc Merge branch 'master' of github.com:FluidSynth/fluidsynth 2017-07-08 20:53:15 +02:00
derselbst c8d1d0fbde silence compiler warnings 2017-07-08 20:52:10 +02:00
derselbst 83f82ba98d cmake: let clang use correct compile flags 2017-07-08 20:39:43 +02:00
Tom M 533fcb3a44 Merge pull request #173 from FluidSynth/midi_port_type
adjust alsa midi port type
2017-07-07 16:41:39 +02:00
derselbst 54f5f9d2b8 avoid including Win32 headers when build with cygwin 2017-07-07 16:24:30 +02:00
derselbst 5e2694ab1d remove redundant cmake var 2017-07-07 15:45:26 +02:00
derselbst 58558c7517 make inet_ntop check work on non Win32 OS 2017-07-07 15:33:43 +02:00
derselbst d7d56086d5 cmake: check for inet_ntop
fix build with mingw32, fix #132
2017-07-07 15:14:25 +02:00
Tom M e53230bb2f Merge pull request #168 from derselbst/alsa
EPIPE and ESTRPIPE may be equal
2017-07-07 08:49:58 +02:00
derselbst a80793a55b adjust alsa midi port type
fix #139
2017-07-05 18:43:58 +02:00
Tom M 5723aa9241 add warning during compilation
if ESTRPIPE == EPIPE
2017-07-05 08:18:45 +02:00
derselbst 96df3e1660 enable doxygen search 2017-07-03 19:31:02 +02:00
derselbst 245b178a4c update Doxyfiles 2017-07-03 19:19:03 +02:00
Tom M f0a83e13e3 Merge pull request #170 from FluidSynth/cmake_pthreads
fix build
2017-07-02 09:58:34 +02:00
derselbst a5c8c9accb fix build with lash support 2017-07-02 09:43:53 +02:00
derselbst cc9bda442e dont discard const qualifiers 2017-07-02 00:33:11 +02:00
derselbst 11b49cc7c7 use cmakes native Thread module to find pthreads 2017-07-01 23:53:47 +02:00
derselbst 174d8551b9 parser: fix sysex parsing
fixes #148
2017-07-01 18:33:52 +02:00
derselbst cf1975e35f correctly check length of MIDI_SYSEX_TUNING_NOTE_TUNE_BANK
fixes #127
2017-07-01 18:24:02 +02:00
derselbst 80b46c601a avoid voice_count becomming negative
bug around fluid_voice_off(), fixes issue #151
2017-07-01 17:57:43 +02:00
derselbst 8af2eb4d7c update version and copyright year in devdocs 2017-07-01 14:30:49 +02:00
surabhi.m 666ccb4c83 Logical error resulting dereferencing of NULL
Signed-off-by: Surabhi <surabhi.m@samsung.com>
2017-07-01 08:45:07 +02:00
Tom M cff965be7e typo 2017-06-30 08:19:29 +02:00
Tom M 3995efca5d EPIPE and ESTRPIPE may be equal
fixes #133
2017-06-30 08:14:09 +02:00
derselbst 0edbe06621 Revert "windows: allow SF2 to be loaded from unicode paths"
This reverts commit d3f4b14e48.

Wont work, since fluidsynth internally only uses char*, but _wfopen requires wchar_t*
2017-06-25 12:01:00 +02:00
derselbst d3f4b14e48 windows: allow SF2 to be loaded from unicode paths
fix #128
2017-06-25 11:51:32 +02:00