Audacity 3.2.0
Public Attributes | List of all members
_LADSPA_PortRangeHint Class Reference

_LADSPA_PortRangeHint is a structure that gives parameter validation information for a LADSPA (Linux Audio Plugin Architecture) plug in effect.
More...

#include <ladspa.h>

Public Attributes

LADSPA_PortRangeHintDescriptor HintDescriptor
 
LADSPA_Data LowerBound
 
LADSPA_Data UpperBound
 

Detailed Description

_LADSPA_PortRangeHint is a structure that gives parameter validation information for a LADSPA (Linux Audio Plugin Architecture) plug in effect.

For example it can indicate that a value (called a 'Port' in LADSPA terminology) has a logarithmic scale, and what its upper and lower bounds are.

Definition at line 337 of file ladspa.h.

Member Data Documentation

◆ HintDescriptor

LADSPA_PortRangeHintDescriptor _LADSPA_PortRangeHint::HintDescriptor

◆ LowerBound

LADSPA_Data _LADSPA_PortRangeHint::LowerBound

◆ UpperBound

LADSPA_Data _LADSPA_PortRangeHint::UpperBound

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