|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <jog.h>
Public Member Functions | |
| Jog (int id, std::string name, Group &group) | |
| MidiByteArray | zero () |
Public Member Functions inherited from ArdourSurface::NS_MCU::Pot | |
| Pot (int id, std::string name, Group &group) | |
| MidiByteArray | set (float, bool, Mode) |
| 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 &) |
Static Public Member Functions inherited from ArdourSurface::NS_MCU::Pot | |
| static Control * | factory (Surface &, int id, const char *, Group &) |
Static Public Attributes | |
| static const int | ID |
Static Public Attributes inherited from ArdourSurface::NS_MCU::Pot | |
| static int const | External |
| static int const | ID |
Additional Inherited Members | |
Public Types inherited from ArdourSurface::NS_MCU::Pot | |
| enum | Mode { dot = 0 , boost_cut = 1 , wrap = 2 , spread = 3 } |
Public Attributes inherited from ArdourSurface::NS_MCU::Pot | |
| bool | is_qcon |
Public Attributes inherited from ArdourSurface::NS_MCU::Control | |
| sigc::connection | in_use_connection |
| Control * | in_use_touch_control |
Protected Attributes inherited from ArdourSurface::NS_MCU::Control | |
| std::shared_ptr< ARDOUR::AutomationControl > | normal_ac |
Definition at line 28 of file mackie/jog.h.
|
inline |
Definition at line 33 of file mackie/jog.h.
|
static |
|
inlinevirtual |
Implements ArdourSurface::NS_MCU::Control.
Definition at line 38 of file mackie/jog.h.
|
static |
Definition at line 31 of file mackie/jog.h.