#include <push2.h>
|
| enum | State {
NoTransition
, OneShot24th
, OneShot16th
, OneShot8th
,
OneShot4th
, OneShot2th
, Pulsing24th
, Pulsing16th
,
Pulsing8th
, Pulsing4th
, Pulsing2th
, Blinking24th
,
Blinking16th
, Blinking8th
, Blinking4th
, Blinking2th
} |
| |
| enum | Colors {
Black = 0
, Red = 127
, Green = 126
, Blue = 125
,
DarkGray = 124
, LightGray = 123
, White = 122
} |
| |
Definition at line 120 of file push2.h.
◆ Colors
| Enumerator |
|---|
| Black | |
| Red | |
| Green | |
| Blue | |
| DarkGray | |
| LightGray | |
| White | |
Definition at line 141 of file push2.h.
◆ State
| Enumerator |
|---|
| NoTransition | |
| OneShot24th | |
| OneShot16th | |
| OneShot8th | |
| OneShot4th | |
| OneShot2th | |
| Pulsing24th | |
| Pulsing16th | |
| Pulsing8th | |
| Pulsing4th | |
| Pulsing2th | |
| Blinking24th | |
| Blinking16th | |
| Blinking8th | |
| Blinking4th | |
| Blinking2th | |
Definition at line 122 of file push2.h.
◆ LED()
| ArdourSurface::Push2::LED::LED |
( |
uint8_t |
e | ) |
|
|
inline |
◆ ~LED()
| virtual ArdourSurface::Push2::LED::~LED |
( |
| ) |
|
|
inlinevirtual |
◆ color_index()
| uint8_t ArdourSurface::Push2::LED::color_index |
( |
| ) |
const |
|
inline |
◆ extra()
| uint8_t ArdourSurface::Push2::LED::extra |
( |
| ) |
const |
|
inline |
◆ set_color()
| void ArdourSurface::Push2::LED::set_color |
( |
uint8_t |
color_index | ) |
|
◆ set_state()
| void ArdourSurface::Push2::LED::set_state |
( |
State |
state | ) |
|
◆ state()
| State ArdourSurface::Push2::LED::state |
( |
void |
| ) |
const |
|
inline |
◆ state_msg()
| virtual MidiByteArray ArdourSurface::Push2::LED::state_msg |
( |
| ) |
const |
|
pure virtual |
◆ _color_index
| uint8_t ArdourSurface::Push2::LED::_color_index |
|
protected |
◆ _extra
| uint8_t ArdourSurface::Push2::LED::_extra |
|
protected |
◆ _state
| State ArdourSurface::Push2::LED::_state |
|
protected |
The documentation for this struct was generated from the following file: