|
LMMS
|
#include <QBasicTimer>#include <QElapsedTimer>#include <QPainter>#include "EffectControlDialog.h"Go to the source code of this file.
Classes | |
| class | lmms::gui::CompressorControlDialog |
Namespaces | |
| namespace | lmms |
| namespace | lmms::gui |
Variables | |
| constexpr float | lmms::COMP_NOISE_FLOOR = 0.000001f |
| constexpr int | lmms::gui::COMP_MILLI_PER_PIXEL = 6 |
| constexpr int | lmms::gui::MIN_COMP_SCREEN_X = 800 |
| constexpr int | lmms::gui::MIN_COMP_SCREEN_Y = 360 |
| constexpr int | lmms::gui::MAX_COMP_SCREEN_X = 1920 |
| constexpr int | lmms::gui::MAX_COMP_SCREEN_Y = 1080 |
| constexpr int | lmms::gui::COMP_SCREEN_X = 800 |
| constexpr int | lmms::gui::COMP_SCREEN_Y = 560 |
| constexpr int | lmms::gui::KNEE_SCREEN_X = COMP_SCREEN_Y |
| constexpr int | lmms::gui::KNEE_SCREEN_Y = COMP_SCREEN_Y |
| constexpr int | lmms::gui::COMP_KNEE_LINES = 20 |
| constexpr int | lmms::gui::COMP_BOX_X = 720 |
| constexpr int | lmms::gui::COMP_BOX_Y = 280 |
| constexpr float | lmms::gui::COMP_GRID_SPACING = 3.f |
| constexpr float | lmms::gui::COMP_GRID_MAX = 96.f |