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