Skip to content

Commit

Permalink
plugin params
Browse files Browse the repository at this point in the history
  • Loading branch information
RickTaylor79 committed Jun 20, 2024
1 parent e4b86c5 commit 6bcbba1
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 157 deletions.
Binary file modified oi grandad/Presets/oi grandad.hip
Binary file not shown.
4 changes: 0 additions & 4 deletions oi grandad/Scripts/RR.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//RR


const var Enable = Content.getComponent("Enable");


const var filters = [Synth.getMidiProcessor("Filter1"),
Synth.getMidiProcessor("Filter2"),
Synth.getMidiProcessor("Filter3"),
Expand Down
2 changes: 2 additions & 0 deletions oi grandad/Scripts/ScriptProcessors/oigrandad/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include("MasterControls.js");
const var Proc2 = Synth.getEffect("Proc2");
const var Proc3 = Synth.getEffect("Proc3");
const var Proc4 = Synth.getEffect("Proc4");
const var pitch1 = Content.getComponent("pitch1");


inline function onHoldControl(component, value)

Expand Down
2 changes: 1 addition & 1 deletion oi grandad/XmlPresetBackups/oi grandad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
<Control type="ScriptComboBox" id="ComboBox26" value="1.0"/>
<Control type="ScriptSlider" id="ScriptSlider3" value="0.4300000071525574"/>
<Control type="ScriptComboBox" id="ExpansionSelector" value="1.0"/>
<Control type="ScriptComboBox" id="ModPage" value="1.0"/>
<Control type="ScriptComboBox" id="ModPage" value="3.0"/>
<Control type="ScriptComboBox" id="Playback" value="1.0"/>
</Content>
<UIData Source="oi grandadUIData"/>
Expand Down
Loading

0 comments on commit 6bcbba1

Please sign in to comment.