carlo-bramini
8025f788d3
Disable network at compile time (option) ( #307 )
2017-12-17 10:25:54 +01:00
carlo-bramini
46733af348
Fix crash to TCP server (WIN32).
2017-12-13 20:08:42 +01:00
derselbst
5806d9e9cc
display sample type for fluidsynth --version
2017-12-09 22:20:25 +01:00
derselbst
c02a5ae5ce
remove redundant VERSION macro
...
use FLUIDSYNTH_VERSION instead
2017-12-09 22:09:24 +01:00
Marcus Weseloh
4b090c2afb
Use case-insensitive string match for boolean settings
2017-12-01 19:29:29 +01:00
carlo-bramini
582d316f9f
Remove obsolete config_win32.h
2017-11-12 13:24:36 +01:00
derselbst
c7a02bd812
make fluid_settings_foreach_t const correct
2017-11-11 11:09:17 +01:00
derselbst
12a9692211
make fluid_settings_foreach_option_t const correct
2017-11-11 11:04:12 +01:00
derselbst
456b6afa97
remove redundant getopt.h declarations
2017-10-22 13:25:25 +02:00
derselbst
b79f2a614e
adapt fluid_server API after cmd_handler decoupling
...
avoid new_fluid_server() to require an already existing instance of fluid_cmd_handler_t just for storing fluid_synth_t* and fluid_midi_router_t*, instead require these two instances explicitly when creating the server
2017-10-07 14:58:26 +02:00
derselbst
680d4d51a4
fix sizeof's
2017-10-06 21:17:14 +02:00
Tom M
5ae62791ae
dont hardcode buf size
2017-10-06 13:15:09 +02:00
Tom M
82b2000d08
Merge branch 'master' into cmd-handler
2017-10-06 13:11:21 +02:00
derselbst
2b861a12eb
assure audio_groups is not overwritten
...
with an unset value, fixes #225
2017-10-06 10:34:35 +02:00
derselbst
6e3644d1aa
cleanup fluidsynth.c
2017-10-06 10:31:44 +02:00
Bernat Arlandis i Mañó
3c14435a8c
Command handler decoupled. Moved config file loading after starting everything.
2017-10-02 18:25:58 +02:00
derselbst
75e5284f72
another return val fix
2017-09-22 15:43:41 +02:00
derselbst
9e9eacbc20
refactor return value checking of fluid_settings_*()
2017-09-21 22:09:24 +02:00
derselbst
e797853b2b
refactor fluid_settings API
...
consistently return either FLUID_OK or FLUID_FAILED for public fluid_settings_* functions
2017-09-20 14:27:36 +02:00
derselbst
0f6c4c83a1
remove unimplemented "synth.dump" setting
2017-09-19 16:45:38 +02:00
derselbst
53fd1eeac7
remove deprecated fluid_settings_getstr()
2017-09-16 17:30:57 +02:00
derselbst
a5382c6b6a
bump copyright year
2017-09-14 12:29:02 +02:00
derselbst
aac2354f5c
remove fop-level "fluidsynth" directory node
...
cd fluidsynth && git mv * ../
2017-09-03 13:30:26 +02:00