Main Page   Compound List   File List   Compound Members   File Members  

midi.c File Reference

#include "uart.h"
#include "midi.h"
#include "debug.h"

Go to the source code of this file.

Functions

void midiInit ()
u08 midiNoteOnOut (u08 note, u08 vel, u08 channel)
u08 midiNoteOffOut (u08 note, u08 vel, u08 channel)
u08 midiControlChangeOut (u08 controller, u08 value, u08 channel)
u08 midiProgramChangeOut (u08 program, u08 channel)


Function Documentation

u08 midiControlChangeOut ( u08 controller,
u08 value,
u08 channel )
 

Definition at line 34 of file midi.c.

void midiInit ( void )
 

Definition at line 13 of file midi.c.

u08 midiNoteOffOut ( u08 note,
u08 vel,
u08 channel )
 

Definition at line 26 of file midi.c.

u08 midiNoteOnOut ( u08 note,
u08 vel,
u08 channel )
 

Definition at line 18 of file midi.c.

u08 midiProgramChangeOut ( u08 program,
u08 channel )
 

Definition at line 42 of file midi.c.


Generated at Mon Oct 14 00:10:51 2002 for avrlib by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001