Defines | |
#define | FLUID_OK (0) |
Value that indicates success, used by most libfluidsynth functions. | |
#define | FLUID_FAILED (-1) |
Value that indicates failure, used by most libfluidsynth functions. | |
Functions | |
FLUIDSYNTH_API int | fluid_is_soundfont (const char *filename) |
Check if a file is a SoundFont file. | |
FLUIDSYNTH_API int | fluid_is_midifile (const char *filename) |
Check if a file is a MIDI file. |
#define FLUID_OK (0) |
Value that indicates success, used by most libfluidsynth functions.
#include <fluidsynth.h> #ifndef FLUID_OK #define FLUID_OK (0) #define FLUID_FAILED (-1) #endif
#define FLUID_FAILED (-1) |
Value that indicates failure, used by most libfluidsynth functions.
FLUIDSYNTH_API int fluid_is_soundfont | ( | const char * | filename | ) |
Check if a file is a SoundFont file.
filename | Path to the file to check |
FLUIDSYNTH_API int fluid_is_midifile | ( | const char * | filename | ) |
Check if a file is a MIDI file.
filename | Path to the file to check |