Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
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
Print & operator<<(Print &os, Channel c)
Definition Channel.cpp:6
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe class for MIDI channels.
Definition Channel.hpp:13
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.