|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <launch_control_xl.h>
Public Member Functions | |
| Fader (FaderID id, uint8_t cn, std::function< void()> action) | |
| FaderID | id () const |
| void | controller_changed (Controller *controller) |
Public Member Functions inherited from ArdourSurface::LaunchControlXL::Controller | |
| Controller (uint8_t cn, uint8_t val, std::function< void()> action) | |
| uint8_t | controller_number () const |
| uint8_t | value () const |
| void | set_value (uint8_t val) |
Private Attributes | |
| FaderID | _id |
Additional Inherited Members | |
Public Attributes inherited from ArdourSurface::LaunchControlXL::Controller | |
| std::function< void()> | action_method |
Protected Attributes inherited from ArdourSurface::LaunchControlXL::Controller | |
| uint8_t | _controller_number |
| uint8_t | _value |
Definition at line 309 of file launch_control_xl.h.
|
inline |
Definition at line 310 of file launch_control_xl.h.
| void ArdourSurface::LaunchControlXL::Fader::controller_changed | ( | Controller * | controller | ) |
|
inline |
Definition at line 313 of file launch_control_xl.h.
|
private |
Definition at line 318 of file launch_control_xl.h.