4#include <AH/STL/memory>
19template <
class Sender>
55 sender.sendOn(sendAddress);
56 for (int8_t offset : *
chord)
57 sender.sendOn(sendAddress + offset);
59 sender.sendOff(sendAddress);
60 for (int8_t offset : *
chord)
61 sender.sendOff(sendAddress + offset);
85 std::unique_ptr<const IChord>
chord;
#define BEGIN_CS_NAMESPACE
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
A super class for object that have to be updated regularly.
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
Type for storing pin numbers of Extended Input/Output elements.