4#include <AH/STL/memory>
22template <
class Sender>
58 sender.sendOn(sendAddress);
59 for (int8_t offset : *
chord)
60 sender.sendOn(sendAddress + offset);
63 sender.sendOff(sendAddress);
64 for (int8_t offset : *
chord)
65 sender.sendOff(sendAddress + offset);
83 std::unique_ptr<const IChord>
chord;
#define BEGIN_CS_NAMESPACE
A super class for object that have to be updated regularly.
MIDIAddress getActiveAddress() const
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
void unlock()
Unlock the bank setting.
void lock()
Lock the bank setting.
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
Type for storing pin numbers of Extended Input/Output elements.