Class that sends MIDI note on and off messages.  
 More...
#include <MIDI_Senders/DigitalNoteSender.hpp>
Class that sends MIDI note on and off messages. 
Definition at line 12 of file DigitalNoteSender.hpp.
 
◆ DigitalNoteSender()
◆ sendOn()
Send a note on message to the given address with this object's velocity as velocity. 
Definition at line 17 of file DigitalNoteSender.hpp.
 
 
◆ sendOff()
Send a note off message to the given address with 0x7F as velocity. 
Definition at line 21 of file DigitalNoteSender.hpp.
 
 
◆ setVelocity()
  
  
      
        
          | void setVelocity  | 
          ( | 
          uint8_t  | 
          velocity | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getVelocity()
  
  
      
        
          | uint8_t getVelocity  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ velocity
The documentation for this class was generated from the following file: