Audacity 3.2.0
|
Other UI related state of an instance of an LV2 Control port. More...
#include <LV2Ports.h>
Public Member Functions | |
LV2ControlPortState (LV2ControlPortPtr pPort) | |
Public Attributes | |
const LV2ControlPortPtr | mpPort |
float | mLst { 0.0 } |
Value of mTmp last seen by idle-time updater. More... | |
float | mTmp { 0.0 } |
Value of UI control, as scaled by sample rate if that is required. More... | |
float | mLo { 0.0 } |
Lower bound, as scaled by sample rate if that is required. More... | |
float | mHi { 0.0 } |
Upper bound, as scaled by sample rate if that is required. More... | |
Other UI related state of an instance of an LV2 Control port.
Definition at line 237 of file LV2Ports.h.
|
inlineexplicit |
pPort != nullptr
Definition at line 239 of file LV2Ports.h.
References mpPort.
float LV2ControlPortState::mHi { 0.0 } |
Upper bound, as scaled by sample rate if that is required.
Definition at line 252 of file LV2Ports.h.
Referenced by LV2Editor::SetSlider().
float LV2ControlPortState::mLo { 0.0 } |
Lower bound, as scaled by sample rate if that is required.
Definition at line 250 of file LV2Ports.h.
Referenced by LV2Editor::SetSlider().
float LV2ControlPortState::mLst { 0.0 } |
Value of mTmp last seen by idle-time updater.
Definition at line 246 of file LV2Ports.h.
const LV2ControlPortPtr LV2ControlPortState::mpPort |
Definition at line 244 of file LV2Ports.h.
Referenced by LV2ControlPortState(), and LV2Editor::SetSlider().
float LV2ControlPortState::mTmp { 0.0 } |
Value of UI control, as scaled by sample rate if that is required.
Definition at line 248 of file LV2Ports.h.
Referenced by LV2Editor::SetSlider().