roneos
Operating System for the r-one robot
 All Data Structures Files Functions Variables Typedefs Groups
Midi.h File Reference

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...
 

Detailed Description

Functions for playing MIDI files on the robot.

Since
Jul 20, 2011
Author
: Sunny Kim

Function Documentation

boolean MIDIFileIsPlaying ( void  )

Check and see if a MIDI file is playing.

Returns
TRUE is there is a MIDI file playing
void MIDIFilePlay ( const char *  MIDIFilePtr)

Play midi file.

Parameters
MIDIFilePtrPointer for midi file to play
Returns
void
void MIDIInit ( void  )

Initialize midi configuration to default.

Returns
void