fluidsynth/include/fluidsynth
Tom M 9995fd88b2
Support loading SoundFonts >2GiB on Windows (#629)
Since sizeof(long) == 4 even on 64 bit Windose, big files cannot be
loaded natively via the ANSI C file API. This change makes fluidsynth's
file callback API use long long, which is guaranteed to be at least 64
bit wide.
2020-05-26 16:53:59 +02:00
..
audio.h Update API doc of fluid_audio_func_t 2020-02-16 10:03:27 +01:00
event.h Fix various typos 2019-12-17 20:11:49 +01:00
gen.h Make Fine Tune destination of default modulator Pitch-Wheel-To-pitch (#590) 2019-11-08 21:26:07 +01:00
ladspa.h Fix various typos 2019-12-17 20:11:49 +01:00
log.h Enable type-checking against format string of fluid_log() 2019-11-03 08:14:52 +01:00
midi.h add missing getters for lyric and text midi events 2018-12-20 17:45:10 +01:00
misc.h Add a public wrapper function for free() (#562) 2019-09-24 16:14:34 +02:00
mod.h enforce coding style guide 2018-06-24 13:13:18 +02:00
seq.h Deprecate usage of the system timer for the sequencer (#599) 2020-01-19 15:37:42 +01:00
seqbind.h enforce coding style guide 2018-06-24 13:13:18 +02:00
settings.h enforce coding style guide 2018-06-24 13:13:18 +02:00
sfont.h Support loading SoundFonts >2GiB on Windows (#629) 2020-05-26 16:53:59 +02:00
shell.h enforce coding style guide 2018-06-24 13:13:18 +02:00
synth.h Fix various typos 2019-12-17 20:11:49 +01:00
types.h Support loading SoundFonts >2GiB on Windows (#629) 2020-05-26 16:53:59 +02:00
version.h.in remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
voice.h enforce coding style guide 2018-06-24 13:13:18 +02:00