Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits. More...
#include <MIDI_Senders/PitchBendSender.hpp>
 Collaboration diagram for PitchBendSender< INPUT_PRECISION_BITS >:Static Public Member Functions | |
| static void | send (uint16_t value, MIDIAddress address) | 
| Send a MIDI pitch bend message with the given value and channel+CN.  More... | |
| constexpr static uint8_t | precision () | 
| Get this sender's precision.  More... | |
Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits.
| INPUT_PRECISION_BITS | The resolution of the input values. For example, if INPUT_PRECISION_BITS == 10, the send function expects a value between 0 and 1023.  | 
Definition at line 20 of file PitchBendSender.hpp.
      
  | 
  inlinestatic | 
Send a MIDI pitch bend message with the given value and channel+CN.
address.getAddress() is ignored. Value should be INPUT_PRECISION_BITS wide. 
Definition at line 25 of file PitchBendSender.hpp.
      
  | 
  inlinestaticconstexpr | 
Get this sender's precision.
Definition at line 34 of file PitchBendSender.hpp.