| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
void sendOn(MIDICNChannelAddress address)
 
void setVelocity(uint8_t velocity)
 
#define BEGIN_CS_NAMESPACE
 
MIDI_Interface & MIDI()
Get the MIDI interface of the Control Surface.
 
void sendNoteOn(MIDICNChannelAddress address, uint8_t velocity)
Send a MIDI Note On event.
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
void sendOff(MIDICNChannelAddress address)
 
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
 
void sendNoteOff(MIDICNChannelAddress address, uint8_t velocity)
Send a MIDI Note Off event.
 
uint8_t getVelocity() const
 
DigitalNoteSender(uint8_t velocity=0x7F)