version.h File Reference

Library version functions and defines. More...


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.


Detailed Description

Library version functions and defines.


Define Documentation

#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.


Function Documentation

FLUIDSYNTH_API void fluid_version ( int *  major,
int *  minor,
int *  micro 
)

Get FluidSynth runtime version.

Parameters:
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.

Returns:
FluidSynth version string, which is internal and should not be modified or freed.


Generated on Fri Jan 8 02:55:14 2016 for libfluidsynth by  doxygen 1.5.6