Control Surface pin-t-adl
MIDI Control Surface library for Arduino
Channel.cpp
Go to the documentation of this file.
1#include "Channel.hpp"
3
5
6Print &operator<<(Print &os, Channel c) {
7 return os << F("Channel ") << c.getOneBased();
8}
9
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe class for MIDI channels.
Definition: Channel.hpp:13
constexpr uint8_t getOneBased() const
Get the channel as an integer.
Definition: Channel.hpp:36
Print & operator<<(Print &os, Quaternion e)
Printing.
Definition: Quaternion.cpp:28