LMMS
Loading...
Searching...
No Matches
LfoControllerDialog.cpp File Reference
#include "FileDialog.h"
#include "embed.h"
#include "FontHelper.h"
#include "LfoController.h"
#include "Knob.h"
#include "TempoSyncKnob.h"
#include "PixmapButton.h"

Namespaces

namespace  lmms
namespace  lmms::gui

Variables

const int lmms::gui::CD_ENV_KNOBS_LBL_Y = 11
const int lmms::gui::CD_KNOB_X_SPACING = 32
const int lmms::gui::CD_LFO_SHAPES_X = 6
const int lmms::gui::CD_LFO_SHAPES_Y = CD_ENV_KNOBS_LBL_Y + 4
const int lmms::gui::CD_LFO_GRAPH_Y = CD_ENV_KNOBS_LBL_Y+3
const int lmms::gui::CD_LFO_CD_KNOB_Y = CD_LFO_GRAPH_Y-2
const int lmms::gui::CD_LFO_BASE_CD_KNOB_X = CD_LFO_SHAPES_X + 68
const int lmms::gui::CD_LFO_SPEED_CD_KNOB_X = CD_LFO_BASE_CD_KNOB_X+CD_KNOB_X_SPACING
const int lmms::gui::CD_LFO_AMOUNT_CD_KNOB_X = CD_LFO_SPEED_CD_KNOB_X+CD_KNOB_X_SPACING
const int lmms::gui::CD_LFO_PHASE_CD_KNOB_X = CD_LFO_AMOUNT_CD_KNOB_X+CD_KNOB_X_SPACING
const int lmms::gui::CD_LFO_MULTIPLIER_X = CD_LFO_PHASE_CD_KNOB_X+CD_KNOB_X_SPACING+3