fluidsynth/src
derselbst c94ccdfed1 Remove a FIXME
I don't see any 'allocation' of preset. And ALL public synth functions have a mutex lock which might potentially block when called from synth context, but only then if the client app pessimizes this situation by extensively calling the synth from outside the synth context.
2020-09-13 13:38:38 +02:00
..
bindings Update API docs 2020-04-18 23:56:59 +02:00
drivers Add multi channels support for audio driver. (#667) 2020-09-02 21:31:50 +02:00
gentables Add missing header guards 2019-11-03 08:41:20 +01:00
midi Fix an impossible NULL deref 2020-09-13 13:38:38 +02:00
rvoice Mapping of fx unit output to dry buffers in mix mode. (#668) 2020-09-02 21:10:31 +02:00
sfloader Fix another NULL dereference 2020-09-13 13:38:38 +02:00
synth Remove a FIXME 2020-09-13 13:38:38 +02:00
utils Update Travis CI (#658) 2020-07-28 21:05:01 +02:00
CMakeLists.txt Properly handle overlapping notes when using fluid_event_note() (#637) 2020-06-15 08:38:56 +02:00
config.cmake Fix build of OSS driver if soundcard.h is not in sys/ 2020-02-16 16:43:20 +01:00
fluidsynth.c Remove dead code 2020-09-13 13:38:38 +02:00