Go to the source code of this file.
Definition at line 6 of file midi.h.
#define INSTRUMENT (0b1100) |
Definition at line 5 of file midi.h.
Definition at line 9 of file midi.h.
#define NOTE_OFF (0b1000) |
Definition at line 3 of file midi.h.
Definition at line 2 of file midi.h.
Definition at line 4 of file midi.h.
Definition at line 8 of file midi.h.
void change_instrument |
( |
uint8_t |
channel, |
|
|
uint8_t |
instrument |
|
) |
| |
void change_volume |
( |
uint8_t |
chan, |
|
|
uint8_t |
vol |
|
) |
| |
void pitch_bend |
( |
uint8_t |
channel, |
|
|
int16_t |
value |
|
) |
| |
void send_byte |
( |
uint8_t |
byte | ) |
|
void send_controller_command |
( |
uint8_t |
channel, |
|
|
uint8_t |
controller, |
|
|
uint8_t |
value |
|
) |
| |
void send_note |
( |
uint8_t |
channel, |
|
|
uint8_t |
vel, |
|
|
uint8_t |
pitch |
|
) |
| |
void send_note_off |
( |
uint8_t |
channel, |
|
|
uint8_t |
vel, |
|
|
uint8_t |
pitch |
|
) |
| |
void write_test_note |
( |
void |
| ) |
|