fluidsynth/src
Tom M e16ca05a58
Avoid num_samples from becoming negative (#653)
For Soundfonts bigger 2GiB, num_samples becomes negative. When being passed to safe_fread() it's promoted to long long and when being passed to fread(), it's cast to size_t. Works fine in twos-complement, but still is not nice.
2020-06-08 09:24:23 +02:00
..
bindings Update API docs 2020-04-18 23:56:59 +02:00
drivers Remove SDL2 not inited warning for upcoming release 2020-05-19 19:44:47 +02:00
gentables Add missing header guards 2019-11-03 08:41:20 +01:00
midi Revise the sequencer's event queue (#604) 2020-05-26 17:16:22 +02:00
rvoice Remove unused variable 2020-05-02 13:24:33 +02:00
sfloader Avoid num_samples from becoming negative (#653) 2020-06-08 09:24:23 +02:00
synth Revise the sequencer's event queue (#604) 2020-05-26 17:16:22 +02:00
utils Support loading SoundFonts >2GiB on Windows (#629) 2020-05-26 16:53:59 +02:00
CMakeLists.txt Revise the sequencer's event queue (#604) 2020-05-26 17:16:22 +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 Fix a possible NULL dereference 2020-03-03 16:48:24 +01:00