#include <USBMIDI_Parser.hpp>
 | 
| static bool  | isStatus (uint8_t data) | 
|   | Check if the given byte is a MIDI header byte.  More...
  | 
|   | 
| static bool  | isData (uint8_t data) | 
|   | Check if the given byte is a MIDI data byte.  More...
  | 
|   | 
Definition at line 19 of file USBMIDI_Parser.hpp.
 
◆ parse()
◆ getSysEx()
◆ getCN()
  
  
      
        
          | uint8_t USBMIDI_Parser::getCN  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ startSysEx()
  
  
      
        
          | void USBMIDI_Parser::startSysEx  | 
          ( | 
          uint8_t  | 
          CN | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ endSysEx()
  
  
      
        
          | void USBMIDI_Parser::endSysEx  | 
          ( | 
          uint8_t  | 
          CN | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ addSysExByte()
  
  
      
        
          | bool USBMIDI_Parser::addSysExByte  | 
          ( | 
          uint8_t  | 
          CN,  | 
         
        
           | 
           | 
          uint8_t  | 
          data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ receivingSysEx()
  
  
      
        
          | bool USBMIDI_Parser::receivingSysEx  | 
          ( | 
          uint8_t  | 
          CN | ) | 
           const | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ getChannelMessage()
◆ getSysExBuffer()
  
  
      
        
          | const uint8_t* MIDI_Parser::getSysExBuffer  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ getSysExLength()
  
  
      
        
          | size_t MIDI_Parser::getSysExLength  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ isStatus()
  
  
      
        
          | bool MIDI_Parser::isStatus  | 
          ( | 
          uint8_t  | 
          data | ) | 
           | 
         
       
   | 
  
staticinherited   | 
  
 
Check if the given byte is a MIDI header byte. 
Definition at line 11 of file MIDI_Parser.cpp.
 
 
◆ isData()
  
  
      
        
          | bool MIDI_Parser::isData  | 
          ( | 
          uint8_t  | 
          data | ) | 
           | 
         
       
   | 
  
staticinherited   | 
  
 
Check if the given byte is a MIDI data byte. 
Definition at line 15 of file MIDI_Parser.cpp.
 
 
◆ CN
  
  
      
        
          | uint8_t USBMIDI_Parser::CN = 0 | 
         
       
   | 
  
protected   | 
  
 
 
◆ sysexbuffers
◆ midimsg
The documentation for this class was generated from the following files: