|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <led.h>
Public Member Functions | |
| Led (int id, std::string name, Group &group) | |
| Led & | led () |
| MidiByteArray | set_state (LedState) |
| MidiByteArray | zero () |
Public Member Functions inherited from ArdourSurface::NS_MCU::Control | |
| Control (int id, std::string name, Group &group) | |
| virtual | ~Control () |
| int | id () const |
| const std::string & | name () const |
| Group & | group () const |
| bool | in_use () const |
| void | set_in_use (bool) |
| std::shared_ptr< ARDOUR::AutomationControl > | control () const |
| virtual void | set_control (std::shared_ptr< ARDOUR::AutomationControl >) |
| float | get_value () |
| void | set_value (float val, PBD::Controllable::GroupControlDisposition gcd=PBD::Controllable::UseGroup) |
| virtual void | start_touch (Temporal::timepos_t const &when) |
| virtual void | stop_touch (Temporal::timepos_t const &when) |
Static Public Member Functions | |
| static Control * | factory (Surface &, int id, const char *, Group &) |
Public Attributes | |
| bool | is_qcon |
Public Attributes inherited from ArdourSurface::NS_MCU::Control | |
| sigc::connection | in_use_connection |
| Control * | in_use_touch_control |
Static Public Attributes | |
| static const int | FaderTouch |
| static const int | Timecode |
| static const int | Beats |
| static const int | RudeSolo |
| static const int | RelayClick |
Private Attributes | |
| LedState | state |
Additional Inherited Members | |
Protected Attributes inherited from ArdourSurface::NS_MCU::Control | |
| std::shared_ptr< ARDOUR::AutomationControl > | normal_ac |
Definition at line 29 of file libs/surfaces/mackie/led.h.
|
inline |
Definition at line 38 of file libs/surfaces/mackie/led.h.
|
static |
|
inline |
Definition at line 44 of file libs/surfaces/mackie/led.h.
| MidiByteArray ArdourSurface::NS_MCU::Led::set_state | ( | LedState | ) |
|
inlinevirtual |
Implements ArdourSurface::NS_MCU::Control.
Definition at line 47 of file libs/surfaces/mackie/led.h.
|
static |
Definition at line 34 of file libs/surfaces/mackie/led.h.
|
static |
Definition at line 32 of file libs/surfaces/mackie/led.h.
| bool ArdourSurface::NS_MCU::Led::is_qcon |
Definition at line 52 of file libs/surfaces/mackie/led.h.
|
static |
Definition at line 36 of file libs/surfaces/mackie/led.h.
|
static |
Definition at line 35 of file libs/surfaces/mackie/led.h.
|
private |
Definition at line 55 of file libs/surfaces/mackie/led.h.
|
static |
Definition at line 33 of file libs/surfaces/mackie/led.h.