Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
LadspaEffectSettings Struct Reference

#include <LadspaInstance.h>

Collaboration diagram for LadspaEffectSettings:
[legend]

Public Member Functions

 LadspaEffectSettings (size_t nPorts=0)
 

Public Attributes

std::vector< float > controls
 

Detailed Description

Definition at line 17 of file LadspaInstance.h.

Constructor & Destructor Documentation

◆ LadspaEffectSettings()

LadspaEffectSettings::LadspaEffectSettings ( size_t  nPorts = 0)
inlineexplicit

Definition at line 18 of file LadspaInstance.h.

19 : controls( nPorts )
20 {}
std::vector< float > controls

Member Data Documentation

◆ controls

std::vector<float> LadspaEffectSettings::controls

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