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