#include <launch_control_xl.h>
|
| SelectButton (ButtonID id, uint8_t cn, uint8_t index, std::function< void()> press, std::function< void()> release, std::function< void()> long_release, LaunchControlXL &l) |
|
MidiByteArray | state_msg (bool light) const |
|
| ControllerButton (ButtonID id, uint8_t cn, std::function< void()> press, std::function< void()> release, std::function< void()> long_release) |
|
uint8_t | controller_number () const |
|
| Button (ButtonID id, std::function< void()> press, std::function< void()> release, std::function< void()> long_press) |
|
virtual | ~Button () |
|
ButtonID | id () const |
|
| LED (uint8_t i, LEDColor c, LaunchControlXL &l) |
|
| LED (uint8_t i, LEDColor c, LEDFlag f, LaunchControlXL &lcxl) |
|
virtual | ~LED () |
|
LEDColor | color () const |
|
LEDFlag | flag () const |
|
uint8_t | index () const |
|
void | set_flag (LEDFlag f) |
|
Definition at line 285 of file launch_control_xl.h.
◆ SelectButton()
ArdourSurface::LaunchControlXL::SelectButton::SelectButton |
( |
ButtonID |
id, |
|
|
uint8_t |
cn, |
|
|
uint8_t |
index, |
|
|
std::function< void()> |
press, |
|
|
std::function< void()> |
release, |
|
|
std::function< void()> |
long_release, |
|
|
LaunchControlXL & |
l |
|
) |
| |
|
inline |
◆ state_msg()
MidiByteArray ArdourSurface::LaunchControlXL::SelectButton::state_msg |
( |
bool |
light | ) |
const |
|
virtual |
The documentation for this struct was generated from the following file: