roneos
Operating System for the r-one robot
 All Data Structures Files Functions Variables Typedefs Groups
Midi.h
Go to the documentation of this file.
1 
9 #ifndef MIDI_H_
10 #define MIDI_H_
11 
12 /******** Defines ********/
13 
14 #define MIDI_NUM_OF_PATCHES 128
15 #define MIDI_TRACKS_MAX 16
16 
17 #include "VS1053_PatchTable.h"
18 
19 
20 /******** Functions ********/
21 
27 void MIDIInit(void);
28 
35 void MIDIFilePlay(const char* MIDIFilePtr);
36 
42 boolean MIDIFileIsPlaying(void);
43 
44 #endif /* MIDI_H_ */