libfluidsynth
2.1.1
|
Library version functions and defines. More...
Macros | |
#define | FLUIDSYNTH_VERSION "2.1.1" |
String constant of libfluidsynth version. More... | |
#define | FLUIDSYNTH_VERSION_MAJOR 2 |
libfluidsynth major version integer constant. More... | |
#define | FLUIDSYNTH_VERSION_MINOR 1 |
libfluidsynth minor version integer constant. More... | |
#define | FLUIDSYNTH_VERSION_MICRO 1 |
libfluidsynth micro version integer constant. More... | |
Functions | |
FLUIDSYNTH_API void | fluid_version (int *major, int *minor, int *micro) |
Get FluidSynth runtime version. More... | |
FLUIDSYNTH_API char * | fluid_version_str (void) |
Get FluidSynth runtime version as a string. More... | |
Library version functions and defines.
#define FLUIDSYNTH_VERSION "2.1.1" |
String constant of libfluidsynth version.
Referenced by fluid_version_str().
#define FLUIDSYNTH_VERSION_MAJOR 2 |
libfluidsynth major version integer constant.
Referenced by fluid_version().
#define FLUIDSYNTH_VERSION_MINOR 1 |
libfluidsynth minor version integer constant.
Referenced by fluid_version().
#define FLUIDSYNTH_VERSION_MICRO 1 |
libfluidsynth micro version integer constant.
Referenced by fluid_version().
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 |
References FLUIDSYNTH_VERSION_MAJOR, FLUIDSYNTH_VERSION_MICRO, and FLUIDSYNTH_VERSION_MINOR.
FLUIDSYNTH_API char* fluid_version_str | ( | void | ) |
Get FluidSynth runtime version as a string.
References FLUIDSYNTH_VERSION.