Control Surface  1.2.0
MIDI Control Surface library for Arduino
Classes
Bankable MIDI Input Elements

All Elements that listen for incoming MIDI events, and that can be banked. More...

+ Collaboration diagram for Bankable MIDI Input Elements:

Classes

class  VU< NumBanks >
 A class for MIDI input elements that represent Mackie Control Universal VU meters. More...
 
class  NoteRange< RangeLen, NumBanks >
 MIDI Input Element that listens to a range of notes and saves their velocity values. More...
 
class  NoteValue< NumBanks >
 MIDI Input Element that listens to a single note and saves its value. More...
 
class  CCRange< RangeLen, NumBanks >
 MIDI Input Element that listens to a range of controllers and saves their values. More...
 
class  CCValue< NumBanks >
 MIDI Input Element that listens to a single controller and saves its value. More...
 

Detailed Description

All Elements that listen for incoming MIDI events, and that can be banked.


This includes the bankable versions of pretty much all elements in MIDI Input Elements.