#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) |
|
|
|
|
|
|
|
|
|
|