#include <MIDI_Senders/DigitalCCSender.hpp>
Public Member Functions | |
| DigitalCCSender (uint8_t onValue=0x7F, uint8_t offValue=0x00) | |
| void | sendOn (MIDICNChannelAddress address) |
| void | sendOff (MIDICNChannelAddress address) |
| uint8_t | getOnValue () const |
| void | setOnValue (uint8_t onValue) |
| uint8_t | getOffValue () const |
| void | setOffValue (uint8_t offValue) |
Private Attributes | |
| uint8_t | onValue |
| uint8_t | offValue |
Definition at line 7 of file DigitalCCSender.hpp.
|
inline |
Definition at line 9 of file DigitalCCSender.hpp.
|
inline |
Definition at line 12 of file DigitalCCSender.hpp.
|
inline |
Definition at line 15 of file DigitalCCSender.hpp.
|
inline |
Definition at line 19 of file DigitalCCSender.hpp.
|
inline |
Definition at line 20 of file DigitalCCSender.hpp.
|
inline |
Definition at line 21 of file DigitalCCSender.hpp.
|
inline |
Definition at line 22 of file DigitalCCSender.hpp.
|
private |
Definition at line 25 of file DigitalCCSender.hpp.
|
private |
Definition at line 26 of file DigitalCCSender.hpp.
1.8.16