|
LMMS
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "mid.h"#include "mididata.h"Macros | |
| #define | LUCAS_STYLE 1 |
| #define | CMF_STYLE 2 |
| #define | MIDI_STYLE 4 |
| #define | SIERRA_STYLE 8 |
| #define | ADLIB_MELODIC 0 |
| #define | ADLIB_RYTHM 1 |
| #define | FILE_LUCAS 1 |
| #define | FILE_MIDI 2 |
| #define | FILE_CMF 3 |
| #define | FILE_SIERRA 4 |
| #define | FILE_ADVSIERRA 5 |
| #define | FILE_OLDLUCAS 6 |
Typedefs | |
| typedef signed char | int8_t |
| typedef short | int16_t |
| typedef int | int32_t |
| typedef unsigned char | uint8_t |
| typedef unsigned short | uint16_t |
| typedef unsigned int | uint32_t |
| #define ADLIB_MELODIC 0 |
| #define ADLIB_RYTHM 1 |
| #define CMF_STYLE 2 |
| #define FILE_ADVSIERRA 5 |
| #define FILE_CMF 3 |
| #define FILE_LUCAS 1 |
| #define FILE_MIDI 2 |
| #define FILE_OLDLUCAS 6 |
| #define FILE_SIERRA 4 |
| #define LUCAS_STYLE 1 |
| #define MIDI_STYLE 4 |
| #define SIERRA_STYLE 8 |
| typedef short int16_t |
| typedef signed char int8_t |
| typedef unsigned short uint16_t |
| typedef unsigned char uint8_t |