Class that sends MIDI control change messages signifying either "on" or "off".  
 More...
#include <MIDI_Senders/DigitalCCSender.hpp>
Class that sends MIDI control change messages signifying either "on" or "off". 
Definition at line 13 of file DigitalCCSender.hpp.
 
◆ DigitalCCSender()
◆ sendOn()
Send a control change message to the given address, with onValue as value. 
Definition at line 20 of file DigitalCCSender.hpp.
 
 
◆ sendOff()
Send a control change message to the given address, with offValue as value. 
Definition at line 25 of file DigitalCCSender.hpp.
 
 
◆ getOnValue()
  
  
      
        
          | uint8_t getOnValue  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ setOnValue()
  
  
      
        
          | void setOnValue  | 
          ( | 
          uint8_t  | 
          onValue | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getOffValue()
  
  
      
        
          | uint8_t getOffValue  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ setOffValue()
  
  
      
        
          | void setOffValue  | 
          ( | 
          uint8_t  | 
          offValue | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ onValue
◆ offValue
The documentation for this class was generated from the following file: