| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
void setOffValue(uint8_t offValue)
 
uint8_t getOffValue() const
 
#define BEGIN_CS_NAMESPACE
 
MIDI_Interface & MIDI()
Get the MIDI interface of the Control Surface.
 
DigitalCCSender(uint8_t onValue=0x7F, uint8_t offValue=0x00)
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
 
void sendOff(MIDICNChannelAddress address)
 
uint8_t getOnValue() const
 
void sendOn(MIDICNChannelAddress address)
 
void setOnValue(uint8_t onValue)
 
void sendCC(MIDICNChannelAddress address, uint8_t value)
Send a MIDI Control Change event.