timidity.h (libtimidity-0.2.6) | : | timidity.h (libtimidity-0.2.7) | ||
---|---|---|---|---|
skipping to change at line 47 | skipping to change at line 47 | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define LIBTIMIDITY_VERSION_MAJOR 0L | #define LIBTIMIDITY_VERSION_MAJOR 0L | |||
#define LIBTIMIDITY_VERSION_MINOR 2L | #define LIBTIMIDITY_VERSION_MINOR 2L | |||
#define LIBTIMIDITY_PATCHLEVEL 6L | #define LIBTIMIDITY_PATCHLEVEL 7L | |||
#define LIBTIMIDITY_VERSION \ | #define LIBTIMIDITY_VERSION \ | |||
((LIBTIMIDITY_VERSION_MAJOR<<16)| \ | ((LIBTIMIDITY_VERSION_MAJOR<<16)| \ | |||
(LIBTIMIDITY_VERSION_MINOR<< 8)| \ | (LIBTIMIDITY_VERSION_MINOR<< 8)| \ | |||
(LIBTIMIDITY_PATCHLEVEL)) | (LIBTIMIDITY_PATCHLEVEL)) | |||
/* Audio format flags (defaults to LSB byte order) | /* Audio format flags (defaults to LSB byte order) | |||
*/ | */ | |||
#define MID_AUDIO_U8 0x0008 /* Unsigned 8-bit samples */ | #define MID_AUDIO_U8 0x0008 /* Unsigned 8-bit samples */ | |||
#define MID_AUDIO_S8 0x8008 /* Signed 8-bit samples */ | #define MID_AUDIO_S8 0x8008 /* Signed 8-bit samples */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |