Skip to content

Commit 7394795

Browse files
committed
fixed serial activation bug
Former-commit-id: f50dbd8
1 parent 8b77906 commit 7394795

File tree

11 files changed

+82
-79
lines changed

11 files changed

+82
-79
lines changed

Presets/Autosave_3.hip

56 Bytes
Binary file not shown.

Presets/Autosave_4.hip

-168 Bytes
Binary file not shown.

Presets/Autosave_5.hip

-162 Bytes
Binary file not shown.

Presets/REACH.hip

154 Bytes
Binary file not shown.

Presets/Reach.hip

154 Bytes
Binary file not shown.

Scripts/Handler.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ knobShortcutWatcher.addListener("RefreshFunction", "Bypasses Effect", function(c
1919
Reverb.displayButton_reverb_bypass.changed();
2020
break;
2121
case 'Degrade':
22-
Console.print('Degrade');
2322
Effects.displayButton_degrade_bypass.setValue(!Effects.displayButton_degrade_bypass.getValue());
2423
Effects.displayButton_degrade_bypass.changed();
2524
break;

Scripts/Router.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function displayDisableAll() {
1313
}
1414

1515
if (SplashAnimation.tubeAniTimer.isTimerRunning() && !Globals.screenLock) {
16-
Console.print('timer running');
1716
SplashAnimation.cancelAnimation();
1817
}
1918
}

Scripts/ScriptProcessors/Reach/Interface.js

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Globals.screenLock = true;
4545
// Loading Settings
4646
if (settingsExist()) {
4747
UserSettings.loadSettings();
48-
Console.print(UserSettings.startupAnimation);
4948
if (UserSettings.startupAnimation) {
5049
SplashAnimation.init();
5150
} else {

Scripts/Server.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ namespace API {
1212
}
1313
inline function activateLicenseWithSerial(serialKey) {
1414
Server.callWithPOST('', {
15-
'license_key': serialKey,
15+
'license_key': serialKey.trim(),
1616
'fslm_api_key': Config.API_KEY,
1717
'fslm_v2_api_request': 'details'
1818
}, checkSerialLicense);
1919
}
2020

2121
inline function checkSerialLicense(status, data) {
22-
Console.print(trace(data));
2322
if (data['product_id'] == '62') {
2423
setActivate();
2524
}
@@ -77,8 +76,10 @@ namespace API {
7776
inline function serverActivity(isWaiting) {
7877
if (isWaiting) {
7978
button_active.set('text', 'loading');
79+
UserSettings.displayButton_activateSerial.set('text', 'loading');
8080
} else {
8181
button_active.set('text', 'ACTIVATE');
82+
UserSettings.displayButton_activateSerial.set('text', 'ACTIVATE');
8283
}
8384
}
8485

XmlPresetBackups/Reach.xml

+56-54
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@
1111
<Content>
1212
<Control type="ScriptButton" id="onPresetLoad" value="0.0"/>
1313
<Control type="ScriptButton" id="button_quickTheme" value="0.0"/>
14-
<Control type="ScriptSlider" id="knob_reverb_space" value="1.0"/>
15-
<Control type="ScriptSlider" id="knob_reverb_diffusion" value="1.0"/>
16-
<Control type="ScriptSlider" id="knob_reverb_damping" value="0.5"/>
17-
<Control type="ScriptSlider" id="knob_reverb_mix" value="0.5"/>
18-
<Control type="ScriptSlider" id="knob_reverb_time" value="1.0"/>
14+
<Control type="ScriptSlider" id="knob_reverb_space" value="0.1099999994039536"/>
15+
<Control type="ScriptSlider" id="knob_reverb_diffusion" value="0.2099999934434891"/>
16+
<Control type="ScriptSlider" id="knob_reverb_damping" value="0.0"/>
17+
<Control type="ScriptSlider" id="knob_reverb_mix" value="0.449999988079071"/>
18+
<Control type="ScriptSlider" id="knob_reverb_time" value="0.02999999932944775"/>
1919
<Control type="ScriptSlider" id="knob_cleanup_low" value="1.0"/>
2020
<Control type="ScriptSlider" id="knob_cleanup_high" value="1.0"/>
21-
<Control type="ScriptSlider" id="knob_modulation_depth" value="0.0"/>
22-
<Control type="ScriptSlider" id="knob_modulation_frequency" value="0.0"/>
23-
<Control type="ScriptButton" id="button_degrade_bypass" value="1.0"/>
24-
<Control type="ScriptSlider" id="knob_effects_degrade" value="0.0"/>
25-
<Control type="ScriptButton" id="button_flanger_bypass" value="1.0"/>
26-
<Control type="ScriptSlider" id="knob_effects_flair" value="0.0"/>
21+
<Control type="ScriptSlider" id="knob_modulation_depth" value="0.3499999940395355"/>
22+
<Control type="ScriptSlider" id="knob_modulation_frequency" value="2.680000066757202"/>
23+
<Control type="ScriptButton" id="button_degrade_bypass" value="0.0"/>
24+
<Control type="ScriptSlider" id="knob_effects_degrade" value="0.3799999952316284"/>
25+
<Control type="ScriptButton" id="button_flanger_bypass" value="0.0"/>
26+
<Control type="ScriptSlider" id="knob_effects_flair" value="1.0"/>
2727
<Control type="ScriptButton" id="button_chorus_bypass" value="1.0"/>
28-
<Control type="ScriptSlider" id="knob_effects_chorus" value="0.0"/>
29-
<Control type="ScriptButton" id="button_distort_bypass" value="1.0"/>
28+
<Control type="ScriptSlider" id="knob_effects_chorus" value="1.0"/>
29+
<Control type="ScriptButton" id="button_distort_bypass" value="0.0"/>
3030
<Control type="ScriptSlider" id="knob_effects_distortion" value="0.0"/>
31-
<Control type="ScriptSlider" id="knob_io_in" value="0.0"/>
32-
<Control type="ScriptSlider" id="knob_io_out" value="0.5"/>
31+
<Control type="ScriptSlider" id="knob_io_in" value="7.900001525878906"/>
32+
<Control type="ScriptSlider" id="knob_io_out" value="1.0"/>
3333
<Control type="ScriptButton" id="button_not_activated" value="0.0"/>
34-
<Control type="ScriptSlider" id="displayKnob_reverb_feedback" value="0.0"/>
35-
<Control type="ScriptSlider" id="displayKnob_reverb_preDelay" value="0.0"/>
34+
<Control type="ScriptSlider" id="displayKnob_reverb_feedback" value="0.1800000071525574"/>
35+
<Control type="ScriptSlider" id="displayKnob_reverb_preDelay" value="0.1090000048279762"/>
3636
<Control type="ScriptSlider" id="displayKnob_reverb_hfgain" value="1.0"/>
3737
<Control type="ScriptSlider" id="displayKnob_reverb_highcrossover" value="3392.0"/>
3838
<Control type="ScriptSlider" id="displayKnob_reverb_lowGain" value="1.0"/>
39-
<Control type="ScriptSlider" id="displayKnob_reverb_lowcrossover" value="377.0"/>
39+
<Control type="ScriptSlider" id="displayKnob_reverb_lowcrossover" value="793.0"/>
4040
<Control type="ScriptSlider" id="displayKnob_reverb_midgain" value="1.0"/>
4141
<Control type="ScriptButton" id="displayButton_reverb_panic" value="0.0"/>
4242
<Control type="ScriptButton" id="displayButton_reverb_bypass" value="1.0"/>
@@ -45,23 +45,23 @@
4545
<Control type="ScriptSlider" id="displayKnob_degrade_depth" value="0.0"/>
4646
<Control type="ScriptSlider" id="displayKnob_degrade_frequency" value="0.0"/>
4747
<Control type="ScriptSlider" id="displayKnob_degrade_amount" value="26.04000091552734"/>
48-
<Control type="ScriptButton" id="displayButton_degrade_bypass" value="1.0"/>
49-
<Control type="ScriptSlider" id="displayKnob_flanger_speed" value="0.05000000074505806"/>
50-
<Control type="ScriptSlider" id="displayKnob_flanger_depth" value="0.9800000190734863"/>
51-
<Control type="ScriptSlider" id="displayKnob_flanger_feedback" value="0.9300000071525574"/>
52-
<Control type="ScriptSlider" id="displayKnob_flanger_delay" value="0.7599999904632568"/>
53-
<Control type="ScriptSlider" id="displayKnob_flanger_offset" value="0.8899999856948853"/>
54-
<Control type="ScriptButton" id="displayButton_flanger_bypass" value="1.0"/>
48+
<Control type="ScriptButton" id="displayButton_degrade_bypass" value="0.0"/>
49+
<Control type="ScriptSlider" id="displayKnob_flanger_speed" value="0.119999997317791"/>
50+
<Control type="ScriptSlider" id="displayKnob_flanger_depth" value="0.3300000131130219"/>
51+
<Control type="ScriptSlider" id="displayKnob_flanger_feedback" value="0.6399999856948853"/>
52+
<Control type="ScriptSlider" id="displayKnob_flanger_delay" value="0.3600000143051147"/>
53+
<Control type="ScriptSlider" id="displayKnob_flanger_offset" value="0.699999988079071"/>
54+
<Control type="ScriptButton" id="displayButton_flanger_bypass" value="0.0"/>
5555
<Control type="ScriptSlider" id="displayKnob_distort_lowPass" value="5255.0"/>
5656
<Control type="ScriptSlider" id="displayKnob_distort_highpass" value="140.0"/>
5757
<Control type="ScriptSlider" id="displayKnob_distort_amount" value="0.3100000023841858"/>
5858
<Control type="ScriptSlider" id="displayKnob_distort_postlowcut" value="8827.0"/>
5959
<Control type="ScriptSlider" id="displayKnob_distort_posthighcut" value="27.0"/>
60-
<Control type="ScriptButton" id="displayButton_distort_bypass" value="1.0"/>
61-
<Control type="ScriptSlider" id="displayKnob_chorus_Delay" value="0.1899999976158142"/>
62-
<Control type="ScriptSlider" id="displayKnob_chorus_depth" value="0.9200000166893005"/>
63-
<Control type="ScriptSlider" id="displayKnob_chorus_feedback" value="0.7300000190734863"/>
64-
<Control type="ScriptSlider" id="displayKnob_chorus_rate" value="0.1899999976158142"/>
60+
<Control type="ScriptButton" id="displayButton_distort_bypass" value="0.0"/>
61+
<Control type="ScriptSlider" id="displayKnob_chorus_Delay" value="0.4300000071525574"/>
62+
<Control type="ScriptSlider" id="displayKnob_chorus_depth" value="0.119999997317791"/>
63+
<Control type="ScriptSlider" id="displayKnob_chorus_feedback" value="0.4600000083446503"/>
64+
<Control type="ScriptSlider" id="displayKnob_chorus_rate" value="0.4199999868869781"/>
6565
<Control type="ScriptButton" id="displayButton_chorus_bypass" value="1.0"/>
6666
</Content>
6767
<UIData Source="ReachUIData"/>
@@ -76,8 +76,8 @@
7676
</Processor>
7777
<Processor Type="EffectChain" ID="FX" Bypassed="0">
7878
<ChildProcessors>
79-
<Processor Type="CurveEq" ID="preFilter" Bypassed="0" NumFilters="1" Band0="9.481481552124023"
80-
Band1="103.1059646606445" Band2="1.0" Band3="1.0" Band4="1.0"
79+
<Processor Type="CurveEq" ID="preFilter" Bypassed="0" NumFilters="1" Band0="3.35483980178833"
80+
Band1="114.5054779052734" Band2="1.0" Band3="1.0" Band4="1.0"
8181
FFTEnabled="1">
8282
<ChildProcessors/>
8383
<RoutingMatrix NumSourceChannels="4" Channel0="0" Send0="-1" Channel1="1" Send1="-1"
@@ -88,8 +88,8 @@
8888
<RoutingMatrix NumSourceChannels="4" Channel0="0" Send0="2" Channel1="1" Send1="3"
8989
Channel2="-1" Send2="-1" Channel3="-1" Send3="-1"/>
9090
</Processor>
91-
<Processor Type="SimpleGain" ID="DryGain" Bypassed="0" Gain="-6.020600318908691"
92-
Delay="0.0" Width="100.0" Balance="0.0" InvertPolarity="0.0">
91+
<Processor Type="SimpleGain" ID="DryGain" Bypassed="0" Gain="-100.0" Delay="0.0"
92+
Width="100.0" Balance="0.0" InvertPolarity="0.0">
9393
<ChildProcessors>
9494
<Processor Type="ModulatorChain" ID="Gain Modulation" Bypassed="0" Intensity="1.0">
9595
<ChildProcessors/>
@@ -110,10 +110,11 @@
110110
<Processor Type="SlotFX" ID="Effect Slot1" Bypassed="0">
111111
<ChildProcessors>
112112
<Processor Type="Hardcoded Master FX" ID="Effect Slot1_Hardcoded Master FX"
113-
Bypassed="0" Network="Reverb" Reverb="1.0" Damping="0.5" Diffusion="1.0"
114-
HFGain="1.0" HighCrossover="3392.0" LFGain="1.0" LowCrossover="377.0"
115-
MidGain="1.0" ModDepth="0.0" ModFrequency="0.0" ReverbTime="1.0"
116-
Size="1.0" Mix="0.5" preDelay="0.0" feedbacl="0.0">
113+
Bypassed="0" Network="Reverb" Reverb="1.0" Damping="0.0" Diffusion="0.2099999934434891"
114+
HFGain="1.0" HighCrossover="3392.0" LFGain="1.0" LowCrossover="793.0"
115+
MidGain="1.0" ModDepth="0.3499999940395355" ModFrequency="2.680000066757202"
116+
ReverbTime="0.02999999932944775" Size="0.1099999994039536" Mix="0.449999988079071"
117+
preDelay="0.1090000048279762" feedbacl="0.1800000071525574">
117118
<ChildProcessors/>
118119
<RoutingMatrix NumSourceChannels="2" Channel0="0" Send0="-1" Channel1="1" Send1="-1"/>
119120
</Processor>
@@ -124,8 +125,9 @@
124125
<Processor Type="SlotFX" ID="Effect Slot2" Bypassed="0">
125126
<ChildProcessors>
126127
<Processor Type="Hardcoded Master FX" ID="Effect Slot2_Hardcoded Master FX"
127-
Bypassed="0" Network="Degrade" Degrade="1.0" Mix="0.0" HighCut="16418.0"
128-
LowCut="22.0" ModulationDepth="0.0" ModulationSpeed="0.0" Amount="26.04000091552734">
128+
Bypassed="0" Network="Chorus2" Chorus="1.0" CentreDelay="0.4300000071525574"
129+
Depth="0.119999997317791" Feedback="0.4600000083446503" Rate="0.4199999868869781"
130+
Mix="1.0">
129131
<ChildProcessors/>
130132
<RoutingMatrix NumSourceChannels="2" Channel0="0" Send0="-1" Channel1="1" Send1="-1"/>
131133
</Processor>
@@ -136,9 +138,9 @@
136138
<Processor Type="SlotFX" ID="Effect Slot3" Bypassed="0">
137139
<ChildProcessors>
138140
<Processor Type="Hardcoded Master FX" ID="Effect Slot3_Hardcoded Master FX"
139-
Bypassed="0" Network="Flair" Flanger="1.0" Speed="0.05000000074505806"
140-
Depth="0.9800000190734863" Feedback="0.9300000071525574" Delay="0.7599999904632568"
141-
Offset="0.8899999856948853" Mix="0.0">
141+
Bypassed="1" Network="Degrade" Degrade="1.0" Mix="0.3799999952316284"
142+
HighCut="16418.0" LowCut="22.0" ModulationDepth="0.0" ModulationSpeed="0.0"
143+
Amount="26.04000091552734">
142144
<ChildProcessors/>
143145
<RoutingMatrix NumSourceChannels="2" Channel0="0" Send0="-1" Channel1="1" Send1="-1"/>
144146
</Processor>
@@ -149,9 +151,9 @@
149151
<Processor Type="SlotFX" ID="Effect Slot4" Bypassed="0">
150152
<ChildProcessors>
151153
<Processor Type="Hardcoded Master FX" ID="Effect Slot4_Hardcoded Master FX"
152-
Bypassed="0" Network="Chorus2" Chorus="1.0" CentreDelay="0.1899999976158142"
153-
Depth="0.9200000166893005" Feedback="0.7300000190734863" Rate="0.1899999976158142"
154-
Mix="0.0">
154+
Bypassed="1" Network="Flair" Flanger="1.0" Speed="0.119999997317791"
155+
Depth="0.3300000131130219" Feedback="0.6399999856948853" Delay="0.3600000143051147"
156+
Offset="0.699999988079071" Mix="1.0">
155157
<ChildProcessors/>
156158
<RoutingMatrix NumSourceChannels="2" Channel0="0" Send0="-1" Channel1="1" Send1="-1"/>
157159
</Processor>
@@ -162,7 +164,7 @@
162164
<Processor Type="SlotFX" ID="Effect Slot5" Bypassed="0">
163165
<ChildProcessors>
164166
<Processor Type="Hardcoded Master FX" ID="Effect Slot5_Hardcoded Master FX"
165-
Bypassed="0" Network="Waveshaper" Distort="1.0" Mix="0.0" Amount="0.3100000023841858"
167+
Bypassed="1" Network="Waveshaper" Distort="1.0" Mix="0.0" Amount="0.3100000023841858"
166168
Gain="1.0" lp="5255.0" hp="140.0" postlp="8827.0" posthp="27.0">
167169
<ChildProcessors/>
168170
<RoutingMatrix NumSourceChannels="2" Channel0="0" Send0="-1" Channel1="1" Send1="-1"/>
@@ -171,15 +173,15 @@
171173
<RoutingMatrix NumSourceChannels="4" Channel0="-1" Send0="-1" Channel1="-1"
172174
Send1="-1" Channel2="2" Send2="-1" Channel3="3" Send3="-1"/>
173175
</Processor>
174-
<Processor Type="CurveEq" ID="postFilter" Bypassed="0" NumFilters="1" Band0="2.322582721710205"
175-
Band1="448.0658264160156" Band2="1.448042750358582" Band3="1.0"
176-
Band4="4.0" FFTEnabled="1">
176+
<Processor Type="CurveEq" ID="postFilter" Bypassed="0" NumFilters="1" Band0="-2.322582006454468"
177+
Band1="83.48571014404297" Band2="0.6591000556945801" Band3="1.0"
178+
Band4="1.0" FFTEnabled="1">
177179
<ChildProcessors/>
178180
<RoutingMatrix NumSourceChannels="4" Channel0="-1" Send0="-1" Channel1="-1"
179181
Send1="-1" Channel2="2" Send2="-1" Channel3="3" Send3="-1"/>
180182
</Processor>
181-
<Processor Type="SimpleGain" ID="WetGain" Bypassed="0" Gain="-6.020600318908691"
182-
Delay="0.0" Width="100.0" Balance="0.0" InvertPolarity="0.0">
183+
<Processor Type="SimpleGain" ID="WetGain" Bypassed="0" Gain="0.0" Delay="0.0"
184+
Width="100.0" Balance="0.0" InvertPolarity="0.0">
183185
<ChildProcessors>
184186
<Processor Type="ModulatorChain" ID="Gain Modulation" Bypassed="0" Intensity="1.0">
185187
<ChildProcessors/>
@@ -202,8 +204,8 @@
202204
<RoutingMatrix NumSourceChannels="4" Channel0="0" Send0="-1" Channel1="1" Send1="-1"
203205
Channel2="-1" Send2="0" Channel3="-1" Send3="1"/>
204206
</Processor>
205-
<Processor Type="SimpleGain" ID="Simple Gain4" Bypassed="0" Gain="0.0" Delay="0.0"
206-
Width="100.0" Balance="0.0" InvertPolarity="0.0">
207+
<Processor Type="SimpleGain" ID="Simple Gain4" Bypassed="0" Gain="7.900001525878906"
208+
Delay="0.0" Width="100.0" Balance="0.0" InvertPolarity="0.0">
207209
<ChildProcessors>
208210
<Processor Type="ModulatorChain" ID="Gain Modulation" Bypassed="0" Intensity="1.0">
209211
<ChildProcessors/>

0 commit comments

Comments
 (0)