Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
LV2CVPortState Struct Referencefinal

State of an instance of an LV2 CV port. More...

#include <LV2Ports.h>

Collaboration diagram for LV2CVPortState:
[legend]

Public Member Functions

 LV2CVPortState (LV2CVPortPtr pPort)
 

Public Attributes

const LV2CVPortPtr mpPort
 
Floats mBuffer
 

Detailed Description

State of an instance of an LV2 CV port.

Definition at line 148 of file LV2Ports.h.

Constructor & Destructor Documentation

◆ LV2CVPortState()

LV2CVPortState::LV2CVPortState ( LV2CVPortPtr  pPort)
inlineexplicit
Precondition
pPort != nullptr

Definition at line 150 of file LV2Ports.h.

150 : mpPort{ move(pPort) } {
151 assert(mpPort);
152 }
const LV2CVPortPtr mpPort
Definition: LV2Ports.h:153

References mpPort.

Member Data Documentation

◆ mBuffer

Floats LV2CVPortState::mBuffer

Definition at line 154 of file LV2Ports.h.

◆ mpPort

const LV2CVPortPtr LV2CVPortState::mpPort

Definition at line 153 of file LV2Ports.h.

Referenced by LV2CVPortState().


The documentation for this struct was generated from the following file: