Audacity 3.2.0
|
#include <LV2Ports.h>
Public Member Functions | |
LV2PortStates (const LV2Ports &ports) | |
LV2PortStates (const LV2PortStates &)=delete | |
LV2PortStates & | operator= (const LV2PortStates &)=delete |
Public Attributes | |
LV2AtomPortStateArray | mAtomPortStates |
LV2CVPortStateArray | mCVPortStates |
Definition at line 292 of file LV2Ports.h.
|
explicit |
Definition at line 419 of file LV2Ports.cpp.
References LV2Ports::mAtomPorts, mAtomPortStates, LV2Ports::mCVPorts, and mCVPortStates.
|
delete |
|
delete |
LV2AtomPortStateArray LV2PortStates::mAtomPortStates |
Definition at line 298 of file LV2Ports.h.
Referenced by LV2Wrapper::ConnectPorts(), LV2Wrapper::Create(), LV2PortStates(), LV2PortUIStates::LV2PortUIStates(), LV2Instance::ProcessBlock(), LV2Instance::RealtimeProcess(), and LV2Instance::RealtimeProcessStart().
LV2CVPortStateArray LV2PortStates::mCVPortStates |
Definition at line 299 of file LV2Ports.h.
Referenced by LV2Wrapper::ConnectPorts(), LV2PortStates(), LV2Instance::ProcessInitialize(), and LV2Instance::RealtimeInitialize().