Audacity 3.2.0
|
Immutable description of an LV2 CV port (control data signal at sample rate) More...
#include <LV2Ports.h>
Public Member Functions | |
LV2CVPort (const LilvPort *port, int index, bool isInput, const wxString &symbol, const wxString &name, const TranslatableString &group, float min, float max, float def, bool hasLo, bool hasHi) | |
Public Member Functions inherited from LV2Port | |
LV2Port (const LilvPort *port, int index, bool isInput, const wxString &symbol, const wxString &name, const TranslatableString &group) | |
Public Attributes | |
const float | mMin |
const float | mMax |
const float | mDef |
const bool | mHasLo |
const bool | mHasHi |
Public Attributes inherited from LV2Port | |
const LilvPort *const | mPort |
const uint32_t | mIndex |
const bool | mIsInput |
const wxString | mSymbol |
const wxString | mName |
const TranslatableString | mGroup |
Immutable description of an LV2 CV port (control data signal at sample rate)
Definition at line 129 of file LV2Ports.h.
|
inline |
Definition at line 131 of file LV2Ports.h.
const float LV2CVPort::mDef |
Definition at line 140 of file LV2Ports.h.
const bool LV2CVPort::mHasHi |
Definition at line 142 of file LV2Ports.h.
const bool LV2CVPort::mHasLo |
Definition at line 141 of file LV2Ports.h.
const float LV2CVPort::mMax |
Definition at line 139 of file LV2Ports.h.
const float LV2CVPort::mMin |
Definition at line 138 of file LV2Ports.h.