/Users/franky/DIY/Arduino/Arduino.app/Contents/Resources/Java/hardware/libraries/MIDI/MIDI.h File Reference
#include <inttypes.h>
Go to the source code of this file.
Define Documentation
Message type AfterTouch Channel
Definition at line 26 of file MIDI.h.
Message type AfterTouch Poly
Definition at line 20 of file MIDI.h.
Message type Control Change
Definition at line 22 of file MIDI.h.
#define MANUFACTURER_ID_H 0x7D |
#define MIDI_CHANNEL_OFF 17 |
#define MIDI_CHANNEL_OMNI 0 |
#define MIDI_FILTER_ANTICANAL 3 |
#define MIDI_FILTER_CANAL 2 |
#define MIDI_FILTER_FULL 1 |
#define MIDI_FILTER_OFF 0 |
The basic baudrate for MIDI communications.
Definition at line 14 of file MIDI.h.
#define MIDI_SYSEX_ARRAY_SIZE 256 |
Message type Note Off (equivalent to a NoteOn with null velocity)
Definition at line 16 of file MIDI.h.
Message type Note On
Definition at line 18 of file MIDI.h.
Message type Program Change
Definition at line 24 of file MIDI.h.
Message type Pitch Bend
Definition at line 28 of file MIDI.h.
Message type System Exclusive
Definition at line 30 of file MIDI.h.
Typedef Documentation
Type definition for practical use (because "unsigned char" is a bit long to write.. )
Definition at line 50 of file MIDI.h.
Variable Documentation
Main instance (the class comes pre-instantiated).
Definition at line 30 of file MIDI.cpp.