fades in pan, pitch, bus1, bus2
This commit is contained in:
parent
d35b166ce5
commit
aa713fd9be
4 changed files with 35 additions and 6 deletions
|
|
@ -33,8 +33,10 @@ void EditCueTrackWidget::setupUi() {
|
|||
volumeSpin->setRange(0, 100.00f);
|
||||
layout->addRow("Volume", volumeSpin);
|
||||
panSpin = new QDoubleSpinBox(this);
|
||||
panSpin->setRange(-1, 1);
|
||||
layout->addRow("Pan", panSpin);
|
||||
pitchSpin = new QDoubleSpinBox(this);
|
||||
pitchSpin->setRange(0, 2);
|
||||
layout->addRow("Pitch", pitchSpin);
|
||||
bus1Spin = new QDoubleSpinBox(this);
|
||||
bus1Spin->setRange(0, 100.00f);
|
||||
|
|
@ -45,6 +47,7 @@ void EditCueTrackWidget::setupUi() {
|
|||
fadeInSpin = new QSpinBox(this);
|
||||
layout->addRow("Fade In", fadeInSpin);
|
||||
fadeOutSpin = new QSpinBox(this);
|
||||
fadeOutSpin->setRange(0, 60 * 60 * 24);
|
||||
layout->addRow("Fade Out", fadeOutSpin);
|
||||
waitInSpin = new QSpinBox(this);
|
||||
layout->addRow("Wait In", waitInSpin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue