This is an old version of the documentation. View the latest version
here.
Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
Go to the documentation of this file.
19 char barStr[6], beatStr[3], frameStr[4];
23 DEBUG(
"Bar: " << barStr <<
"\tBeat: " << beatStr
24 <<
"\tFrame: " << frameStr);
A type-safe class for MIDI channels.
TimeDisplay(Channel channel=CHANNEL_1)
Names and note and controller numbers for the Mackie Control Universal (MCU) protocol.
void getFrames(char *buff) const
constexpr static uint8_t TimeDisplayAddress
#define BEGIN_CS_NAMESPACE
constexpr static uint8_t TimeDisplayLength
void getBars(char *buff) const
void getText(char *buffer, uint8_t offset=0, uint8_t length=LENGTH) const
Copy the ASCII text into the given buffer.
void getBeats(char *buff) const
constexpr Channel CHANNEL_1
char getCharacterAt(uint8_t index) const
Get the character at the given index.