Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
ContinuousCCSender Class Reference

#include <MIDI_Senders/ContinuousCCSender.hpp>

Detailed Description

Class that sends continuous MIDI control change messages with a resolution of 7 bits.

Definition at line 14 of file 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.
 

Static Public Member Functions

static constexpr uint8_t precision ()
 Get the resolution of the sender in bits (always returns 7).
 

Member Function Documentation

◆ send()

void send ( uint8_t value,
MIDIAddress address )
inline

Send a 7-bit CC message to the given address.

Definition at line 17 of file ContinuousCCSender.hpp.

◆ precision()

static constexpr uint8_t precision ( )
inlinestaticconstexpr

Get the resolution of the sender in bits (always returns 7).

Definition at line 22 of file ContinuousCCSender.hpp.


The documentation for this class was generated from the following file: