Class that sends continuous MIDI control change messages with a resolution of 7 bits. More...
#include <MIDI_Senders/ContinuousCCSender.hpp>
 Collaboration diagram for ContinuousCCSender:Public Member Functions | |
| void | send (uint8_t value, MIDIAddress address) | 
| Send a 7-bit CC message to the given address.  More... | |
Static Public Member Functions | |
| constexpr static uint8_t | precision () | 
| Get the resolution of the sender in bits (always returns 7).  More... | |
Class that sends continuous MIDI control change messages with a resolution of 7 bits.
Definition at line 14 of file ContinuousCCSender.hpp.
      
  | 
  inline | 
Send a 7-bit CC message to the given address.
Definition at line 17 of file ContinuousCCSender.hpp.
      
  | 
  inlinestaticconstexpr | 
Get the resolution of the sender in bits (always returns 7).
Definition at line 22 of file ContinuousCCSender.hpp.