Control Surface pin-t-adl
MIDI Control Surface library for Arduino
Classes | Namespaces | Typedefs
NoteCCKPValue.hpp File Reference
#include "InterfaceMIDIInputElements.hpp"
#include "MIDIInputElementMatchers.hpp"
+ Include dependency graph for NoteCCKPValue.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NoteCCKPValue< Type >
 Generic base class for classes that listen for MIDI Note, Control Change and Key Pressure events on a single address and save their value. More...
 
class  NoteCCKPValue< Type, BankSize >
 Generic base class for classes that listen for MIDI Note, Control Change and Key Pressure events on a single address and save their value. More...
 

Namespaces

namespace  Bankable
 A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 

Typedefs

using NoteValue = NoteCCKPValue< MIDIMessageType::NOTE_ON >
 Class that listens for MIDI Note events on a single address and saves their value. More...
 
using CCValue = NoteCCKPValue< MIDIMessageType::CONTROL_CHANGE >
 Class that listens for MIDI Control Change events on a single address and saves their value. More...
 
using KPValue = NoteCCKPValue< MIDIMessageType::KEY_PRESSURE >
 Class that listens for MIDI Key Pressure events on a single address and saves their value. More...
 
template<uint8_t BankSize>
using NoteValue = NoteCCKPValue< MIDIMessageType::NOTE_ON, BankSize >
 Class that listens for MIDI Note events on a single address and saves their value. More...
 
template<uint8_t BankSize>
using CCValue = NoteCCKPValue< MIDIMessageType::CONTROL_CHANGE, BankSize >
 Class that listens for MIDI Control Change events on a single address and saves their value. More...
 
template<uint8_t BankSize>
using KPValue = NoteCCKPValue< MIDIMessageType::KEY_PRESSURE, BankSize >
 Class that listens for MIDI Key Pressure events on a single address and saves their value. More...