Defines | |
#define | FLUIDSYNTH_VERSION "1.1.1" |
String constant of libfluidsynth version. | |
#define | FLUIDSYNTH_VERSION_MAJOR 1 |
libfluidsynth major version integer constant. | |
#define | FLUIDSYNTH_VERSION_MINOR 1 |
libfluidsynth minor version integer constant. | |
#define | FLUIDSYNTH_VERSION_MICRO 1 |
libfluidsynth micro version integer constant. | |
Functions | |
FLUIDSYNTH_API void | fluid_version (int *major, int *minor, int *micro) |
Get FluidSynth runtime version. | |
FLUIDSYNTH_API char * | fluid_version_str (void) |
Get FluidSynth runtime version as a string. |
#define FLUIDSYNTH_VERSION "1.1.1" |
String constant of libfluidsynth version.
#define FLUIDSYNTH_VERSION_MAJOR 1 |
libfluidsynth major version integer constant.
#define FLUIDSYNTH_VERSION_MINOR 1 |
libfluidsynth minor version integer constant.
#define FLUIDSYNTH_VERSION_MICRO 1 |
libfluidsynth micro version integer constant.
FLUIDSYNTH_API void fluid_version | ( | int * | major, | |
int * | minor, | |||
int * | micro | |||
) |
Get FluidSynth runtime version.
major | Location to store major number | |
minor | Location to store minor number | |
micro | Location to store micro number |
FLUIDSYNTH_API char* fluid_version_str | ( | void | ) |
Get FluidSynth runtime version as a string.