Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
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::NoteOn>
 Class that listens for MIDI Note events on a single address and saves their value.
 
using CCValue = NoteCCKPValue<MIDIMessageType::ControlChange>
 Class that listens for MIDI Control Change events on a single address and saves their value.
 
using KPValue = NoteCCKPValue<MIDIMessageType::KeyPressure>
 Class that listens for MIDI Key Pressure events on a single address and saves their value.
 
template<uint8_t BankSize>
using NoteValue = NoteCCKPValue<MIDIMessageType::NoteOn, BankSize>
 Class that listens for MIDI Note events on a single address and saves their value.
 
template<uint8_t BankSize>
using CCValue = NoteCCKPValue<MIDIMessageType::ControlChange, BankSize>
 Class that listens for MIDI Control Change events on a single address and saves their value.
 
template<uint8_t BankSize>
using KPValue = NoteCCKPValue<MIDIMessageType::KeyPressure, BankSize>
 Class that listens for MIDI Key Pressure events on a single address and saves their value.