Skip to content

Commit 9563471

Browse files
committed
Removed connection between plugin bypass button and host bypass button
1 parent 38f412f commit 9563471

File tree

4 files changed

+12
-29
lines changed

4 files changed

+12
-29
lines changed

Scripts/ScriptProcessors/tumult/Interface.js

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,8 @@ inline function startDisplayTimer()
13221322
{
13231323
pnlDuck.stopTimer();
13241324
isRunning = 0;
1325+
pnlDuck.data.duck = 0;
1326+
pnlDuck.data.follow = 0;
13251327
pnlDuck.repaint();
13261328
}
13271329
}
@@ -1355,25 +1357,6 @@ th.setOnTransportChange(false, function(value)
13551357
}
13561358
});
13571359

1358-
const var btnBypass = Content.getComponent("btnBypass");
1359-
1360-
th.setOnBypass(function(value)
1361-
{
1362-
if (value)
1363-
{
1364-
btnBypass.setValue(0);
1365-
btnBypass.set("enabled", 0);
1366-
}
1367-
else
1368-
{
1369-
btnBypass.setValue(1);
1370-
btnBypass.set("enabled", 1);
1371-
1372-
if (sntumult.isBypassed())
1373-
btnBypass.changed();
1374-
}
1375-
});
1376-
13771360
// Knob Switch
13781361
const var pnlDuckBack = Content.getComponent("pnlDuckBack");
13791362
const var pnlFollowBack = Content.getComponent("pnlFollowBack");

XmlPresetBackups/tumult.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
<Control type="ScriptSlider" id="knbFollowThresh" value="-19.99999809265137"/>
2222
<Control type="ScriptButton" id="btnEqHpWEnable" value="0.0"/>
2323
<Control type="ScriptSlider" id="knbEqHpFreq" value="50.0"/>
24-
<Control type="ScriptSlider" id="knbEqHpQ" value="0.00227481358148667"/>
24+
<Control type="ScriptSlider" id="knbEqHpQ" value="0.00227481359615922"/>
2525
<Control type="ScriptButton" id="btnEQPeak1Enable" value="0.0"/>
26-
<Control type="ScriptComboBox" id="cmbFilter2Switch" value="2.0"/>
26+
<Control type="ScriptComboBox" id="cmbFilter2Switch" value="1.0"/>
2727
<Control type="ScriptSlider" id="knbEQPeak1Freq" value="175.0"/>
2828
<Control type="ScriptSlider" id="knbEQPeak1Gain" value="0.0"/>
29-
<Control type="ScriptSlider" id="knbEQPeak1Q" value="0.00227481358148667"/>
29+
<Control type="ScriptSlider" id="knbEQPeak1Q" value="0.00227481359615922"/>
3030
<Control type="ScriptButton" id="btnEQPeak2Enable" value="0.0"/>
3131
<Control type="ScriptSlider" id="knbEQPeak2Freq" value="600.0"/>
3232
<Control type="ScriptSlider" id="knbEQPeak2Gain" value="0.0"/>
33-
<Control type="ScriptSlider" id="knbEQPeak2Q" value="0.00227481358148667"/>
33+
<Control type="ScriptSlider" id="knbEQPeak2Q" value="0.00227481359615922"/>
3434
<Control type="ScriptButton" id="btnEQPeak3Enable" value="0.0"/>
3535
<Control type="ScriptComboBox" id="cmbFilter4Switch" value="1.0"/>
3636
<Control type="ScriptSlider" id="knbEQPeak3req" value="2500.0"/>
3737
<Control type="ScriptSlider" id="knbEQPeak3Gain" value="0.0"/>
38-
<Control type="ScriptSlider" id="knbEQPeak3Q" value="0.00227481358148667"/>
38+
<Control type="ScriptSlider" id="knbEQPeak3Q" value="0.00227481359615922"/>
3939
<Control type="ScriptButton" id="btnEQLPEnable" value="0.0"/>
4040
<Control type="ScriptSlider" id="knbEqLPFreq" value="8500.0"/>
41-
<Control type="ScriptSlider" id="knbEqLPQ" value="0.00227481358148667"/>
41+
<Control type="ScriptSlider" id="knbEqLPQ" value="0.00227481359615922"/>
4242
<Control type="ScriptComboBox" id="cmbSettingsAnalyzer" value="1.0"/>
4343
<Control type="ScriptComboBox" id="cmbSettingsHostPlay" value="1.0"/>
4444
<Control type="ScriptAudioWaveform" id="AudioWaveform1" value="0.0" data=""
@@ -76,7 +76,7 @@
7676
<Processor Type="CurveEq" ID="ParaEQ1" Bypassed="1" NumFilters="5" Band0="0.558139979839325"
7777
Band1="50.0" Band2="0.300000011920929" Band3="0.0" Band4="1.0"
7878
Band5="0.0" Band6="175.0" Band7="0.300000011920929" Band8="0.0"
79-
Band9="2.0" Band10="0.0" Band11="600.0" Band12="0.300000011920929"
79+
Band9="4.0" Band10="0.0" Band11="600.0" Band12="0.300000011920929"
8080
Band13="0.0" Band14="4.0" Band15="0.0" Band16="2500.0" Band17="0.300000011920929"
8181
Band18="0.0" Band19="4.0" Band20="-0.558139979839325" Band21="8500.0"
8282
Band22="0.300000011920929" Band23="0.0" Band24="0.0" FFTEnabled="0">

XmlPresetBackups/tumultUIData/tumultDesktop.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
min="-1.0"/>
8080
<Component type="ScriptPanel" id="pnlDuckBack" x="215.0" y="10.0" width="240.0"
8181
height="160.0" borderSize="0.0" borderRadius="60.0" parentComponent="pnlSwitch"
82-
itemColour="0" itemColour2="0" textColour="4284904050" enabled="0"
83-
visible="0">
82+
itemColour="0" itemColour2="0" textColour="4284904050" visible="0"
83+
enabled="0">
8484
<Component type="ScriptSlider" id="knbDuckRelease" x="160.0" y="60.0" text="Release"
8585
processorId="Script FX1" parameterId="duck_attack" max="500.0"
8686
parentComponent="pnlDuckBack" width="50.0" height="80.0" bgColour="4281941823"

project_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ProjectSettings>
44
<Name value="Tumult"/>
5-
<Version value="1.1.0"/>
5+
<Version value="1.1.1"/>
66
<Description value=""/>
77
<BundleIdentifier value="com.consistentInterruption.tumult"/>
88
<PluginCode value="Tult"/>

0 commit comments

Comments
 (0)