Tom M
|
fb684aa5d8
|
Merge pull request #434 from rncbc/jack_driver-last_client-reuse-fix
jack_driver: last_client reuse fix.
|
2018-09-20 20:20:55 +02:00 |
|
Tom M
|
6518367e00
|
Merge pull request #432 from sykhro/master
Fix the sfload_mem example to actually read back the pointer address
|
2018-09-20 20:12:10 +02:00 |
|
jjceresa
|
75b77f0186
|
Remove redundant invalid preset generators checking in fluid_defpreset_noteon() (#430)
|
2018-09-20 20:11:11 +02:00 |
|
rncbc
|
99e235e279
|
jack_driver: last_client reuse fix.
|
2018-09-20 09:04:21 +01:00 |
|
sykhro
|
78a6ce71a3
|
Fix the sfload_mem example to actually read back the pointer address
|
2018-09-19 01:18:42 +02:00 |
|
derselbst
|
457edfcdda
|
fix build for cmake < 3.3
CMP0063 hasnt been introduced yet
|
2018-09-18 17:34:10 +02:00 |
|
derselbst
|
e2e34ba9eb
|
update fluidsettings regarding coremidi autoconnect
|
2018-09-15 14:13:35 +02:00 |
|
Colin Kinloch
|
f4b88fc747
|
coremidi input port and autoconnect (#427)
|
2018-09-15 14:08:55 +02:00 |
|
jjceresa
|
f566f0ef33
|
Simplify fluid_mod_get_xxx_value() signature. (#429)
|
2018-09-15 14:01:15 +02:00 |
|
jjceresa
|
401f53a009
|
Update polymono doc and AUTHORS files (#428)
- fix comments in polymono documentation.
- add author entry.
|
2018-09-12 12:10:29 +02:00 |
|
derselbst
|
cbe4003d97
|
bump version to 2.0.0 (stable release)
|
2018-09-12 12:07:35 +02:00 |
|
derselbst
|
80b94fdb1f
|
add myself to AUTHORS
|
2018-09-12 11:55:23 +02:00 |
|
Tom M
|
e4b8e2b44c
|
Implement fluid_get_userconf() on windows (#425)
|
2018-09-09 22:34:35 +02:00 |
|
derselbst
|
64687c3a05
|
update issue_template.md
|
2018-09-03 21:08:34 +02:00 |
|
derselbst
|
eb132d8196
|
correctly typedef fluid_stat_buf_t for glib < 2.26
|
2018-08-30 22:14:27 +02:00 |
|
derselbst
|
b9dd426046
|
correctly typedef fluid_stat_buf_t
fixing copy'n paste mistake... excuse me
|
2018-08-30 19:53:40 +02:00 |
|
derselbst
|
9052bad56c
|
silence MSVC type narrowing warnings in fluid_cmd.c
|
2018-08-30 18:45:29 +02:00 |
|
derselbst
|
7d9a02d836
|
replace strlen with FLUID_STRLEN
|
2018-08-30 18:40:49 +02:00 |
|
derselbst
|
cdc8d38f4e
|
silence MSVC type narrowing warnings in fluid_settings.c
|
2018-08-30 18:33:05 +02:00 |
|
derselbst
|
70fbabf97c
|
fix incompatible types warning: 'fluid_stat_buf_t *' to '_stat64i32 *'
only occurs on Win64 with glib < 2.26
|
2018-08-30 17:38:19 +02:00 |
|
derselbst
|
4d8574d38a
|
change fluid_log_* prototypes to const char*
|
2018-08-23 16:56:22 +02:00 |
|
derselbst
|
f0f9ebeefb
|
remove -Wno-cast-qual flag
|
2018-08-23 14:16:35 +02:00 |
|
derselbst
|
03d2adbd7d
|
cleanup TODO
remove already implemented feature
|
2018-08-16 11:06:11 +02:00 |
|
derselbst
|
7f4049c88f
|
prepare for fluidsynth 2.0RC1
|
2018-08-15 18:09:33 +02:00 |
|
derselbst
|
7b9e8de262
|
stop cmake from querying for a C++ compiler
|
2018-08-14 17:14:59 +02:00 |
|
Tom M
|
55a4bb5597
|
Merge pull request #421 from FluidSynth/test-flag
Always build unit tests, remove `enable-tests` cmake flag
|
2018-08-10 16:39:17 +02:00 |
|
derselbst
|
500959701e
|
move fluid_file_renderer_settings() declaration to fluid_adriver.h
|
2018-08-08 20:55:32 +02:00 |
|
Tom M
|
c8056ee002
|
Merge branch 'master' into test-flag
|
2018-08-08 20:13:39 +02:00 |
|
Tom M
|
75db4f31b3
|
WinXP compatible CI builds (#419)
attempt to remain windows xp compatibility for AppVeyor CI builds and statically link MSVC's C Run-Time Library
|
2018-08-08 20:12:37 +02:00 |
|
derselbst
|
908aaeb5cc
|
cmake: setup linker directories before creating target
|
2018-08-07 15:19:05 +02:00 |
|
derselbst
|
39f574942e
|
cmake: remove redundant include and link dir variables
cf. docs of pkg_check_modules()
|
2018-08-07 15:07:20 +02:00 |
|
derselbst
|
a6b1056b8c
|
fix win32 build
|
2018-08-07 10:34:58 +02:00 |
|
derselbst
|
ff1482ec06
|
fix dll visibility on win32 for unittests
|
2018-08-06 20:29:50 +02:00 |
|
derselbst
|
283eba5a3c
|
only build unit test if explicitly requested
via make check
|
2018-08-06 18:03:48 +02:00 |
|
derselbst
|
521e5451fc
|
remove cmake option enable-tests
Always build unit tests instead and use cmakes OBJECT library to bypass visibility control and the value of BUILD_SHARED_LIBS.
|
2018-08-05 20:50:41 +02:00 |
|
derselbst
|
063ab5d7d2
|
remove unused midi driver status functions
|
2018-07-21 10:43:38 +02:00 |
|
derselbst
|
47c4a5b1c7
|
remove various redundant audio / midi driver declarations
by moving already existing function declarations to fluid_adriver.h and
fluid_mdriver.h resp.
|
2018-07-21 10:37:43 +02:00 |
|
derselbst
|
f6f66d53fd
|
make fluid_synth_write_float() safe when called with NULL buffers
|
2018-07-20 19:30:18 +02:00 |
|
derselbst
|
8afb46515f
|
fix comment for sinc interpolation table
a Hanning window is applied, rather than a Hamming window
|
2018-07-19 17:22:44 +02:00 |
|
derselbst
|
bb413011f7
|
update deprecated note of fluid_synth_nwrite_float()
|
2018-07-16 12:21:55 +02:00 |
|
derselbst
|
2ea8c9a7dc
|
extend documentation on multi-channel rendering
|
2018-07-16 12:10:07 +02:00 |
|
derselbst
|
2185194d43
|
cleanup fluid_synth_process()
remove code duplications
|
2018-07-15 19:52:48 +02:00 |
|
derselbst
|
af1fc75717
|
add fluid_synth_count_effects_groups()
|
2018-07-12 10:34:02 +02:00 |
|
derselbst
|
9546e4a9fe
|
bump date of API docs
|
2018-07-11 23:43:07 +02:00 |
|
derselbst
|
7e627c575c
|
fix NULL deref in jack driver
|
2018-07-11 21:07:37 +02:00 |
|
derselbst
|
b46998ba04
|
fix alsa driver with custom callback
|
2018-07-11 21:05:12 +02:00 |
|
Tom M
|
c4f0b19c64
|
Merge pull request #405 from FluidSynth/fluid-synth-process
Complete implementation of fluid_synth_process() and add support for multi-channel effects rendering.
|
2018-07-11 17:26:51 +02:00 |
|
derselbst
|
4b5dc36d53
|
extend the documentation of fluid_synth_process()
|
2018-07-11 14:44:40 +02:00 |
|
derselbst
|
253a381898
|
update the documentation of synth.effects-groups
and some related settings
|
2018-07-11 13:16:50 +02:00 |
|
derselbst
|
7f1cdd2acf
|
make fluid_synth_add_default_mod() const correct
|
2018-07-11 11:52:45 +02:00 |
|