LMMS
Loading...
Searching...
No Matches
mid.cpp File Reference
#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

Macro Definition Documentation

◆ ADLIB_MELODIC

#define ADLIB_MELODIC   0

◆ ADLIB_RYTHM

#define ADLIB_RYTHM   1

◆ CMF_STYLE

#define CMF_STYLE   2

◆ FILE_ADVSIERRA

#define FILE_ADVSIERRA   5

◆ FILE_CMF

#define FILE_CMF   3

◆ FILE_LUCAS

#define FILE_LUCAS   1

◆ FILE_MIDI

#define FILE_MIDI   2

◆ FILE_OLDLUCAS

#define FILE_OLDLUCAS   6

◆ FILE_SIERRA

#define FILE_SIERRA   4

◆ LUCAS_STYLE

#define LUCAS_STYLE   1

◆ MIDI_STYLE

#define MIDI_STYLE   4

◆ SIERRA_STYLE

#define SIERRA_STYLE   8

Typedef Documentation

◆ int16_t

typedef short int16_t

◆ int32_t

typedef int int32_t

◆ int8_t

typedef signed char int8_t

◆ uint16_t

typedef unsigned short uint16_t

◆ uint32_t

typedef unsigned int uint32_t

◆ uint8_t

typedef unsigned char uint8_t