![]() |
roneos
Operating System for the r-one robot
|
Functions for playing MIDI files on the robot. More...
#include "VS1053_PatchTable.h"
Go to the source code of this file.
Functions | |
void | MIDIInit (void) |
Initialize midi configuration to default. More... | |
void | MIDIFilePlay (const char *MIDIFilePtr) |
Play midi file. More... | |
boolean | MIDIFileIsPlaying (void) |
Check and see if a MIDI file is playing. More... | |
Functions for playing MIDI files on the robot.
boolean MIDIFileIsPlaying | ( | void | ) |
Check and see if a MIDI file is playing.
void MIDIFilePlay | ( | const char * | MIDIFilePtr) |
Play midi file.
MIDIFilePtr | Pointer for midi file to play |
void MIDIInit | ( | void | ) |
Initialize midi configuration to default.