[go: up one dir, main page]

Menu

[r31]: / Source / GuiTVF.cpp  Maximize  Restore  History

Download this file

516 lines (444 with data), 25.6 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
/*
==============================================================================
This is an automatically generated GUI class created by the Projucer!
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
and re-saved.
Created with Projucer version: 5.4.4
------------------------------------------------------------------------------
The Projucer is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
==============================================================================
*/
//[Headers] You can add your own extra header files here...
#include "AudioParameters.h"
//[/Headers]
#include "GuiTVF.h"
//[MiscUserDefs] You can add your own user definitions and misc code here...
//[/MiscUserDefs]
//==============================================================================
GuiTVF::GuiTVF ( const String& name, const String & text)
: GroupComponent (name, text)
{
//[Constructor_pre] You can add your own custom stuff here..
molossLNF = std::make_unique< MolossLookNFeel>(MolossLookNFeel::RED_LNF);
setLookAndFeel(molossLNF.get());
//[/Constructor_pre]
setName ("GuiTVF");
frequency.reset (new Slider ("frequency"));
addAndMakeVisible (frequency.get());
frequency->setTooltip (TRANS("Filter cutoff frequency"));
frequency->setRange (0, 100, 1);
frequency->setSliderStyle (Slider::Rotary);
frequency->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelFreq.reset (new Label ("labelFreq",
TRANS("Freq.")));
addAndMakeVisible (labelFreq.get());
labelFreq->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelFreq->setJustificationType (Justification::centredLeft);
labelFreq->setEditable (false, false, false);
labelFreq->setColour (TextEditor::textColourId, Colours::black);
labelFreq->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
groupLFO.reset (new GuiLFO ("groupLFO",
TRANS("LFO")));
addAndMakeVisible (groupLFO.get());
groupLFO->setBounds (16, 504, 238, 190);
groupADSR.reset (new GuiADSR ("groupADSR",
TRANS("ADSR")));
addAndMakeVisible (groupADSR.get());
groupADSR->setBounds (8, 292, 256, 220);
resonance.reset (new Slider ("frequency"));
addAndMakeVisible (resonance.get());
resonance->setTooltip (TRANS("Filter cutoff resonance"));
resonance->setRange (0, 100, 1);
resonance->setSliderStyle (Slider::Rotary);
resonance->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelReso.reset (new Label ("labelReso",
TRANS("Reso.")));
addAndMakeVisible (labelReso.get());
labelReso->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelReso->setJustificationType (Justification::centredLeft);
labelReso->setEditable (false, false, false);
labelReso->setColour (TextEditor::textColourId, Colours::black);
labelReso->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
freqKF.reset (new Slider ("freqKF"));
addAndMakeVisible (freqKF.get());
freqKF->setTooltip (TRANS("Key Follow : Influence of note on filter frequency"));
freqKF->setRange (-100, 100, 1);
freqKF->setSliderStyle (Slider::Rotary);
freqKF->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelFreqKF.reset (new Label ("labelFreqKF",
TRANS("KF>Freq")));
addAndMakeVisible (labelFreqKF.get());
labelFreqKF->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelFreqKF->setJustificationType (Justification::centred);
labelFreqKF->setEditable (false, false, false);
labelFreqKF->setColour (TextEditor::textColourId, Colours::black);
labelFreqKF->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
freqVel.reset (new Slider ("freqVel"));
addAndMakeVisible (freqVel.get());
freqVel->setTooltip (TRANS("Influence of velocity on filter frequency. The louder the brighter."));
freqVel->setRange (0, 100, 1);
freqVel->setSliderStyle (Slider::Rotary);
freqVel->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelFreqVel.reset (new Label ("labelFreqVel",
TRANS("Vel>Freq")));
addAndMakeVisible (labelFreqVel.get());
labelFreqVel->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelFreqVel->setJustificationType (Justification::centred);
labelFreqVel->setEditable (false, false, false);
labelFreqVel->setColour (TextEditor::textColourId, Colours::black);
labelFreqVel->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
resKF.reset (new Slider ("resKF"));
addAndMakeVisible (resKF.get());
resKF->setTooltip (TRANS("Key Follow : Influence of note on filter resonance"));
resKF->setRange (-100, 100, 1);
resKF->setSliderStyle (Slider::Rotary);
resKF->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelResKF.reset (new Label ("labelResKF",
TRANS("KF>Res")));
addAndMakeVisible (labelResKF.get());
labelResKF->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelResKF->setJustificationType (Justification::centred);
labelResKF->setEditable (false, false, false);
labelResKF->setColour (TextEditor::textColourId, Colours::black);
labelResKF->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
resVel.reset (new Slider ("resVel"));
addAndMakeVisible (resVel.get());
resVel->setTooltip (TRANS("Influence of velocity on the filter resonance."));
resVel->setRange (0, 100, 1);
resVel->setSliderStyle (Slider::Rotary);
resVel->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelFreqVel2.reset (new Label ("labelFreqVel",
TRANS("Vel>Res")));
addAndMakeVisible (labelFreqVel2.get());
labelFreqVel2->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelFreqVel2->setJustificationType (Justification::centred);
labelFreqVel2->setEditable (false, false, false);
labelFreqVel2->setColour (TextEditor::textColourId, Colours::black);
labelFreqVel2->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
copyButton.reset (new TextButton ("copyButton"));
addAndMakeVisible (copyButton.get());
copyButton->setTooltip (TRANS("Copy TVF Parameters"));
copyButton->setButtonText (TRANS("C"));
copyButton->addListener (this);
pasteButton.reset (new TextButton ("pasteButton"));
addAndMakeVisible (pasteButton.get());
pasteButton->setTooltip (TRANS("Paste TVF Parameters"));
pasteButton->setButtonText (TRANS("P"));
pasteButton->addListener (this);
pasteButton->setBounds (230, 72, 24, 24);
lowCutFreq.reset (new Slider ("lowCutFreq"));
addAndMakeVisible (lowCutFreq.get());
lowCutFreq->setTooltip (TRANS("Low cut frequency"));
lowCutFreq->setRange (0, 100, 1);
lowCutFreq->setSliderStyle (Slider::Rotary);
lowCutFreq->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelFreqLow.reset (new Label ("labelFreqLow",
TRANS("Low cut")));
addAndMakeVisible (labelFreqLow.get());
labelFreqLow->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelFreqLow->setJustificationType (Justification::centredLeft);
labelFreqLow->setEditable (false, false, false);
labelFreqLow->setColour (TextEditor::textColourId, Colours::black);
labelFreqLow->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
midFreq.reset (new Slider ("midFreq"));
addAndMakeVisible (midFreq.get());
midFreq->setTooltip (TRANS("Mid EQ Frequency"));
midFreq->setRange (0, 100, 1);
midFreq->setSliderStyle (Slider::Rotary);
midFreq->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelLevel.reset (new Label ("labelLevel",
TRANS("Mid Freq")));
addAndMakeVisible (labelLevel.get());
labelLevel->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelLevel->setJustificationType (Justification::centredLeft);
labelLevel->setEditable (false, false, false);
labelLevel->setColour (TextEditor::textColourId, Colours::black);
labelLevel->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
midQ.reset (new Slider ("midQ"));
addAndMakeVisible (midQ.get());
midQ->setTooltip (TRANS("Mid EQ Quality factor"));
midQ->setRange (-100, 100, 1);
midQ->setSliderStyle (Slider::Rotary);
midQ->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelKF.reset (new Label ("labelKF",
TRANS("Gain")));
addAndMakeVisible (labelKF.get());
labelKF->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelKF->setJustificationType (Justification::centred);
labelKF->setEditable (false, false, false);
labelKF->setColour (TextEditor::textColourId, Colours::black);
labelKF->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
midGain.reset (new Slider ("midGain"));
addAndMakeVisible (midGain.get());
midGain->setTooltip (TRANS("Mid EQ Gain"));
midGain->setRange (0, 100, 1);
midGain->setSliderStyle (Slider::Rotary);
midGain->setTextBoxStyle (Slider::TextBoxBelow, false, 40, 20);
labelKF2.reset (new Label ("labelKF",
TRANS("Q")));
addAndMakeVisible (labelKF2.get());
labelKF2->setFont (Font (15.00f, Font::plain).withTypefaceStyle ("Regular"));
labelKF2->setJustificationType (Justification::centredLeft);
labelKF2->setEditable (false, false, false);
labelKF2->setColour (TextEditor::textColourId, Colours::black);
labelKF2->setColour (TextEditor::backgroundColourId, Colour (0x00000000));
//[UserPreSize]
//[/UserPreSize]
setSize (230, 320);
//[Constructor] You can add your own custom stuff here..
//[/Constructor]
}
GuiTVF::~GuiTVF()
{
//[Destructor_pre]. You can add your own custom destruction code here..
mAttachment = nullptr;
setLookAndFeel(nullptr);
//[/Destructor_pre]
frequency = nullptr;
labelFreq = nullptr;
groupLFO = nullptr;
groupADSR = nullptr;
resonance = nullptr;
labelReso = nullptr;
freqKF = nullptr;
labelFreqKF = nullptr;
freqVel = nullptr;
labelFreqVel = nullptr;
resKF = nullptr;
labelResKF = nullptr;
resVel = nullptr;
labelFreqVel2 = nullptr;
copyButton = nullptr;
pasteButton = nullptr;
lowCutFreq = nullptr;
labelFreqLow = nullptr;
midFreq = nullptr;
labelLevel = nullptr;
midQ = nullptr;
labelKF = nullptr;
midGain = nullptr;
labelKF2 = nullptr;
//[Destructor]. You can add your own custom destruction code here..
//[/Destructor]
}
//==============================================================================
void GuiTVF::paint (Graphics& g)
{
//[UserPrePaint] Add your own custom painting code here..
GroupComponent::paint(g);
//[/UserPrePaint]
//[UserPaint] Add your own custom painting code here..
//[/UserPaint]
}
void GuiTVF::resized()
{
//[UserPreResize] Add your own custom resize code here..
//[/UserPreResize]
frequency->setBounds (50 - (56 / 2), 67 - (72 / 2), 56, 72);
labelFreq->setBounds (50 - (47 / 2), 27 - (24 / 2), 47, 24);
resonance->setBounds (50 - (56 / 2), 151 - (72 / 2), 56, 72);
labelReso->setBounds (50 - (47 / 2), 111 - (24 / 2), 47, 24);
freqKF->setBounds (116 - (56 / 2), (67 - (72 / 2)) + 72 / 2 - (72 / 2), 56, 72);
labelFreqKF->setBounds (116 - (57 / 2), (27 - (24 / 2)) + 24 / 2 - (24 / 2), 57, 24);
freqVel->setBounds (182 - (56 / 2), (67 - (72 / 2)) + 72 / 2 - (72 / 2), 56, 72);
labelFreqVel->setBounds (182 - (68 / 2), (27 - (24 / 2)) + 0, 68, 24);
resKF->setBounds (117 - (56 / 2), (151 - (72 / 2)) + 72 / 2 - (72 / 2), 56, 72);
labelResKF->setBounds (116 - (54 / 2), (111 - (24 / 2)) + 24 / 2 - (24 / 2), 54, 24);
resVel->setBounds (182 - (56 / 2), (151 - (72 / 2)) + 72 / 2 - (72 / 2), 56, 72);
labelFreqVel2->setBounds (182 - (56 / 2), (111 - (24 / 2)) + 24 / 2 - (24 / 2), 56, 24);
copyButton->setBounds (242 - (24 / 2), 52 - (24 / 2), 24, 24);
lowCutFreq->setBounds (36 - (56 / 2), 235 - (72 / 2), 56, 72);
labelFreqLow->setBounds (36 - (47 / 2), 195 - (24 / 2), 47, 24);
midFreq->setBounds (90 - (56 / 2), (235 - (72 / 2)) + 72 / 2 - (73 / 2), 56, 73);
labelLevel->setBounds (90 - (56 / 2), (195 - (24 / 2)) + 24 / 2 - (24 / 2), 56, 24);
midQ->setBounds (198 - (58 / 2), (235 - (72 / 2)) + 72 / 2 - (73 / 2), 58, 73);
labelKF->setBounds (144 - (40 / 2), (195 - (24 / 2)) + 24 / 2 - (24 / 2), 40, 24);
midGain->setBounds (144 - (56 / 2), (235 - (72 / 2)) + 72 / 2 - (73 / 2), 56, 73);
labelKF2->setBounds (198 - (26 / 2), (195 - (24 / 2)) + 24 / 2 - (24 / 2), 26, 24);
//[UserResized] Add your own custom resize handling here..
//[/UserResized]
}
void GuiTVF::buttonClicked (Button* buttonThatWasClicked)
{
//[UserbuttonClicked_Pre]
//[/UserbuttonClicked_Pre]
if (buttonThatWasClicked == copyButton.get())
{
//[UserButtonCode_copyButton] -- add your button handler code here..
copy();
//[/UserButtonCode_copyButton]
}
else if (buttonThatWasClicked == pasteButton.get())
{
//[UserButtonCode_pasteButton] -- add your button handler code here..
paste();
//[/UserButtonCode_pasteButton]
}
//[UserbuttonClicked_Post]
//[/UserbuttonClicked_Post]
}
//[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
void GuiTVF::copy(String prefix)
{
mTVFParameters->copyParameters(prefix);
}
void GuiTVF::setParameters(TVFParameters * tvfParam) {
groupLFO->setParameters(tvfParam);
groupADSR->setParameters(tvfParam);
mTVFParameters = tvfParam;
mAttachment = std::make_unique<GuiAttachment>(mTVFParameters->getProcessor());
updateFromParameters();
}
void GuiTVF::updateFromParameters()
{
mAttachment->attachSlider(mTVFParameters->mFrequency, *frequency);
mAttachment->attachSlider(mTVFParameters->mKeyFollowCutoffDepth, *freqKF);
mAttachment->attachSlider(mTVFParameters->mVelocityCutoffDepth, *freqVel);
mAttachment->attachSlider(mTVFParameters->mResonance, *resonance);
mAttachment->attachSlider(mTVFParameters->mKeyFollowResonanceDepth, *resKF);
mAttachment->attachSlider(mTVFParameters->mVelocityResonanceDepth, *resVel);
mAttachment->attachSlider(mTVFParameters->mMidFrequency, *midFreq);
mAttachment->attachSlider(mTVFParameters->mMidGain, *midGain);
mAttachment->attachSlider(mTVFParameters->mMidQ, *midQ);
mAttachment->attachSlider(mTVFParameters->mLowCutFrequency, *lowCutFreq);
}
void GuiTVF::paste(String prefix) {
mTVFParameters->pasteParameters(prefix);
}
//[/MiscUserCode]
//==============================================================================
#if 0
/* -- Projucer information section --
This is where the Projucer stores the metadata that describe this GUI layout, so
make changes in here at your peril!
BEGIN_JUCER_METADATA
<JUCER_COMPONENT documentType="Component" className="GuiTVF" componentName="GuiTVF"
parentClasses="public GroupComponent" constructorParams=" const String&amp; name, const String &amp; text"
variableInitialisers="GroupComponent (name, text)" snapPixels="8"
snapActive="1" snapShown="1" overlayOpacity="0.330" fixedSize="0"
initialWidth="230" initialHeight="320">
<BACKGROUND backgroundColour="323e44"/>
<SLIDER name="frequency" id="47970c50792f9c3" memberName="frequency"
virtualName="" explicitFocusOrder="0" pos="50c 67c 56 72" tooltip="Filter cutoff frequency"
min="0.0" max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelFreq" id="d43004658944c0e8" memberName="labelFreq"
virtualName="" explicitFocusOrder="0" pos="49.5c 27c 47 24" edTextCol="ff000000"
edBkgCol="0" labelText="Freq." editableSingleClick="0" editableDoubleClick="0"
focusDiscardsChanges="0" fontname="Default font" fontsize="15.0"
kerning="0.0" bold="0" italic="0" justification="33"/>
<GROUPCOMPONENT name="groupLFO" id="e688a7661f1c7439" memberName="groupLFO" virtualName="GuiLFO"
explicitFocusOrder="0" pos="16 504 238 190" title="LFO"/>
<GROUPCOMPONENT name="groupADSR" id="2631439cf016426b" memberName="groupADSR"
virtualName="GuiADSR" explicitFocusOrder="0" pos="8 292 256 220"
title="ADSR"/>
<SLIDER name="frequency" id="7b09eb2a44617626" memberName="resonance"
virtualName="" explicitFocusOrder="0" pos="50c 151c 56 72" tooltip="Filter cutoff resonance"
min="0.0" max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelReso" id="7acf27dca0f8051b" memberName="labelReso"
virtualName="" explicitFocusOrder="0" pos="49.5c 111c 47 24"
edTextCol="ff000000" edBkgCol="0" labelText="Reso." editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="33"/>
<SLIDER name="freqKF" id="a32dbe13d7e1341a" memberName="freqKF" virtualName=""
explicitFocusOrder="0" pos="116c 0Cc 56 72" posRelativeY="47970c50792f9c3"
tooltip="Key Follow : Influence of note on filter frequency"
min="-100.0" max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelFreqKF" id="b61445e063006a7b" memberName="labelFreqKF"
virtualName="" explicitFocusOrder="0" pos="116.5c 0Cc 57 24"
posRelativeY="d43004658944c0e8" edTextCol="ff000000" edBkgCol="0"
labelText="KF&gt;Freq" editableSingleClick="0" editableDoubleClick="0"
focusDiscardsChanges="0" fontname="Default font" fontsize="15.0"
kerning="0.0" bold="0" italic="0" justification="36"/>
<SLIDER name="freqVel" id="bdbf34623bb6dec7" memberName="freqVel" virtualName=""
explicitFocusOrder="0" pos="182c 0Cc 56 72" posRelativeY="47970c50792f9c3"
tooltip="Influence of velocity on filter frequency. The louder the brighter."
min="0.0" max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelFreqVel" id="853e2985b4bce468" memberName="labelFreqVel"
virtualName="" explicitFocusOrder="0" pos="182c 0 68 24" posRelativeY="d43004658944c0e8"
edTextCol="ff000000" edBkgCol="0" labelText="Vel&gt;Freq" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="36"/>
<SLIDER name="resKF" id="c3bdad3e25daaa0c" memberName="resKF" virtualName=""
explicitFocusOrder="0" pos="117c 0Cc 56 72" posRelativeY="7b09eb2a44617626"
tooltip="Key Follow : Influence of note on filter resonance"
min="-100.0" max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelResKF" id="c6e77fa30c870147" memberName="labelResKF"
virtualName="" explicitFocusOrder="0" pos="116c 0Cc 54 24" posRelativeY="7acf27dca0f8051b"
edTextCol="ff000000" edBkgCol="0" labelText="KF&gt;Res" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="36"/>
<SLIDER name="resVel" id="4f5cd10a51774281" memberName="resVel" virtualName=""
explicitFocusOrder="0" pos="182c 0Cc 56 72" posRelativeY="7b09eb2a44617626"
tooltip="Influence of velocity on the filter resonance." min="0.0"
max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelFreqVel" id="749c1185791758a1" memberName="labelFreqVel2"
virtualName="" explicitFocusOrder="0" pos="182c 0Cc 56 24" posRelativeY="7acf27dca0f8051b"
edTextCol="ff000000" edBkgCol="0" labelText="Vel&gt;Res" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="36"/>
<TEXTBUTTON name="copyButton" id="36caa20fb07405f3" memberName="copyButton"
virtualName="" explicitFocusOrder="0" pos="242c 52c 24 24" tooltip="Copy TVF Parameters"
buttonText="C" connectedEdges="0" needsCallback="1" radioGroupId="0"/>
<TEXTBUTTON name="pasteButton" id="4af5e8f91f632b47" memberName="pasteButton"
virtualName="" explicitFocusOrder="0" pos="230 72 24 24" tooltip="Paste TVF Parameters"
buttonText="P" connectedEdges="0" needsCallback="1" radioGroupId="0"/>
<SLIDER name="lowCutFreq" id="e19f38a176fae242" memberName="lowCutFreq"
virtualName="" explicitFocusOrder="0" pos="36c 235c 56 72" tooltip="Low cut frequency"
min="0.0" max="100.0" int="1.0" style="Rotary" textBoxPos="TextBoxBelow"
textBoxEditable="1" textBoxWidth="40" textBoxHeight="20" skewFactor="1.0"
needsCallback="0"/>
<LABEL name="labelFreqLow" id="ecfade7dc9353dcd" memberName="labelFreqLow"
virtualName="" explicitFocusOrder="0" pos="35.5c 195c 47 24"
edTextCol="ff000000" edBkgCol="0" labelText="Low cut" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="33"/>
<SLIDER name="midFreq" id="b38ad99519f2bc6a" memberName="midFreq" virtualName=""
explicitFocusOrder="0" pos="90c 0.5Cc 56 73" posRelativeY="e19f38a176fae242"
tooltip="Mid EQ Frequency" min="0.0" max="100.0" int="1.0" style="Rotary"
textBoxPos="TextBoxBelow" textBoxEditable="1" textBoxWidth="40"
textBoxHeight="20" skewFactor="1.0" needsCallback="0"/>
<LABEL name="labelLevel" id="f440ee4a3dd82cf1" memberName="labelLevel"
virtualName="" explicitFocusOrder="0" pos="90c 0Cc 56 24" posRelativeY="ecfade7dc9353dcd"
edTextCol="ff000000" edBkgCol="0" labelText="Mid Freq" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="33"/>
<SLIDER name="midQ" id="b7e6cb1119fb52f" memberName="midQ" virtualName=""
explicitFocusOrder="0" pos="198c 0.5Cc 58 73" posRelativeY="e19f38a176fae242"
tooltip="Mid EQ Quality factor" min="-100.0" max="100.0" int="1.0"
style="Rotary" textBoxPos="TextBoxBelow" textBoxEditable="1"
textBoxWidth="40" textBoxHeight="20" skewFactor="1.0" needsCallback="0"/>
<LABEL name="labelKF" id="2d3b4deb139d344" memberName="labelKF" virtualName=""
explicitFocusOrder="0" pos="144c 0Cc 40 24" posRelativeY="ecfade7dc9353dcd"
edTextCol="ff000000" edBkgCol="0" labelText="Gain" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="36"/>
<SLIDER name="midGain" id="c27f062555be4c48" memberName="midGain" virtualName=""
explicitFocusOrder="0" pos="144c 0.5Cc 56 73" posRelativeY="e19f38a176fae242"
tooltip="Mid EQ Gain" min="0.0" max="100.0" int="1.0" style="Rotary"
textBoxPos="TextBoxBelow" textBoxEditable="1" textBoxWidth="40"
textBoxHeight="20" skewFactor="1.0" needsCallback="0"/>
<LABEL name="labelKF" id="3ae37effbe68afcf" memberName="labelKF2" virtualName=""
explicitFocusOrder="0" pos="198c 0Cc 26 24" posRelativeY="ecfade7dc9353dcd"
edTextCol="ff000000" edBkgCol="0" labelText="Q" editableSingleClick="0"
editableDoubleClick="0" focusDiscardsChanges="0" fontname="Default font"
fontsize="15.0" kerning="0.0" bold="0" italic="0" justification="33"/>
</JUCER_COMPONENT>
END_JUCER_METADATA
*/
#endif
//[EndFile] You can add extra defines here...
//[/EndFile]