|
LMMS
|
#include "EffectControlDialog.h"#include "embed.h"#include "Knob.h"#include "LcdFloatSpinBox.h"#include "PixmapButton.h"Go to the source code of this file.
Classes | |
| class | lmms::gui::LOMMControlDialog |
Namespaces | |
| namespace | lmms |
| namespace | lmms::gui |
Variables | |
| constexpr float | lmms::LOMM_DISPLAY_MIN = -72 |
| constexpr float | lmms::LOMM_DISPLAY_MAX = 0 |
| constexpr float | lmms::LOMM_DISPLAY_X = 125 |
| constexpr float | lmms::LOMM_DISPLAY_Y [6] = {24, 41, 106, 123, 186, 203} |
| constexpr float | lmms::LOMM_DISPLAY_WIDTH = 150 |
| constexpr float | lmms::LOMM_DISPLAY_HEIGHT = 13 |
| constexpr float | lmms::LOMM_DISPLAY_DB_PER_PIXEL = (LOMM_DISPLAY_MAX - LOMM_DISPLAY_MIN) / LOMM_DISPLAY_WIDTH |