Control Surface  1.2.0
MIDI Control Surface library for Arduino
Public Member Functions | Static Public Member Functions | List of all members
ContinuousCCSender Class Reference

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...
 

Detailed Description

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

Definition at line 14 of file ContinuousCCSender.hpp.

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()

constexpr static 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: