Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | LWSlider |
Lightweight version of ASlider. In other words it does not have a window permanently associated with it. More... | |
class | ASlider |
ASlider is a custom slider, allowing for a slicker look and feel. More... | |
struct | ASlider::Options |
struct | ASlider::Resetter |
class | SliderDialog |
Pop up dialog used with an LWSlider. More... | |
Macros | |
#define | FRAC_SLIDER 1 |
#define | DB_SLIDER 2 |
#define | PAN_SLIDER 3 |
#define | SPEED_SLIDER 4 |
#define | VEL_SLIDER 5 |
#define | PERCENT_SLIDER 6 |
#define | DB_MIN -36.0f |
#define | DB_MAX 36.0f |
#define | FRAC_MIN 0.0f |
#define | FRAC_MAX 1.0f |
#define | SPEED_MIN 0.001f |
#define | SPEED_MAX 3.000f |
#define | VEL_MIN -50.0f |
#define | VEL_MAX 50.0f |
#define | STEP_CONTINUOUS 0.0f |
#define | SLIDER_DIALOG_TEXTCTRL 100 |