| 
   
    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);
 
  
void getBars(char *buff) const
 
A type-safe class for MIDI channels.
 
void getBeats(char *buff) const
 
TimeDisplay(Channel channel=CHANNEL_1)
 
#define BEGIN_CS_NAMESPACE
 
void getFrames(char *buff) const
 
void getText(char *buffer, uint8_t offset=0, uint8_t length=LENGTH) const
Copy the ASCII text into the given buffer.
 
char getCharacterAt(uint8_t index) const
Get the character at the given index.
 
#define DEBUG(x)
Print an expression to the debug output if debugging is enabled.
 
constexpr static uint8_t TimeDisplayAddress
 
constexpr Channel CHANNEL_1
 
constexpr static uint8_t TimeDisplayLength