ardour
Public Attributes | List of all members
ARDOUR::AUParameterDescriptor Struct Reference

#include <audio_unit.h>

Inheritance diagram for ARDOUR::AUParameterDescriptor:
ARDOUR::ParameterDescriptor Evoral::ParameterDescriptor

Public Attributes

AudioUnitParameterID id
 
AudioUnitScope scope
 
AudioUnitElement element
 
bool automatable
 
AudioUnitParameterUnit au_unit
 
- Public Attributes inherited from ARDOUR::ParameterDescriptor
std::string label
 
std::string print_fmt
 format string for pretty printing More...
 
boost::shared_ptr< ScalePointsscale_points
 
uint32_t key
 for properties More...
 
Variant::Type datatype
 for properties More...
 
AutomationType type
 
Unit unit
 
float step
 
float smallstep
 
float largestep
 
bool integer_step
 
bool logarithmic
 
bool sr_dependent
 
bool min_unbound
 
bool max_unbound
 
bool enumeration
 
- Public Attributes inherited from Evoral::ParameterDescriptor
float normal
 Default value. More...
 
float lower
 Minimum value (in Hz, for frequencies) More...
 
float upper
 Maximum value (in Hz, for frequencies) More...
 
bool toggled
 True iff parameter is boolean. More...
 

Additional Inherited Members

- Public Types inherited from ARDOUR::ParameterDescriptor
enum  Unit { NONE, DB, MIDI_NOTE, HZ }
 
- Public Member Functions inherited from ARDOUR::ParameterDescriptor
 ParameterDescriptor (const Evoral::Parameter &parameter)
 
 ParameterDescriptor ()
 
void update_steps ()
 
- Public Member Functions inherited from Evoral::ParameterDescriptor
 ParameterDescriptor ()
 

Detailed Description

Definition at line 51 of file audio_unit.h.

Member Data Documentation

AudioUnitParameterUnit ARDOUR::AUParameterDescriptor::au_unit

Definition at line 57 of file audio_unit.h.

bool ARDOUR::AUParameterDescriptor::automatable

Definition at line 56 of file audio_unit.h.

AudioUnitElement ARDOUR::AUParameterDescriptor::element

Definition at line 55 of file audio_unit.h.

AudioUnitParameterID ARDOUR::AUParameterDescriptor::id

Definition at line 53 of file audio_unit.h.

AudioUnitScope ARDOUR::AUParameterDescriptor::scope

Definition at line 54 of file audio_unit.h.


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