/Users/franky/DIY/Arduino/Arduino.app/Contents/Resources/Java/hardware/libraries/MIDI/MIDI.cpp File Reference
#include <inttypes.h>
#include <stdlib.h>
#include "WConstants.h"
#include "MIDI.h"
#include "HardwareSerial.h"
Go to the source code of this file.
Define Documentation
#define Channel_Refused 0 |
to ATmega 644p users: this library uses the serial port #1 for MIDI.
to any other ATmega users: this library uses the serial port #0 for MIDI (if you have more than one UART).
Definition at line 16 of file MIDI.cpp.
Variable Documentation
Main instance (the class comes pre-instantiated).
Definition at line 30 of file MIDI.cpp.