summaryrefslogtreecommitdiff
path: root/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2014-04-19 14:48:09 +1000
committerDamien Zammit <damien@zamaudio.com>2014-04-19 14:48:09 +1000
commit7200457fdf98d5a4607da0feb8b6a95f626c5be0 (patch)
tree215921ea484fdd6da768fb4834d54bcd472e7507 /plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
parent257143d7899db7348f00f190ef9731cae82b0af3 (diff)
Added reset capability to knobs DGL
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Diffstat (limited to 'plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp')
-rw-r--r--plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
index e8f0ec9..6a07808 100644
--- a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
+++ b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
@@ -49,7 +49,7 @@ ZaMultiCompX2UI::ZaMultiCompX2UI()
fKnobAttack->setPos(24, 43);
fKnobAttack->setRange(0.1f, 200.0f);
fKnobAttack->setLogScale(true);
- fKnobAttack->setValue(10.0f);
+ fKnobAttack->setDefault(10.0f);
fKnobAttack->setStep(0.1f);
fKnobAttack->setRotationAngle(240);
fKnobAttack->setCallback(this);
@@ -57,35 +57,35 @@ ZaMultiCompX2UI::ZaMultiCompX2UI()
fKnobRelease = new ImageKnob(this, knobImage);
fKnobRelease->setPos(108, 43);
fKnobRelease->setRange(50.0f, 500.0f);
- fKnobRelease->setValue(80.0f);
+ fKnobRelease->setDefault(80.0f);
fKnobRelease->setRotationAngle(240);
fKnobRelease->setCallback(this);
fKnobThresh = new ImageKnob(this, knobImage);
fKnobThresh->setPos(191.5, 43);
fKnobThresh->setRange(-60.0f, 0.0f);
- fKnobThresh->setValue(0.0f);
+ fKnobThresh->setDefault(0.0f);
fKnobThresh->setRotationAngle(240);
fKnobThresh->setCallback(this);
fKnobRatio = new ImageKnob(this, knobImage);
fKnobRatio->setPos(270, 43);
fKnobRatio->setRange(1.0f, 20.0f);
- fKnobRatio->setValue(4.0f);
+ fKnobRatio->setDefault(4.0f);
fKnobRatio->setRotationAngle(240);
fKnobRatio->setCallback(this);
fKnobKnee = new ImageKnob(this, knobImage);
fKnobKnee->setPos(348.5, 43);
fKnobKnee->setRange(0.0f, 8.0f);
- fKnobKnee->setValue(0.0f);
+ fKnobKnee->setDefault(0.0f);
fKnobKnee->setRotationAngle(240);
fKnobKnee->setCallback(this);
fKnobGlobalGain = new ImageKnob(this, knobImage);
fKnobGlobalGain->setPos(427.3, 43);
fKnobGlobalGain->setRange(-30.0f, 30.0f);
- fKnobGlobalGain->setValue(0.0f);
+ fKnobGlobalGain->setDefault(0.0f);
fKnobGlobalGain->setRotationAngle(240);
fKnobGlobalGain->setCallback(this);
@@ -93,7 +93,7 @@ ZaMultiCompX2UI::ZaMultiCompX2UI()
fKnobXover2->setPos(84, 121);
fKnobXover2->setRange(1400.f, 14000.f);
fKnobXover2->setLogScale(true);
- fKnobXover2->setValue(1400.f);
+ fKnobXover2->setDefault(1400.f);
fKnobXover2->setStep(5.f);
fKnobXover2->setRotationAngle(240);
fKnobXover2->setCallback(this);
@@ -102,7 +102,7 @@ ZaMultiCompX2UI::ZaMultiCompX2UI()
fKnobXover1->setPos(84, 176);
fKnobXover1->setRange(20.0f, 1400.0f);
fKnobXover1->setLogScale(true);
- fKnobXover1->setValue(250.0f);
+ fKnobXover1->setDefault(250.0f);
fKnobXover1->setStep(1.f);
fKnobXover1->setRotationAngle(240);
fKnobXover1->setCallback(this);
@@ -110,21 +110,21 @@ ZaMultiCompX2UI::ZaMultiCompX2UI()
fKnobMakeup3 = new ImageKnob(this, knobImage);
fKnobMakeup3->setPos(167.75, 99.5);
fKnobMakeup3->setRange(0.0f, 30.0f);
- fKnobMakeup3->setValue(0.0f);
+ fKnobMakeup3->setDefault(0.0f);
fKnobMakeup3->setRotationAngle(240);
fKnobMakeup3->setCallback(this);
fKnobMakeup2 = new ImageKnob(this, knobImage);
fKnobMakeup2->setPos(167.75, 150.25);
fKnobMakeup2->setRange(0.0f, 30.0f);
- fKnobMakeup2->setValue(0.0f);
+ fKnobMakeup2->setDefault(0.0f);
fKnobMakeup2->setRotationAngle(240);
fKnobMakeup2->setCallback(this);
fKnobMakeup1 = new ImageKnob(this, knobImage);
fKnobMakeup1->setPos(167.75, 201.4);
fKnobMakeup1->setRange(0.0f, 30.0f);
- fKnobMakeup1->setValue(0.0f);
+ fKnobMakeup1->setDefault(0.0f);
fKnobMakeup1->setRotationAngle(240);
fKnobMakeup1->setCallback(this);