Audacity 3.2.0
|
#include <DynamicRangeProcessorEditor.h>
Public Member Functions | |
virtual | ~DynamicRangeProcessorParameter ()=default |
virtual double | Min () const =0 |
virtual double | Max () const =0 |
virtual double | SliderMin () const =0 |
virtual double | SliderMax () const =0 |
virtual double | TextToSlider () const =0 |
Abstracts different parameter types (CompressorParameter and LimiterParameter) of the derived dynamic-range processor classes, giving access to those members needed by the UI.
Definition at line 59 of file DynamicRangeProcessorEditor.h.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |