Audacity 3.2.0
|
State of an instance of an LV2 CV port. More...
#include <LV2Ports.h>
Public Member Functions | |
LV2CVPortState (LV2CVPortPtr pPort) | |
Public Attributes | |
const LV2CVPortPtr | mpPort |
Floats | mBuffer |
State of an instance of an LV2 CV port.
Definition at line 148 of file LV2Ports.h.
|
inlineexplicit |
pPort != nullptr
Definition at line 150 of file LV2Ports.h.
References mpPort.
Floats LV2CVPortState::mBuffer |
Definition at line 154 of file LV2Ports.h.
const LV2CVPortPtr LV2CVPortState::mpPort |
Definition at line 153 of file LV2Ports.h.
Referenced by LV2CVPortState().