gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit cd47e1da4d9be011a93f332be0de6153ebdc1fad
parent 2a40ce7a2ab04f1bfdde3ed6f35c79522ff31d60
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 16 Mar 2022 23:38:25 +0100

move assets to a new "skins" folder

Diffstat:
Msource/jucePlugin/CMakeLists.txt | 4++--
Dsource/jucePlugin/genericUI/assets/FX_2034x1238_x2_R.png | 0
Dsource/jucePlugin/genericUI/assets/VirusC.json | 5707-------------------------------------------------------------------------------
Dsource/jucePlugin/genericUI/assets/assets.cmake | 29-----------------------------
Rsource/jucePlugin/genericUI/assets/ARP_2034x1238_x2.png -> source/jucePlugin/skins/Hoverland/ARP_2034x1238_x2.png | 0
Rsource/jucePlugin/genericUI/assets/ARP_282x52_x2.png -> source/jucePlugin/skins/Hoverland/ARP_282x52_x2.png | 0
Rsource/jucePlugin/genericUI/assets/FX_2034x1238_x2_D.png -> source/jucePlugin/skins/Hoverland/FX_2034x1238_x2_D.png | 0
Rsource/jucePlugin/genericUI/assets/FX_282x52_x2.png -> source/jucePlugin/skins/Hoverland/FX_282x52_x2.png | 0
Rsource/jucePlugin/genericUI/assets/FX_reverbOverlay.png -> source/jucePlugin/skins/Hoverland/FX_reverbOverlay.png | 0
Rsource/jucePlugin/genericUI/assets/GenPol_140x140_x2.png -> source/jucePlugin/skins/Hoverland/GenPol_140x140_x2.png | 0
Rsource/jucePlugin/genericUI/assets/GenRed_140x140_x2.png -> source/jucePlugin/skins/Hoverland/GenRed_140x140_x2.png | 0
Rsource/jucePlugin/genericUI/assets/Gen_140x140_x2.png -> source/jucePlugin/skins/Hoverland/Gen_140x140_x2.png | 0
Rsource/jucePlugin/genericUI/assets/LFO_2034x1238_x2.png -> source/jucePlugin/skins/Hoverland/LFO_2034x1238_x2.png | 0
Rsource/jucePlugin/genericUI/assets/LFO_282x52_x2.png -> source/jucePlugin/skins/Hoverland/LFO_282x52_x2.png | 0
Rsource/jucePlugin/genericUI/assets/Mult_36x36_x2i.png -> source/jucePlugin/skins/Hoverland/Mult_36x36_x2i.png | 0
Rsource/jucePlugin/genericUI/assets/OSC_2034x1238_x2.png -> source/jucePlugin/skins/Hoverland/OSC_2034x1238_x2.png | 0
Rsource/jucePlugin/genericUI/assets/OSC_282x52_x2.png -> source/jucePlugin/skins/Hoverland/OSC_282x52_x2.png | 0
Rsource/jucePlugin/genericUI/assets/Pres_2034x1238_x2.png -> source/jucePlugin/skins/Hoverland/Pres_2034x1238_x2.png | 0
Rsource/jucePlugin/genericUI/assets/VC_x2_N.png -> source/jucePlugin/skins/Hoverland/VC_x2_N.png | 0
Asource/jucePlugin/skins/Hoverland/VirusC_Hoverland.json | 5707+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rsource/jucePlugin/genericUI/assets/arp_72x37_X2.png -> source/jucePlugin/skins/Hoverland/arp_72x37_X2.png | 0
Rsource/jucePlugin/genericUI/assets/arpall_104x432_X2.png -> source/jucePlugin/skins/Hoverland/arpall_104x432_X2.png | 0
Asource/jucePlugin/skins/Hoverland/assets.cmake | 29+++++++++++++++++++++++++++++
Rsource/jucePlugin/genericUI/assets/env_pol_100x68_x2.png -> source/jucePlugin/skins/Hoverland/env_pol_100x68_x2.png | 0
Rsource/jucePlugin/genericUI/assets/handle_72x94_x2.png -> source/jucePlugin/skins/Hoverland/handle_72x94_x2.png | 0
Rsource/jucePlugin/genericUI/assets/lfo_btn_46x76_x2.png -> source/jucePlugin/skins/Hoverland/lfo_btn_46x76_x2.png | 0
Rsource/jucePlugin/genericUI/assets/link_horizon_48x72_x2.png -> source/jucePlugin/skins/Hoverland/link_horizon_48x72_x2.png | 0
Rsource/jucePlugin/genericUI/assets/link_vert_72x48_x2.png -> source/jucePlugin/skins/Hoverland/link_vert_72x48_x2.png | 0
Rsource/jucePlugin/genericUI/assets/multi_btn_select_72x72_x2.png -> source/jucePlugin/skins/Hoverland/multi_btn_select_72x72_x2.png | 0
Rsource/jucePlugin/genericUI/assets/presest_btn_select_86x60_x2.png -> source/jucePlugin/skins/Hoverland/presest_btn_select_86x60_x2.png | 0
Rsource/jucePlugin/genericUI/assets/sync2_108x100_x2.png -> source/jucePlugin/skins/Hoverland/sync2_108x100_x2.png | 0
31 files changed, 5738 insertions(+), 5738 deletions(-)

diff --git a/source/jucePlugin/CMakeLists.txt b/source/jucePlugin/CMakeLists.txt @@ -101,7 +101,7 @@ SET(ASSETS "parameterDescriptions_C.json" ) -include(genericUI/assets/assets.cmake) +include(skins/Hoverland/assets.cmake) macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProject componentName) juce_add_plugin(${targetName} @@ -170,7 +170,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec endif() endmacro() -juce_add_binary_data(jucePlugin_BinaryData${postfix} SOURCES ${ASSETS} ${ASSETS_VirusC}) +juce_add_binary_data(jucePlugin_BinaryData${postfix} SOURCES ${ASSETS} ${ASSETS_VirusC_Hoverland}) createJucePlugin(jucePlugin "DSP56300Emu" TRUE "TusV" jucePlugin_BinaryData${postfix} "") diff --git a/source/jucePlugin/genericUI/assets/FX_2034x1238_x2_R.png b/source/jucePlugin/genericUI/assets/FX_2034x1238_x2_R.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/VirusC.json b/source/jucePlugin/genericUI/assets/VirusC.json @@ -1,5706 +0,0 @@ -{ - "name" : "Root", - "root" : { - "x" : "0", - "y" : "0", - "width" : "2754", - "height" : "1600", - "scale" : "0.5" - }, - "children" : [ - { - "name" : "bg", - "image" : { - "x" : "0", - "y" : "0", - "width" : "2754", - "height" : "1600", - "texture" : "VC_x2_N" - } - }, - { - "name" : "singleLabel", - "label" : { - "text" : "SINGLE", - "textHeight" : "18", - "color" : "EBEBEBFF", - "alignH" : "R", - "alignV" : "C", - "bold" : "1", - "x" : "154", - "y" : "281", - "width" : "70", - "height" : "30" - } - }, - { - "name" : "PlayModeSingle", - "button" : { - "isToggle" : "1", - "radioGroupId" : "5", - "normalImage" : "0", - "overImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "234", - "y" : "281", - "width" : "86", - "height" : "30", - "texture" : "presest_btn_select_86x60_x2", - "tileSizeX" : "86", - "tileSizeY" : "30" - } - }, - { - "name" : "PlayModeMulti", - "button" : { - "isToggle" : "1", - "radioGroupId" : "5", - "normalImage" : "0", - "overImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "506", - "y" : "281", - "width" : "86", - "height" : "30", - "texture" : "presest_btn_select_86x60_x2", - "tileSizeX" : "86", - "tileSizeY" : "30" - } - }, - { - "name" : "multiLabel", - "label" : { - "text" : "MULTI", - "textHeight" : "18", - "color" : "EBEBEBFF", - "alignH" : "L", - "alignV" : "C", - "bold" : "1", - "x" : "600", - "y" : "281", - "width" : "70", - "height" : "30" - } - }, - { - "name" : "PatchName", - "label" : { - "text" : "OvertureCK", - "textHeight" : "64", - "color" : "FF7180FF", - "alignH" : "L", - "alignV" : "C", - "bold" : "1", - "x" : "818.6", - "y" : "95.9", - "width" : "440", - "height" : "75" - } - }, - { - "name" : "ControlLabel", - "label" : { - "text" : "Osc 1 Semitone\n-12", - "textHeight" : "32", - "color" : "FF7180FF", - "alignH" : "R", - "alignV" : "T", - "bold" : "1", - "x" : "1190.6", - "y" : "92.9", - "width" : "368", - "height" : "80" - } - }, - { - "name" : "PresetSave", - "button" : { - "normalImage" : "0", - "overImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "1626", - "y" : "93", - "width" : "86", - "height" : "30", - "texture" : "presest_btn_select_86x60_x2", - "tileSizeX" : "86", - "tileSizeY" : "30" - } - }, - { - "name" : "PresetLoad", - "button" : { - "normalImage" : "0", - "overImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "1727", - "y" : "93", - "width" : "86", - "height" : "30", - "texture" : "presest_btn_select_86x60_x2", - "tileSizeX" : "86", - "tileSizeY" : "30" - } - }, - { - "name" : "Presets", - "button" : { - "isToggle" : "1", - "radioGroupId" : "42", - "normalImage" : "0", - "overImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "1827", - "y" : "93", - "width" : "86", - "height" : "30", - "texture" : "presest_btn_select_86x60_x2", - "tileSizeX" : "86", - "tileSizeY" : "30" - } - }, - { - "name" : "RomSelector", - "combobox" : { - "text" : "Virus_C_OS_6.5.bin", - "textHeight" : "24", - "color" : "FD9595FF", - "alignH" : "L", - "alignV" : "C", - "x" : "2024", - "y" : "119", - "width" : "508", - "height" : "37", - "tooltip" : "Copy a valid ROM file with file extension .bin next to this plugin" - } - }, - { - "name" : "TabOsc", - "button" : { - "isToggle" : "1", - "radioGroupId" : "42", - "normalImage" : "0", - "overImage" : "1", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "786.9999", - "y" : "216", - "width" : "282", - "height" : "52", - "texture" : "OSC_282x52_x2", - "tileSizeX" : "282", - "tileSizeY" : "52" - } - }, - { - "name" : "TabLfo", - "button" : { - "isToggle" : "1", - "radioGroupId" : "42", - "normalImage" : "0", - "overImage" : "1", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "1080", - "y" : "216", - "width" : "282", - "height" : "52", - "texture" : "LFO_282x52_x2", - "tileSizeX" : "282", - "tileSizeY" : "52" - } - }, - { - "name" : "TabEffects", - "button" : { - "isToggle" : "1", - "radioGroupId" : "42", - "normalImage" : "0", - "overImage" : "1", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "1370", - "y" : "216", - "width" : "282", - "height" : "52", - "texture" : "FX_282x52_x2", - "tileSizeX" : "282", - "tileSizeY" : "52" - } - }, - { - "name" : "TabArp", - "button" : { - "isToggle" : "1", - "radioGroupId" : "42", - "normalImage" : "0", - "overImage" : "1", - "downImage" : "1", - "normalImageOn" : "1", - "overImageOn" : "1", - "downImageOn" : "1", - "x" : "1662", - "y" : "216", - "width" : "282", - "height" : "52", - "texture" : "ARP_282x52_x2", - "tileSizeX" : "282", - "tileSizeY" : "52" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "1", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "322", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "322", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "343", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "341", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "341", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "340.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "340.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "2", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "394", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "394", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "415", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "413", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "413", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "412.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "412.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "3", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "466", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "466", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "487", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "485", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "485", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "484.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "484.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "4", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "538", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "538", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "559", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "557", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "557", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "556.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "556.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "5", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "610", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "610", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "631", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "629", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "629", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "628.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "628.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "6", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "682", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "682", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "703", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "701", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "701", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "700.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "700.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "7", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "754", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "754", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "775", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "773", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "773", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "772.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "772.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "8", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "826", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "826", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "847", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "845", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "845", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "844.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "844.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "9", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "898", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "898", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "919", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "917", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "917", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "916.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "916.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "10", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "970", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "970", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "991", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "989", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "989", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "988.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "988.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "11", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "1042", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "1042", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "1063", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "1061", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "1061", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "1060.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "1060.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "12", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "1114", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "1114", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "1135", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "1133", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "1133", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "1132.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "1132.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "13", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "1186", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "1186", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "1207", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "1205", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "1205", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "1204.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "1204.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "14", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "1258", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "1258", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "1279", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "1277", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "1277", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "1276.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "1276.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "15", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "1330", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "1330", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "1351", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "1349", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "1349", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "1348.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "1348.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartNumber", - "label" : { - "text" : "16", - "textHeight" : "32", - "color" : "878787FF", - "alignH" : "C", - "alignV" : "C", - "x" : "68", - "y" : "1402", - "width" : "50.3025", - "height" : "72" - } - }, - { - "name" : "SelectPart", - "button" : { - "isToggle" : "1", - "radioGroupId" : "16", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "1", - "x" : "68", - "y" : "1402", - "width" : "72", - "height" : "72", - "texture" : "multi_btn_select_72x72_x2", - "tileSizeX" : "72", - "tileSizeY" : "72" - } - }, - { - "name" : "PresetName", - "textbutton" : { - "text" : "OvertureCK", - "textHeight" : "24", - "color" : "FC7576FF", - "x" : "163", - "y" : "1423", - "width" : "237", - "height" : "26" - } - }, - { - "name" : "PresetPrev", - "textbutton" : { - "text" : "<", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "454", - "y" : "1421", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PresetNext", - "textbutton" : { - "text" : ">", - "textHeight" : "38", - "color" : "FC7576FF", - "x" : "492", - "y" : "1421", - "width" : "36", - "height" : "30" - } - }, - { - "name" : "PartVolume", - "rotary" : { - }, - "spritesheet" : { - "x" : "552.3", - "y" : "1420.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "PartPan", - "rotary" : { - }, - "spritesheet" : { - "x" : "614.38", - "y" : "1420.13", - "width" : "36", - "height" : "36", - "texture" : "Mult_36x36_x2i", - "tileSizeX" : "36", - "tileSizeY" : "36" - } - }, - { - "name" : "page_osc", - "image" : { - "x" : "676", - "y" : "268", - "width" : "2034", - "height" : "1238", - "texture" : "OSC_2034x1238_x2" - }, - "children" : [ - { - "name" : "Osc1Shape", - "parameterAttachment" : { - "parameter" : "Osc1 Shape" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "246", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc1PW", - "parameterAttachment" : { - "parameter" : "Osc1 Pulsewidth" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "370", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc1Semi", - "parameterAttachment" : { - "parameter" : "Osc1 Semitone" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "497.2", - "y" : "89", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc1Keyfollow", - "parameterAttachment" : { - "parameter" : "Osc1 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "629", - "y" : "89", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2Shape", - "parameterAttachment" : { - "parameter" : "Osc2 Shape" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "245", - "y" : "328", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2PW", - "parameterAttachment" : { - "parameter" : "Osc2 Pulsewidth" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "328", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2Semi", - "parameterAttachment" : { - "parameter" : "Osc2 Semitone" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "496.2", - "y" : "327", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2Keyfollow", - "parameterAttachment" : { - "parameter" : "Osc2 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "628", - "y" : "327", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2FM", - "parameterAttachment" : { - "parameter" : "Osc2 FM Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "245", - "y" : "518", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2Detune", - "parameterAttachment" : { - "parameter" : "Osc2 Detune" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "518", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2EnvFM", - "parameterAttachment" : { - "parameter" : "FM Filt Env Amt" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "496.2", - "y" : "517", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc2Env", - "parameterAttachment" : { - "parameter" : "Osc2 Filt Env Amt" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "628", - "y" : "517", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc3Semitone", - "parameterAttachment" : { - "parameter" : "Osc3 Semitone" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "247", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc3Detune", - "parameterAttachment" : { - "parameter" : "Osc3 Detune" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc3Level", - "parameterAttachment" : { - "parameter" : "Osc3 Volume" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "496", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "UnisonDetune", - "parameterAttachment" : { - "parameter" : "Unison Detune" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "245", - "y" : "998.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "UnisonPanSpread", - "parameterAttachment" : { - "parameter" : "Unison Pan Spread" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "998.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "UnisonLfoPhase", - "parameterAttachment" : { - "parameter" : "Unison Lfo Phase" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "496.2", - "y" : "997.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "UnisonPhaseInit", - "parameterAttachment" : { - "parameter" : "Osc Init Phase" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "628", - "y" : "997.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Osc1WaveSelect", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "138", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Osc1 Wave Select" - } - }, - { - "name" : "Osc2WaveSelect", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "376", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Osc2 Wave Select" - } - }, - { - "name" : "Osc2FMMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "572", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Osc FM Mode" - } - }, - { - "name" : "Osc3Mode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "810", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Osc3 Mode" - } - }, - { - "name" : "UnisonVoices", - "combobox" : { - "text" : "8", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "1043", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Unison Mode" - } - }, - { - "name" : "SyncSwitch", - "parameterAttachment" : { - "parameter" : "Osc2 Sync" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "636", - "y" : "270", - "width" : "108", - "height" : "50", - "texture" : "sync2_108x100_x2", - "tileSizeX" : "108", - "tileSizeY" : "50" - } - }, - { - "name" : "OscBalance", - "parameterAttachment" : { - "parameter" : "Osc Balance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "836", - "y" : "90.5", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "OscLevel", - "parameterAttachment" : { - "parameter" : "Osc Mainvolume" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "975", - "y" : "90.5", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "NoiseLevel", - "parameterAttachment" : { - "parameter" : "Noise Volume" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "835", - "y" : "329.5", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "RingModLevel", - "parameterAttachment" : { - "parameter" : "Ringmodulator Volume" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "975", - "y" : "329.5", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "NoiseColor", - "parameterAttachment" : { - "parameter" : "Noise Color" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "835", - "y" : "519", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SubLevel", - "parameterAttachment" : { - "parameter" : "Suboscillator Volume" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "976", - "y" : "764", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Portamento", - "parameterAttachment" : { - "parameter" : "Portamento Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "828", - "y" : "1000", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SubOscTypeSwitch", - "parameterAttachment" : { - "parameter" : "Suboscillator Shape" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "865", - "y" : "796", - "width" : "36", - "height" : "94", - "texture" : "handle_72x94_x2", - "tileSizeX" : "36", - "tileSizeY" : "94" - } - }, - { - "name" : "Cutoff", - "parameterAttachment" : { - "parameter" : "Cutoff" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1197", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Reso", - "parameterAttachment" : { - "parameter" : "Filter1 Resonance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1318", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "EnvAmt", - "parameterAttachment" : { - "parameter" : "Filter1 Env Amt" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1448", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Keytrack", - "parameterAttachment" : { - "parameter" : "Filter1 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1577", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ResVel", - "parameterAttachment" : { - "parameter" : "Resonance1 Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1707", - "y" : "89", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "EnvVel", - "parameterAttachment" : { - "parameter" : "Flt1 EnvAmt Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1837", - "y" : "89", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Mode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1210", - "y" : "310", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Filter1 Mode" - } - }, - { - "name" : "EnvPolarity", - "parameterAttachment" : { - "parameter" : "Filter1 Env Polarity" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "1776", - "y" : "415", - "width" : "50", - "height" : "68", - "texture" : "env_pol_100x68_x2", - "tileSizeX" : "50", - "tileSizeY" : "68" - } - }, - { - "name" : "Cutoff", - "parameterAttachment" : { - "parameter" : "Cutoff2" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1197", - "y" : "519.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Reso", - "parameterAttachment" : { - "parameter" : "Filter2 Resonance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1318", - "y" : "519.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "EnvAmt", - "parameterAttachment" : { - "parameter" : "Filter2 Env Amt" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1448", - "y" : "519.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Keytrack", - "parameterAttachment" : { - "parameter" : "Filter2 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1577", - "y" : "519.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ResVel", - "parameterAttachment" : { - "parameter" : "Resonance2 Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1707", - "y" : "518.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "EnvVel", - "parameterAttachment" : { - "parameter" : "Flt2 EnvAmt Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1837", - "y" : "518.7", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Mode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1210", - "y" : "409.8", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Filter2 Mode" - } - }, - { - "name" : "EnvPolarity", - "parameterAttachment" : { - "parameter" : "Filter2 Env Polarity" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "1872", - "y" : "414.7", - "width" : "50", - "height" : "68", - "texture" : "env_pol_100x68_x2", - "tileSizeX" : "50", - "tileSizeY" : "68" - } - }, - { - "name" : "FilterBalance", - "parameterAttachment" : { - "parameter" : "Filter Balance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1405", - "y" : "327", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "FilterRouting", - "combobox" : { - "text" : "Parallel 4", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1578", - "y" : "309", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Filter Routing" - } - }, - { - "name" : "FilterSaturationCurve", - "combobox" : { - "text" : "Parallel 4", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1578", - "y" : "407", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Saturation Curve" - } - }, - { - "name" : "FilterKeyfollowBase", - "combobox" : { - "text" : "Parallel 4", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1782.4", - "y" : "309", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Filter Keytrack Base" - } - }, - { - "name" : "LinkCutoff", - "parameterAttachment" : { - "parameter" : "Filter2 Cutoff Link" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "1154", - "y" : "340", - "width" : "24", - "height" : "72", - "texture" : "link_horizon_48x72_x2", - "tileSizeX" : "24", - "tileSizeY" : "72" - } - }, - { - "name" : "LinkEnv", - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "1992", - "y" : "339", - "width" : "24", - "height" : "72", - "texture" : "link_horizon_48x72_x2", - "tileSizeX" : "24", - "tileSizeY" : "72" - } - }, - { - "name" : "Attack", - "parameterAttachment" : { - "parameter" : "Filter Env Attack" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1197", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Decay", - "parameterAttachment" : { - "parameter" : "Filter Env Decay" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1357", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SustainLevel", - "parameterAttachment" : { - "parameter" : "Filter Env Sustain" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1515", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SustainTime", - "parameterAttachment" : { - "parameter" : "Filter Env Sustain Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1672", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Release", - "parameterAttachment" : { - "parameter" : "Filter Env Release" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1836", - "y" : "761", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Attack", - "parameterAttachment" : { - "parameter" : "Amp Env Attack" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1197", - "y" : "998", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Decay", - "parameterAttachment" : { - "parameter" : "Amp Env Decay" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1357", - "y" : "998", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SustainLevel", - "parameterAttachment" : { - "parameter" : "Amp Env Sustain" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1515", - "y" : "998", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SustainTime", - "parameterAttachment" : { - "parameter" : "Amp Env Sustain Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1672", - "y" : "998", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Release", - "parameterAttachment" : { - "parameter" : "Amp Env Release" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1836", - "y" : "998", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - } - ] - }, - { - "name" : "page_lfo", - "image" : { - "x" : "676", - "y" : "268", - "width" : "2034", - "height" : "1238", - "texture" : "LFO_2034x1238_x2" - }, - "children" : [ - { - "name" : "LfoShape", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "71", - "y" : "128", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Lfo1 Shape" - } - }, - { - "name" : "LfoClock", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "71", - "y" : "213", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Lfo1 Clock" - } - }, - { - "name" : "LfoMode", - "parameterAttachment" : { - "parameter" : "Lfo1 Mode" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "60", - "y" : "298", - "width" : "36", - "height" : "94", - "texture" : "handle_72x94_x2", - "tileSizeX" : "36", - "tileSizeY" : "94" - } - }, - { - "name" : "LfoEnvMode", - "parameterAttachment" : { - "parameter" : "Lfo1 Env Mode" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "178", - "y" : "299.4", - "width" : "46", - "height" : "38", - "texture" : "lfo_btn_46x76_x2", - "tileSizeX" : "46", - "tileSizeY" : "38" - } - }, - { - "name" : "LfoRate", - "parameterAttachment" : { - "parameter" : "Lfo1 Rate" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "257", - "y" : "84", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoKeytrack", - "parameterAttachment" : { - "parameter" : "Lfo1 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "386", - "y" : "84", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoContour", - "parameterAttachment" : { - "parameter" : "Lfo1 Symmetry" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "258", - "y" : "250", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoPhase", - "parameterAttachment" : { - "parameter" : "Lfo1 Keytrigger" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "386", - "y" : "251", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoOsc1Pitch", - "parameterAttachment" : { - "parameter" : "Osc1 Lfo1 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "535", - "y" : "84", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoOsc2Pitch", - "parameterAttachment" : { - "parameter" : "Osc2 Lfo1 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "663", - "y" : "84", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoFilterGain", - "parameterAttachment" : { - "parameter" : "FiltGain Lfo1 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "534", - "y" : "251", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoAmount", - "parameterAttachment" : { - "parameter" : "LFO1 Assign Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "659", - "y" : "250", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoPW12", - "parameterAttachment" : { - "parameter" : "PW Lfo1 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "793", - "y" : "84", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoReso12", - "parameterAttachment" : { - "parameter" : "Reso Lfo1 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "925", - "y" : "84", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoAssignDestination", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "835", - "y" : "298", - "width" : "193", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "LFO1 Assign Dest" - } - }, - { - "name" : "Lfo1Link", - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "630", - "y" : "70", - "width" : "72", - "height" : "24", - "texture" : "link_vert_72x48_x2", - "tileSizeX" : "72", - "tileSizeY" : "24" - } - }, - { - "name" : "LfoShape", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "71", - "y" : "508", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Lfo2 Shape" - } - }, - { - "name" : "LfoClock", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "71", - "y" : "593", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Lfo2 Clock" - } - }, - { - "name" : "LfoMode", - "parameterAttachment" : { - "parameter" : "Lfo2 Mode" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "60", - "y" : "678", - "width" : "36", - "height" : "94", - "texture" : "handle_72x94_x2", - "tileSizeX" : "36", - "tileSizeY" : "94" - } - }, - { - "name" : "LfoEnvMode", - "parameterAttachment" : { - "parameter" : "Lfo2 Env Mode" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "178", - "y" : "679.4", - "width" : "46", - "height" : "38", - "texture" : "lfo_btn_46x76_x2", - "tileSizeX" : "46", - "tileSizeY" : "38" - } - }, - { - "name" : "LfoRate", - "parameterAttachment" : { - "parameter" : "Lfo2 Rate" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "257", - "y" : "464", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoKeytrack", - "parameterAttachment" : { - "parameter" : "Lfo2 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "386", - "y" : "464", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoContour", - "parameterAttachment" : { - "parameter" : "Lfo2 Symmetry" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "258", - "y" : "630", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoPhase", - "parameterAttachment" : { - "parameter" : "Lfo2 Keytrigger" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "386", - "y" : "631", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoOsc1Pitch", - "parameterAttachment" : { - "parameter" : "Cutoff1 Lfo2 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "535", - "y" : "464", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoOsc2Pitch", - "parameterAttachment" : { - "parameter" : "Cutoff2 Lfo2 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "663", - "y" : "464", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoFilterGain", - "parameterAttachment" : { - "parameter" : "Pan Lfo2 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "534", - "y" : "631", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoAmount", - "parameterAttachment" : { - "parameter" : "LFO2 Assign Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "659", - "y" : "630", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoPW12", - "parameterAttachment" : { - "parameter" : "Shape Lfo2 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "793", - "y" : "464", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoReso12", - "parameterAttachment" : { - "parameter" : "FM Lfo2 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "925", - "y" : "464", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "LfoAssignDestination", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "835", - "y" : "678", - "width" : "193", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "LFO2 Assign Dest" - } - }, - { - "name" : "Lfo1Link", - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "630", - "y" : "450", - "width" : "72", - "height" : "24", - "texture" : "link_vert_72x48_x2", - "tileSizeX" : "72", - "tileSizeY" : "24" - } - }, - { - "name" : "LfoShape", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "71", - "y" : "887", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Lfo3 Shape" - } - }, - { - "name" : "LfoClock", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "71", - "y" : "972", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Lfo3 Clock" - } - }, - { - "name" : "LfoMode", - "parameterAttachment" : { - "parameter" : "Lfo3 Mode" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "0", - "downImage" : "1", - "normalImageOn" : "1", - "downImageOn" : "0", - "x" : "62", - "y" : "1061", - "width" : "36", - "height" : "94", - "texture" : "handle_72x94_x2", - "tileSizeX" : "36", - "tileSizeY" : "94" - } - }, - { - "name" : "LfoRate", - "parameterAttachment" : { - "parameter" : "Lfo3 Rate" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "257", - "y" : "857", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Lfo3FadeIn", - "parameterAttachment" : { - "parameter" : "Lfo3 Fade-In Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "386", - "y" : "857", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Lfo3Keytrack", - "parameterAttachment" : { - "parameter" : "Lfo3 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "258", - "y" : "1011", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Lfo3Amount", - "parameterAttachment" : { - "parameter" : "Osc Lfo3 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "659", - "y" : "857", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Lfo3AssignDestination", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "835", - "y" : "905", - "width" : "193", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "LFO2 Assign Dest" - } - }, - { - "name" : "ModAmount", - "parameterAttachment" : { - "parameter" : "Assign1 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1608", - "y" : "226", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModSource", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "184", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign1 Source" - } - }, - { - "name" : "ModDest", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "300", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign1 Destination" - } - }, - { - "name" : "ModAmount", - "parameterAttachment" : { - "parameter" : "Assign2 Amount1" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1135", - "y" : "819", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModSource", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1289", - "y" : "779", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign2 Source" - } - }, - { - "name" : "ModDest", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1289", - "y" : "895", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign2 Destination1" - } - }, - { - "name" : "ModAmount2", - "parameterAttachment" : { - "parameter" : "Assign2 Amount2" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1135", - "y" : "971.8", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModDest2", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1289", - "y" : "1047.8", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign2 Destination2" - } - }, - { - "name" : "ModAmount", - "parameterAttachment" : { - "parameter" : "Assign3 Amount1" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1137", - "y" : "225", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModSource", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1291", - "y" : "185", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign3 Source" - } - }, - { - "name" : "ModDest", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1291", - "y" : "301", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign3 Destination1" - } - }, - { - "name" : "ModAmount2", - "parameterAttachment" : { - "parameter" : "Assign3 Amount2" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1137", - "y" : "377.8", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModDest2", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1291", - "y" : "453.8", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign3 Destination2" - } - }, - { - "name" : "ModAmount3", - "parameterAttachment" : { - "parameter" : "Assign3 Amount3" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1137", - "y" : "528", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModDest3", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1291", - "y" : "605", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign3 Destination3" - } - }, - { - "name" : "ModAmount", - "parameterAttachment" : { - "parameter" : "Assign 4 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1608", - "y" : "475", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModSource", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "433", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign 4 Source" - } - }, - { - "name" : "ModDest", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "549", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign 4 Destination" - } - }, - { - "name" : "ModAmount", - "parameterAttachment" : { - "parameter" : "Assign 5 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1608", - "y" : "721.7", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModSource", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "681.7", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign 5 Source" - } - }, - { - "name" : "ModDest", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "797.7", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign 5 Destination" - } - }, - { - "name" : "ModAmount", - "parameterAttachment" : { - "parameter" : "Assign 6 Amount" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1608", - "y" : "970", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ModSource", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "930", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign 6 Source" - } - }, - { - "name" : "ModDest", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1758", - "y" : "1046", - "width" : "190", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Assign 6 Destination" - } - } - ] - }, - { - "name" : "page_fx", - "image" : { - "x" : "676", - "y" : "268", - "width" : "2034", - "height" : "1238", - "texture" : "FX_2034x1238_x2_D" - }, - "children" : [ - { - "name" : "DistortionType", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "138", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Distortion Curve" - } - }, - { - "name" : "DistortionAmount", - "parameterAttachment" : { - "parameter" : "Distortion Intensity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "246", - "y" : "91", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "BassIntensity", - "parameterAttachment" : { - "parameter" : "Bass Intensity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "625", - "y" : "91", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "BassTune", - "parameterAttachment" : { - "parameter" : "Bass Tune" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "758", - "y" : "91", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PhaserStages", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "372", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Phaser Mode" - } - }, - { - "name" : "PhaserRate", - "parameterAttachment" : { - "parameter" : "Phaser Rate" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "246", - "y" : "324", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PhaserFreq", - "parameterAttachment" : { - "parameter" : "Phaser Frequency" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "324", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PhaserDepth", - "parameterAttachment" : { - "parameter" : "Phaser Depth" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "495", - "y" : "324", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PhaserFeedback", - "parameterAttachment" : { - "parameter" : "Phaser Feedback" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "625", - "y" : "324", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PhaserSpread", - "parameterAttachment" : { - "parameter" : "Phaser Spread" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "753", - "y" : "324", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PhaserMix", - "parameterAttachment" : { - "parameter" : "Phaser Mix" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "881", - "y" : "325", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ChorusLfoShape", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "610", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Chorus Lfo Shape" - } - }, - { - "name" : "ChorusRate", - "parameterAttachment" : { - "parameter" : "Chorus Rate" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "246", - "y" : "562", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ChorusDepth", - "parameterAttachment" : { - "parameter" : "Chorus Depth" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "562", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ChorusFeedback", - "parameterAttachment" : { - "parameter" : "Chorus Feedback" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "497", - "y" : "562", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ChorusDelay", - "parameterAttachment" : { - "parameter" : "Chorus Delay" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "623", - "y" : "562", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ChorusMix", - "parameterAttachment" : { - "parameter" : "Chorus Mix" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "755", - "y" : "563", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Gain", - "parameterAttachment" : { - "parameter" : "LowEQ Gain" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "119", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Freq", - "parameterAttachment" : { - "parameter" : "LowEQ Frequency" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "246", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Gain", - "parameterAttachment" : { - "parameter" : "LowEQ Gain" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Freq", - "parameterAttachment" : { - "parameter" : "LowEQ Frequency" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "495", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Q", - "parameterAttachment" : { - "parameter" : "MidEQ Q-Factor" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "625", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Gain", - "parameterAttachment" : { - "parameter" : "HighEQ Gain" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "753", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Freq", - "parameterAttachment" : { - "parameter" : "HighEQ Frequency" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "880", - "y" : "800", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "InputFollowerMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "86", - "y" : "1058", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Input Follower Mode" - } - }, - { - "name" : "InputFollowerGain", - "parameterAttachment" : { - "parameter" : "Filter Env Sustain" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "246", - "y" : "1010", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "InputFollowerAttack", - "parameterAttachment" : { - "parameter" : "Filter Env Attack" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "369", - "y" : "1010", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "InputFollowerRelease", - "parameterAttachment" : { - "parameter" : "Filter Env Release" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "495", - "y" : "1010", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "PunchIntensity", - "parameterAttachment" : { - "parameter" : "Punch Intensity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "753", - "y" : "1011", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ContainerReverb", - "image" : { - "x" : "1079", - "y" : "54", - "width" : "920", - "height" : "406", - "texture" : "FX_reverbOverlay" - }, - "children" : [ - { - "name" : "ReverbDecay", - "parameterAttachment" : { - "parameter" : "Dly Rate / Rev Decay" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "225", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ReverbDamping", - "parameterAttachment" : { - "parameter" : "Reverb Damping" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "348", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ReverbColor", - "parameterAttachment" : { - "parameter" : "Delay Color" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "473", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ReverbPreDelay", - "parameterAttachment" : { - "parameter" : "Delay Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "607", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ReverbFeedback", - "parameterAttachment" : { - "parameter" : "Delay Feedback" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "741.7", - "y" : "35", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - } - ] - }, - { - "name" : "ContainerDelay", - "component" : { - "x" : "1079", - "y" : "54", - "width" : "920", - "height" : "406" - }, - "children" : [ - { - "name" : "DelayTime", - "parameterAttachment" : { - "parameter" : "Delay Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "225", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "DelayFeedback", - "parameterAttachment" : { - "parameter" : "Delay Feedback" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "348", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "DelayColor", - "parameterAttachment" : { - "parameter" : "Delay Color" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "473", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "DelayRate", - "parameterAttachment" : { - "parameter" : "Dly Rate / Rev Decay" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "607", - "y" : "36", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "DelayDepth", - "parameterAttachment" : { - "parameter" : "Dly Depth " - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "741.7", - "y" : "35", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "DelayReverbLfoShape", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "254", - "y" : "280", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Delay Lfo Shape" - } - } - ] - }, - { - "name" : "DelayReverbMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1109", - "y" : "137", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Delay/Reverb Mode" - } - }, - { - "name" : "DelayReverbClock", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1109", - "y" : "334", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Delay Clock" - } - }, - { - "name" : "DelayReverbMix", - "parameterAttachment" : { - "parameter" : "Effect Send" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1821", - "y" : "288", - "width" : "140", - "height" : "140", - "texture" : "GenRed_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocoderMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1109", - "y" : "608", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Vocoder Mode" - } - }, - { - "name" : "VocSourceBalance", - "parameterAttachment" : { - "parameter" : "Filter Balance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1302", - "y" : "561", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocSpectralBalance", - "parameterAttachment" : { - "parameter" : "Filter Env Sustain Time" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1425", - "y" : "561", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocBands", - "parameterAttachment" : { - "parameter" : "Filter Env Release" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1552", - "y" : "561", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocAttack", - "parameterAttachment" : { - "parameter" : "Filter Env Attack" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1687", - "y" : "561", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocRelease", - "parameterAttachment" : { - "parameter" : "Filter Env Decay" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1822", - "y" : "561", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocCarrierCenterFreq", - "parameterAttachment" : { - "parameter" : "Cutoff" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1303", - "y" : "769", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocCarrierQFactor", - "parameterAttachment" : { - "parameter" : "Filter1 Resonance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1425", - "y" : "770", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocCarrierSpread", - "parameterAttachment" : { - "parameter" : "Filter1 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1553", - "y" : "770", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocModulatorFreqOffset", - "parameterAttachment" : { - "parameter" : "Cutoff2" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1303", - "y" : "953", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocModulatorQFactor", - "parameterAttachment" : { - "parameter" : "Filter2 Resonance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1425", - "y" : "954", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocModulatorSpread", - "parameterAttachment" : { - "parameter" : "Filter2 Keyfollow" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1553", - "y" : "952", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VocModulatorInput", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1109", - "y" : "1004", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Input Select" - } - } - ] - }, - { - "name" : "page_arp", - "image" : { - "x" : "676", - "y" : "268", - "width" : "2034", - "height" : "1238", - "texture" : "ARP_2034x1238_x2" - }, - "children" : [ - { - "name" : "VelOsc1Shape", - "parameterAttachment" : { - "parameter" : "Osc1 Shape Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "107", - "y" : "93", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelFlt1Freq", - "parameterAttachment" : { - "parameter" : "Flt1 EnvAmt Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "233", - "y" : "93", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelFlt1Res", - "parameterAttachment" : { - "parameter" : "Resonance1 Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "356", - "y" : "93", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelPW", - "parameterAttachment" : { - "parameter" : "PulseWidth Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "483", - "y" : "93", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelVol", - "parameterAttachment" : { - "parameter" : "Amp Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "616", - "y" : "93", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelPan", - "parameterAttachment" : { - "parameter" : "Panorama Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "739", - "y" : "93", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelOsc2Shape", - "parameterAttachment" : { - "parameter" : "Osc2 Shape Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "107", - "y" : "271", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelFlt2Freq", - "parameterAttachment" : { - "parameter" : "Flt2 EnvAmt Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "233", - "y" : "271", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelFlt2Res", - "parameterAttachment" : { - "parameter" : "Resonance2 Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "356", - "y" : "271", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "VelFM", - "parameterAttachment" : { - "parameter" : "Fm Amount Velocity" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "483", - "y" : "271", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "InputMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "137", - "y" : "609", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Input Mode" - } - }, - { - "name" : "InputSelect", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "340", - "y" : "609", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Input Select" - } - }, - { - "name" : "ArpModeButton", - "parameterAttachment" : { - "parameter" : "Arp Mode" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1002.9", - "y" : "136.7", - "width" : "104", - "height" : "72", - "texture" : "arpall_104x432_X2", - "tileSizeX" : "104", - "tileSizeY" : "72" - }, - "children" : [ - { - "name" : "ArpModeComboBox", - "combobox" : { - "text" : "Hold", - "textHeight" : "30", - "color" : "FFFFFF00", - "alignH" : "L", - "alignV" : "C", - "x" : "0", - "y" : "0", - "width" : "104", - "height" : "72" - }, - "parameterAttachment" : { - "parameter" : "Arp Mode" - } - } - ] - }, - { - "name" : "ArpPattern", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "24", - "color" : "FD9595FF", - "alignH" : "L", - "alignV" : "C", - "x" : "1164", - "y" : "121", - "width" : "170", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Arp Pattern Selct" - } - }, - { - "name" : "ArpOctaveRange", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "24", - "color" : "FD9595FF", - "alignH" : "L", - "alignV" : "C", - "x" : "1164", - "y" : "187", - "width" : "170", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Arp Octave Range" - } - }, - { - "name" : "ArpResolution", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "24", - "color" : "FD9595FF", - "alignH" : "L", - "alignV" : "C", - "x" : "1377", - "y" : "121", - "width" : "170", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Arp Clock" - } - }, - { - "name" : "ArpHold", - "parameterAttachment" : { - "parameter" : "Arp Hold Enable" - }, - "button" : { - "isToggle" : "1", - "normalImage" : "1", - "downImage" : "0", - "normalImageOn" : "0", - "downImageOn" : "1", - "x" : "1362", - "y" : "187", - "width" : "72", - "height" : "37", - "texture" : "arp_72x37_X2", - "tileSizeX" : "72", - "tileSizeY" : "37" - } - }, - { - "name" : "ArpGlobalTempo", - "parameterAttachment" : { - "parameter" : "Clock Tempo" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1609", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ArpNoteLength", - "parameterAttachment" : { - "parameter" : "Arp Note Length" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1732", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "ArpNoteSwing", - "parameterAttachment" : { - "parameter" : "Arp Swing" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1857.5", - "y" : "90", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SoftKnobMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "969", - "y" : "381", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Soft Knob-1 Mode" - } - }, - { - "name" : "SoftKnobName", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1180.55", - "y" : "381", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Soft Knob1 ShortName" - } - }, - { - "name" : "SoftKnobMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1609", - "y" : "381", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Soft Knob-2 Mode" - } - }, - { - "name" : "SoftKnobName", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1820.55", - "y" : "381", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Soft Knob2 ShortName" - } - }, - { - "name" : "KeyMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "969", - "y" : "617.4", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Key Mode" - } - }, - { - "name" : "PatchVolume", - "parameterAttachment" : { - "parameter" : "Patch Volume" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1128", - "y" : "569.4", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Panning", - "parameterAttachment" : { - "parameter" : "Panorama" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1252", - "y" : "569.4", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "SecondaryOutput", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "969", - "y" : "776.5", - "width" : "162", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Part Output Select" - } - }, - { - "name" : "OutputBalance", - "parameterAttachment" : { - "parameter" : "Second Output Balance" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1129", - "y" : "728.5", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "Transpose", - "parameterAttachment" : { - "parameter" : "Transpose" - }, - "rotary" : { - }, - "spritesheet" : { - "x" : "1252", - "y" : "728.5", - "width" : "140", - "height" : "140", - "texture" : "GenPol_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" - } - }, - { - "name" : "BendUp", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1608", - "y" : "617.4", - "width" : "160", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Bender Range Up" - } - }, - { - "name" : "BendDown", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1822", - "y" : "617.4", - "width" : "160", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Bender Range Down" - } - }, - { - "name" : "BendScale", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1608", - "y" : "716.4", - "width" : "160", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Bender Scale" - } - }, - { - "name" : "SmoothMode", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1822", - "y" : "716.4", - "width" : "160", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Control Smooth Mode" - } - }, - { - "name" : "Category1", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1608", - "y" : "815.4", - "width" : "160", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Category1" - } - }, - { - "name" : "Category2", - "combobox" : { - "text" : "Wave 42", - "textHeight" : "30", - "alignH" : "L", - "alignV" : "C", - "x" : "1822", - "y" : "815.4", - "width" : "160", - "height" : "36" - }, - "parameterAttachment" : { - "parameter" : "Category2" - } - }, - { - "name" : "MidiIn", - "combobox" : { - "text" : "In Device X", - "textHeight" : "20", - "alignH" : "L", - "alignV" : "C", - "x" : "992", - "y" : "1116", - "width" : "124.2466", - "height" : "36" - } - }, - { - "name" : "MidiOut", - "combobox" : { - "text" : "Out Device X", - "textHeight" : "20", - "alignH" : "L", - "alignV" : "C", - "x" : "1116", - "y" : "1116", - "width" : "124.2466", - "height" : "36" - } - } - ] - }, - { - "name" : "page_presets", - "image" : { - "x" : "676", - "y" : "268", - "width" : "2034", - "height" : "1238", - "texture" : "Pres_2034x1238_x2" - }, - "children" : [ - { - "name" : "ContainerPresetBrowser", - "component" : { - "x" : "88", - "y" : "96", - "width" : "1857", - "height" : "1055" - } - } - ] - }, - { - "name" : "DonateInfo", - "hyperlinkbutton" : { - "url" : "https://paypal.me/dsp56300", - "text" : "To donate: https://paypal.me/dsp56300", - "textHeight" : "28", - "color" : "FF7180FF", - "x" : "74", - "y" : "1543", - "width" : "604.98", - "height" : "45" - } - }, - { - "name" : "VersionInfo", - "label" : { - "text" : "DSP56300 Emulator Version 1.2.11 - March 8 2022 20:03:57", - "textHeight" : "28", - "color" : "FF7180FF", - "alignH" : "R", - "alignV" : "C", - "x" : "1416", - "y" : "1543", - "width" : "1280", - "height" : "45" - } - } - ] -} -\ No newline at end of file diff --git a/source/jucePlugin/genericUI/assets/assets.cmake b/source/jucePlugin/genericUI/assets/assets.cmake @@ -1,29 +0,0 @@ -set(ASSETS_VirusC - ${CMAKE_CURRENT_LIST_DIR}/ARP_2034x1238_x2.png - ${CMAKE_CURRENT_LIST_DIR}/ARP_282x52_x2.png - ${CMAKE_CURRENT_LIST_DIR}/arp_72x37_X2.png - ${CMAKE_CURRENT_LIST_DIR}/arpall_104x432_X2.png - ${CMAKE_CURRENT_LIST_DIR}/env_pol_100x68_x2.png - ${CMAKE_CURRENT_LIST_DIR}/FX_2034x1238_x2_D.png - ${CMAKE_CURRENT_LIST_DIR}/FX_282x52_x2.png - ${CMAKE_CURRENT_LIST_DIR}/FX_reverbOverlay.png - ${CMAKE_CURRENT_LIST_DIR}/Gen_140x140_x2.png - ${CMAKE_CURRENT_LIST_DIR}/GenPol_140x140_x2.png - ${CMAKE_CURRENT_LIST_DIR}/GenRed_140x140_x2.png - ${CMAKE_CURRENT_LIST_DIR}/handle_72x94_x2.png - ${CMAKE_CURRENT_LIST_DIR}/LFO_2034x1238_x2.png - ${CMAKE_CURRENT_LIST_DIR}/LFO_282x52_x2.png - ${CMAKE_CURRENT_LIST_DIR}/lfo_btn_46x76_x2.png - ${CMAKE_CURRENT_LIST_DIR}/link_horizon_48x72_x2.png - ${CMAKE_CURRENT_LIST_DIR}/link_vert_72x48_x2.png - ${CMAKE_CURRENT_LIST_DIR}/Mult_36x36_x2i.png - ${CMAKE_CURRENT_LIST_DIR}/multi_btn_select_72x72_x2.png - ${CMAKE_CURRENT_LIST_DIR}/OSC_2034x1238_x2.png - ${CMAKE_CURRENT_LIST_DIR}/OSC_282x52_x2.png - ${CMAKE_CURRENT_LIST_DIR}/Pres_2034x1238_x2.png - ${CMAKE_CURRENT_LIST_DIR}/presest_btn_select_86x60_x2.png - ${CMAKE_CURRENT_LIST_DIR}/sync2_108x100_x2.png - ${CMAKE_CURRENT_LIST_DIR}/VC_x2_N.png - - ${CMAKE_CURRENT_LIST_DIR}/VirusC.json -) diff --git a/source/jucePlugin/genericUI/assets/ARP_2034x1238_x2.png b/source/jucePlugin/skins/Hoverland/ARP_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/ARP_282x52_x2.png b/source/jucePlugin/skins/Hoverland/ARP_282x52_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/FX_2034x1238_x2_D.png b/source/jucePlugin/skins/Hoverland/FX_2034x1238_x2_D.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/FX_282x52_x2.png b/source/jucePlugin/skins/Hoverland/FX_282x52_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/FX_reverbOverlay.png b/source/jucePlugin/skins/Hoverland/FX_reverbOverlay.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/GenPol_140x140_x2.png b/source/jucePlugin/skins/Hoverland/GenPol_140x140_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/GenRed_140x140_x2.png b/source/jucePlugin/skins/Hoverland/GenRed_140x140_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/Gen_140x140_x2.png b/source/jucePlugin/skins/Hoverland/Gen_140x140_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/LFO_2034x1238_x2.png b/source/jucePlugin/skins/Hoverland/LFO_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/LFO_282x52_x2.png b/source/jucePlugin/skins/Hoverland/LFO_282x52_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/Mult_36x36_x2i.png b/source/jucePlugin/skins/Hoverland/Mult_36x36_x2i.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/OSC_2034x1238_x2.png b/source/jucePlugin/skins/Hoverland/OSC_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/OSC_282x52_x2.png b/source/jucePlugin/skins/Hoverland/OSC_282x52_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/Pres_2034x1238_x2.png b/source/jucePlugin/skins/Hoverland/Pres_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/VC_x2_N.png b/source/jucePlugin/skins/Hoverland/VC_x2_N.png Binary files differ. diff --git a/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json b/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json @@ -0,0 +1,5706 @@ +{ + "name" : "Root", + "root" : { + "x" : "0", + "y" : "0", + "width" : "2754", + "height" : "1600", + "scale" : "0.5" + }, + "children" : [ + { + "name" : "bg", + "image" : { + "x" : "0", + "y" : "0", + "width" : "2754", + "height" : "1600", + "texture" : "VC_x2_N" + } + }, + { + "name" : "singleLabel", + "label" : { + "text" : "SINGLE", + "textHeight" : "18", + "color" : "EBEBEBFF", + "alignH" : "R", + "alignV" : "C", + "bold" : "1", + "x" : "154", + "y" : "281", + "width" : "70", + "height" : "30" + } + }, + { + "name" : "PlayModeSingle", + "button" : { + "isToggle" : "1", + "radioGroupId" : "5", + "normalImage" : "0", + "overImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "234", + "y" : "281", + "width" : "86", + "height" : "30", + "texture" : "presest_btn_select_86x60_x2", + "tileSizeX" : "86", + "tileSizeY" : "30" + } + }, + { + "name" : "PlayModeMulti", + "button" : { + "isToggle" : "1", + "radioGroupId" : "5", + "normalImage" : "0", + "overImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "506", + "y" : "281", + "width" : "86", + "height" : "30", + "texture" : "presest_btn_select_86x60_x2", + "tileSizeX" : "86", + "tileSizeY" : "30" + } + }, + { + "name" : "multiLabel", + "label" : { + "text" : "MULTI", + "textHeight" : "18", + "color" : "EBEBEBFF", + "alignH" : "L", + "alignV" : "C", + "bold" : "1", + "x" : "600", + "y" : "281", + "width" : "70", + "height" : "30" + } + }, + { + "name" : "PatchName", + "label" : { + "text" : "OvertureCK", + "textHeight" : "64", + "color" : "FF7180FF", + "alignH" : "L", + "alignV" : "C", + "bold" : "1", + "x" : "818.6", + "y" : "95.9", + "width" : "440", + "height" : "75" + } + }, + { + "name" : "ControlLabel", + "label" : { + "text" : "Osc 1 Semitone\n-12", + "textHeight" : "32", + "color" : "FF7180FF", + "alignH" : "R", + "alignV" : "T", + "bold" : "1", + "x" : "1190.6", + "y" : "92.9", + "width" : "368", + "height" : "80" + } + }, + { + "name" : "PresetSave", + "button" : { + "normalImage" : "0", + "overImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "1626", + "y" : "93", + "width" : "86", + "height" : "30", + "texture" : "presest_btn_select_86x60_x2", + "tileSizeX" : "86", + "tileSizeY" : "30" + } + }, + { + "name" : "PresetLoad", + "button" : { + "normalImage" : "0", + "overImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "1727", + "y" : "93", + "width" : "86", + "height" : "30", + "texture" : "presest_btn_select_86x60_x2", + "tileSizeX" : "86", + "tileSizeY" : "30" + } + }, + { + "name" : "Presets", + "button" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "1827", + "y" : "93", + "width" : "86", + "height" : "30", + "texture" : "presest_btn_select_86x60_x2", + "tileSizeX" : "86", + "tileSizeY" : "30" + } + }, + { + "name" : "RomSelector", + "combobox" : { + "text" : "Virus_C_OS_6.5.bin", + "textHeight" : "24", + "color" : "FD9595FF", + "alignH" : "L", + "alignV" : "C", + "x" : "2024", + "y" : "119", + "width" : "508", + "height" : "37", + "tooltip" : "Copy a valid ROM file with file extension .bin next to this plugin" + } + }, + { + "name" : "TabOsc", + "button" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "1", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "786.9999", + "y" : "216", + "width" : "282", + "height" : "52", + "texture" : "OSC_282x52_x2", + "tileSizeX" : "282", + "tileSizeY" : "52" + } + }, + { + "name" : "TabLfo", + "button" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "1", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "1080", + "y" : "216", + "width" : "282", + "height" : "52", + "texture" : "LFO_282x52_x2", + "tileSizeX" : "282", + "tileSizeY" : "52" + } + }, + { + "name" : "TabEffects", + "button" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "1", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "1370", + "y" : "216", + "width" : "282", + "height" : "52", + "texture" : "FX_282x52_x2", + "tileSizeX" : "282", + "tileSizeY" : "52" + } + }, + { + "name" : "TabArp", + "button" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "1", + "downImage" : "1", + "normalImageOn" : "1", + "overImageOn" : "1", + "downImageOn" : "1", + "x" : "1662", + "y" : "216", + "width" : "282", + "height" : "52", + "texture" : "ARP_282x52_x2", + "tileSizeX" : "282", + "tileSizeY" : "52" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "1", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "322", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "322", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "343", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "341", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "341", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "340.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "340.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "2", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "394", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "394", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "415", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "413", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "413", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "412.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "412.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "3", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "466", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "466", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "487", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "485", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "485", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "484.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "484.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "4", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "538", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "538", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "559", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "557", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "557", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "556.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "556.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "5", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "610", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "610", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "631", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "629", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "629", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "628.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "628.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "6", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "682", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "682", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "703", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "701", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "701", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "700.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "700.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "7", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "754", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "754", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "775", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "773", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "773", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "772.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "772.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "8", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "826", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "826", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "847", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "845", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "845", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "844.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "844.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "9", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "898", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "898", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "919", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "917", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "917", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "916.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "916.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "10", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "970", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "970", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "991", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "989", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "989", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "988.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "988.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "11", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "1042", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "1042", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "1063", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "1061", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "1061", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "1060.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "1060.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "12", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "1114", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "1114", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "1135", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "1133", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "1133", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "1132.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "1132.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "13", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "1186", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "1186", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "1207", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "1205", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "1205", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "1204.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "1204.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "14", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "1258", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "1258", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "1279", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "1277", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "1277", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "1276.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "1276.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "15", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "1330", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "1330", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "1351", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "1349", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "1349", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "1348.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "1348.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartNumber", + "label" : { + "text" : "16", + "textHeight" : "32", + "color" : "878787FF", + "alignH" : "C", + "alignV" : "C", + "x" : "68", + "y" : "1402", + "width" : "50.3025", + "height" : "72" + } + }, + { + "name" : "SelectPart", + "button" : { + "isToggle" : "1", + "radioGroupId" : "16", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "1", + "x" : "68", + "y" : "1402", + "width" : "72", + "height" : "72", + "texture" : "multi_btn_select_72x72_x2", + "tileSizeX" : "72", + "tileSizeY" : "72" + } + }, + { + "name" : "PresetName", + "textbutton" : { + "text" : "OvertureCK", + "textHeight" : "24", + "color" : "FC7576FF", + "x" : "163", + "y" : "1423", + "width" : "237", + "height" : "26" + } + }, + { + "name" : "PresetPrev", + "textbutton" : { + "text" : "<", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "454", + "y" : "1421", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PresetNext", + "textbutton" : { + "text" : ">", + "textHeight" : "38", + "color" : "FC7576FF", + "x" : "492", + "y" : "1421", + "width" : "36", + "height" : "30" + } + }, + { + "name" : "PartVolume", + "rotary" : { + }, + "spritesheet" : { + "x" : "552.3", + "y" : "1420.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "PartPan", + "rotary" : { + }, + "spritesheet" : { + "x" : "614.38", + "y" : "1420.13", + "width" : "36", + "height" : "36", + "texture" : "Mult_36x36_x2i", + "tileSizeX" : "36", + "tileSizeY" : "36" + } + }, + { + "name" : "page_osc", + "image" : { + "x" : "676", + "y" : "268", + "width" : "2034", + "height" : "1238", + "texture" : "OSC_2034x1238_x2" + }, + "children" : [ + { + "name" : "Osc1Shape", + "parameterAttachment" : { + "parameter" : "Osc1 Shape" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "246", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc1PW", + "parameterAttachment" : { + "parameter" : "Osc1 Pulsewidth" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "370", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc1Semi", + "parameterAttachment" : { + "parameter" : "Osc1 Semitone" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "497.2", + "y" : "89", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc1Keyfollow", + "parameterAttachment" : { + "parameter" : "Osc1 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "629", + "y" : "89", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2Shape", + "parameterAttachment" : { + "parameter" : "Osc2 Shape" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "245", + "y" : "328", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2PW", + "parameterAttachment" : { + "parameter" : "Osc2 Pulsewidth" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "328", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2Semi", + "parameterAttachment" : { + "parameter" : "Osc2 Semitone" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "496.2", + "y" : "327", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2Keyfollow", + "parameterAttachment" : { + "parameter" : "Osc2 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "628", + "y" : "327", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2FM", + "parameterAttachment" : { + "parameter" : "Osc2 FM Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "245", + "y" : "518", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2Detune", + "parameterAttachment" : { + "parameter" : "Osc2 Detune" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "518", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2EnvFM", + "parameterAttachment" : { + "parameter" : "FM Filt Env Amt" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "496.2", + "y" : "517", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc2Env", + "parameterAttachment" : { + "parameter" : "Osc2 Filt Env Amt" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "628", + "y" : "517", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc3Semitone", + "parameterAttachment" : { + "parameter" : "Osc3 Semitone" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "247", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc3Detune", + "parameterAttachment" : { + "parameter" : "Osc3 Detune" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc3Level", + "parameterAttachment" : { + "parameter" : "Osc3 Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "496", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "UnisonDetune", + "parameterAttachment" : { + "parameter" : "Unison Detune" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "245", + "y" : "998.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "UnisonPanSpread", + "parameterAttachment" : { + "parameter" : "Unison Pan Spread" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "998.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "UnisonLfoPhase", + "parameterAttachment" : { + "parameter" : "Unison Lfo Phase" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "496.2", + "y" : "997.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "UnisonPhaseInit", + "parameterAttachment" : { + "parameter" : "Osc Init Phase" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "628", + "y" : "997.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Osc1WaveSelect", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "138", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc1 Wave Select" + } + }, + { + "name" : "Osc2WaveSelect", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "376", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc2 Wave Select" + } + }, + { + "name" : "Osc2FMMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "572", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc FM Mode" + } + }, + { + "name" : "Osc3Mode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "810", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc3 Mode" + } + }, + { + "name" : "UnisonVoices", + "combobox" : { + "text" : "8", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "1043", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Unison Mode" + } + }, + { + "name" : "SyncSwitch", + "parameterAttachment" : { + "parameter" : "Osc2 Sync" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "636", + "y" : "270", + "width" : "108", + "height" : "50", + "texture" : "sync2_108x100_x2", + "tileSizeX" : "108", + "tileSizeY" : "50" + } + }, + { + "name" : "OscBalance", + "parameterAttachment" : { + "parameter" : "Osc Balance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "836", + "y" : "90.5", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "OscLevel", + "parameterAttachment" : { + "parameter" : "Osc Mainvolume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "975", + "y" : "90.5", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "NoiseLevel", + "parameterAttachment" : { + "parameter" : "Noise Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "835", + "y" : "329.5", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "RingModLevel", + "parameterAttachment" : { + "parameter" : "Ringmodulator Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "975", + "y" : "329.5", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "NoiseColor", + "parameterAttachment" : { + "parameter" : "Noise Color" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "835", + "y" : "519", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SubLevel", + "parameterAttachment" : { + "parameter" : "Suboscillator Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "976", + "y" : "764", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Portamento", + "parameterAttachment" : { + "parameter" : "Portamento Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "828", + "y" : "1000", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SubOscTypeSwitch", + "parameterAttachment" : { + "parameter" : "Suboscillator Shape" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "865", + "y" : "796", + "width" : "36", + "height" : "94", + "texture" : "handle_72x94_x2", + "tileSizeX" : "36", + "tileSizeY" : "94" + } + }, + { + "name" : "Cutoff", + "parameterAttachment" : { + "parameter" : "Cutoff" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1197", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Reso", + "parameterAttachment" : { + "parameter" : "Filter1 Resonance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1318", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "EnvAmt", + "parameterAttachment" : { + "parameter" : "Filter1 Env Amt" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1448", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Keytrack", + "parameterAttachment" : { + "parameter" : "Filter1 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1577", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ResVel", + "parameterAttachment" : { + "parameter" : "Resonance1 Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1707", + "y" : "89", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "EnvVel", + "parameterAttachment" : { + "parameter" : "Flt1 EnvAmt Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1837", + "y" : "89", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Mode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1210", + "y" : "310", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Filter1 Mode" + } + }, + { + "name" : "EnvPolarity", + "parameterAttachment" : { + "parameter" : "Filter1 Env Polarity" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "1776", + "y" : "415", + "width" : "50", + "height" : "68", + "texture" : "env_pol_100x68_x2", + "tileSizeX" : "50", + "tileSizeY" : "68" + } + }, + { + "name" : "Cutoff", + "parameterAttachment" : { + "parameter" : "Cutoff2" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1197", + "y" : "519.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Reso", + "parameterAttachment" : { + "parameter" : "Filter2 Resonance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1318", + "y" : "519.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "EnvAmt", + "parameterAttachment" : { + "parameter" : "Filter2 Env Amt" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1448", + "y" : "519.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Keytrack", + "parameterAttachment" : { + "parameter" : "Filter2 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1577", + "y" : "519.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ResVel", + "parameterAttachment" : { + "parameter" : "Resonance2 Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1707", + "y" : "518.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "EnvVel", + "parameterAttachment" : { + "parameter" : "Flt2 EnvAmt Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1837", + "y" : "518.7", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Mode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1210", + "y" : "409.8", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Filter2 Mode" + } + }, + { + "name" : "EnvPolarity", + "parameterAttachment" : { + "parameter" : "Filter2 Env Polarity" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "1872", + "y" : "414.7", + "width" : "50", + "height" : "68", + "texture" : "env_pol_100x68_x2", + "tileSizeX" : "50", + "tileSizeY" : "68" + } + }, + { + "name" : "FilterBalance", + "parameterAttachment" : { + "parameter" : "Filter Balance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1405", + "y" : "327", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "FilterRouting", + "combobox" : { + "text" : "Parallel 4", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1578", + "y" : "309", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Filter Routing" + } + }, + { + "name" : "FilterSaturationCurve", + "combobox" : { + "text" : "Parallel 4", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1578", + "y" : "407", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Saturation Curve" + } + }, + { + "name" : "FilterKeyfollowBase", + "combobox" : { + "text" : "Parallel 4", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1782.4", + "y" : "309", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Filter Keytrack Base" + } + }, + { + "name" : "LinkCutoff", + "parameterAttachment" : { + "parameter" : "Filter2 Cutoff Link" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "1154", + "y" : "340", + "width" : "24", + "height" : "72", + "texture" : "link_horizon_48x72_x2", + "tileSizeX" : "24", + "tileSizeY" : "72" + } + }, + { + "name" : "LinkEnv", + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "1992", + "y" : "339", + "width" : "24", + "height" : "72", + "texture" : "link_horizon_48x72_x2", + "tileSizeX" : "24", + "tileSizeY" : "72" + } + }, + { + "name" : "Attack", + "parameterAttachment" : { + "parameter" : "Filter Env Attack" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1197", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Decay", + "parameterAttachment" : { + "parameter" : "Filter Env Decay" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1357", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SustainLevel", + "parameterAttachment" : { + "parameter" : "Filter Env Sustain" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1515", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SustainTime", + "parameterAttachment" : { + "parameter" : "Filter Env Sustain Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1672", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Release", + "parameterAttachment" : { + "parameter" : "Filter Env Release" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1836", + "y" : "761", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Attack", + "parameterAttachment" : { + "parameter" : "Amp Env Attack" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1197", + "y" : "998", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Decay", + "parameterAttachment" : { + "parameter" : "Amp Env Decay" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1357", + "y" : "998", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SustainLevel", + "parameterAttachment" : { + "parameter" : "Amp Env Sustain" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1515", + "y" : "998", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SustainTime", + "parameterAttachment" : { + "parameter" : "Amp Env Sustain Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1672", + "y" : "998", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Release", + "parameterAttachment" : { + "parameter" : "Amp Env Release" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1836", + "y" : "998", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + } + ] + }, + { + "name" : "page_lfo", + "image" : { + "x" : "676", + "y" : "268", + "width" : "2034", + "height" : "1238", + "texture" : "LFO_2034x1238_x2" + }, + "children" : [ + { + "name" : "LfoShape", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "71", + "y" : "128", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo1 Shape" + } + }, + { + "name" : "LfoClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "71", + "y" : "213", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo1 Clock" + } + }, + { + "name" : "LfoMode", + "parameterAttachment" : { + "parameter" : "Lfo1 Mode" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "60", + "y" : "298", + "width" : "36", + "height" : "94", + "texture" : "handle_72x94_x2", + "tileSizeX" : "36", + "tileSizeY" : "94" + } + }, + { + "name" : "LfoEnvMode", + "parameterAttachment" : { + "parameter" : "Lfo1 Env Mode" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "178", + "y" : "299.4", + "width" : "46", + "height" : "38", + "texture" : "lfo_btn_46x76_x2", + "tileSizeX" : "46", + "tileSizeY" : "38" + } + }, + { + "name" : "LfoRate", + "parameterAttachment" : { + "parameter" : "Lfo1 Rate" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "257", + "y" : "84", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoKeytrack", + "parameterAttachment" : { + "parameter" : "Lfo1 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "386", + "y" : "84", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoContour", + "parameterAttachment" : { + "parameter" : "Lfo1 Symmetry" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "258", + "y" : "250", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoPhase", + "parameterAttachment" : { + "parameter" : "Lfo1 Keytrigger" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "386", + "y" : "251", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoOsc1Pitch", + "parameterAttachment" : { + "parameter" : "Osc1 Lfo1 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "535", + "y" : "84", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoOsc2Pitch", + "parameterAttachment" : { + "parameter" : "Osc2 Lfo1 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "663", + "y" : "84", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoFilterGain", + "parameterAttachment" : { + "parameter" : "FiltGain Lfo1 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "534", + "y" : "251", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoAmount", + "parameterAttachment" : { + "parameter" : "LFO1 Assign Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "659", + "y" : "250", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoPW12", + "parameterAttachment" : { + "parameter" : "PW Lfo1 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "793", + "y" : "84", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoReso12", + "parameterAttachment" : { + "parameter" : "Reso Lfo1 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "925", + "y" : "84", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoAssignDestination", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "835", + "y" : "298", + "width" : "193", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "LFO1 Assign Dest" + } + }, + { + "name" : "Lfo1Link", + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "630", + "y" : "70", + "width" : "72", + "height" : "24", + "texture" : "link_vert_72x48_x2", + "tileSizeX" : "72", + "tileSizeY" : "24" + } + }, + { + "name" : "LfoShape", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "71", + "y" : "508", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo2 Shape" + } + }, + { + "name" : "LfoClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "71", + "y" : "593", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo2 Clock" + } + }, + { + "name" : "LfoMode", + "parameterAttachment" : { + "parameter" : "Lfo2 Mode" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "60", + "y" : "678", + "width" : "36", + "height" : "94", + "texture" : "handle_72x94_x2", + "tileSizeX" : "36", + "tileSizeY" : "94" + } + }, + { + "name" : "LfoEnvMode", + "parameterAttachment" : { + "parameter" : "Lfo2 Env Mode" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "178", + "y" : "679.4", + "width" : "46", + "height" : "38", + "texture" : "lfo_btn_46x76_x2", + "tileSizeX" : "46", + "tileSizeY" : "38" + } + }, + { + "name" : "LfoRate", + "parameterAttachment" : { + "parameter" : "Lfo2 Rate" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "257", + "y" : "464", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoKeytrack", + "parameterAttachment" : { + "parameter" : "Lfo2 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "386", + "y" : "464", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoContour", + "parameterAttachment" : { + "parameter" : "Lfo2 Symmetry" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "258", + "y" : "630", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoPhase", + "parameterAttachment" : { + "parameter" : "Lfo2 Keytrigger" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "386", + "y" : "631", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoOsc1Pitch", + "parameterAttachment" : { + "parameter" : "Cutoff1 Lfo2 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "535", + "y" : "464", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoOsc2Pitch", + "parameterAttachment" : { + "parameter" : "Cutoff2 Lfo2 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "663", + "y" : "464", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoFilterGain", + "parameterAttachment" : { + "parameter" : "Pan Lfo2 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "534", + "y" : "631", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoAmount", + "parameterAttachment" : { + "parameter" : "LFO2 Assign Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "659", + "y" : "630", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoPW12", + "parameterAttachment" : { + "parameter" : "Shape Lfo2 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "793", + "y" : "464", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoReso12", + "parameterAttachment" : { + "parameter" : "FM Lfo2 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "925", + "y" : "464", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "LfoAssignDestination", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "835", + "y" : "678", + "width" : "193", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "LFO2 Assign Dest" + } + }, + { + "name" : "Lfo1Link", + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "630", + "y" : "450", + "width" : "72", + "height" : "24", + "texture" : "link_vert_72x48_x2", + "tileSizeX" : "72", + "tileSizeY" : "24" + } + }, + { + "name" : "LfoShape", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "71", + "y" : "887", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo3 Shape" + } + }, + { + "name" : "LfoClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "71", + "y" : "972", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo3 Clock" + } + }, + { + "name" : "LfoMode", + "parameterAttachment" : { + "parameter" : "Lfo3 Mode" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "0", + "downImage" : "1", + "normalImageOn" : "1", + "downImageOn" : "0", + "x" : "62", + "y" : "1061", + "width" : "36", + "height" : "94", + "texture" : "handle_72x94_x2", + "tileSizeX" : "36", + "tileSizeY" : "94" + } + }, + { + "name" : "LfoRate", + "parameterAttachment" : { + "parameter" : "Lfo3 Rate" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "257", + "y" : "857", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Lfo3FadeIn", + "parameterAttachment" : { + "parameter" : "Lfo3 Fade-In Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "386", + "y" : "857", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Lfo3Keytrack", + "parameterAttachment" : { + "parameter" : "Lfo3 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "258", + "y" : "1011", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Lfo3Amount", + "parameterAttachment" : { + "parameter" : "Osc Lfo3 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "659", + "y" : "857", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Lfo3AssignDestination", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "835", + "y" : "905", + "width" : "193", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "LFO2 Assign Dest" + } + }, + { + "name" : "ModAmount", + "parameterAttachment" : { + "parameter" : "Assign1 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1608", + "y" : "226", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModSource", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "184", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign1 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "300", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign1 Destination" + } + }, + { + "name" : "ModAmount", + "parameterAttachment" : { + "parameter" : "Assign2 Amount1" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1135", + "y" : "819", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModSource", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1289", + "y" : "779", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign2 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1289", + "y" : "895", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign2 Destination1" + } + }, + { + "name" : "ModAmount2", + "parameterAttachment" : { + "parameter" : "Assign2 Amount2" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1135", + "y" : "971.8", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModDest2", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1289", + "y" : "1047.8", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign2 Destination2" + } + }, + { + "name" : "ModAmount", + "parameterAttachment" : { + "parameter" : "Assign3 Amount1" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1137", + "y" : "225", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModSource", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1291", + "y" : "185", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign3 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1291", + "y" : "301", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign3 Destination1" + } + }, + { + "name" : "ModAmount2", + "parameterAttachment" : { + "parameter" : "Assign3 Amount2" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1137", + "y" : "377.8", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModDest2", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1291", + "y" : "453.8", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign3 Destination2" + } + }, + { + "name" : "ModAmount3", + "parameterAttachment" : { + "parameter" : "Assign3 Amount3" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1137", + "y" : "528", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModDest3", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1291", + "y" : "605", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign3 Destination3" + } + }, + { + "name" : "ModAmount", + "parameterAttachment" : { + "parameter" : "Assign 4 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1608", + "y" : "475", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModSource", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "433", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 4 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "549", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 4 Destination" + } + }, + { + "name" : "ModAmount", + "parameterAttachment" : { + "parameter" : "Assign 5 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1608", + "y" : "721.7", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModSource", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "681.7", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 5 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "797.7", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 5 Destination" + } + }, + { + "name" : "ModAmount", + "parameterAttachment" : { + "parameter" : "Assign 6 Amount" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1608", + "y" : "970", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ModSource", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "930", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 6 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1758", + "y" : "1046", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 6 Destination" + } + } + ] + }, + { + "name" : "page_fx", + "image" : { + "x" : "676", + "y" : "268", + "width" : "2034", + "height" : "1238", + "texture" : "FX_2034x1238_x2_D" + }, + "children" : [ + { + "name" : "DistortionType", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "138", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Distortion Curve" + } + }, + { + "name" : "DistortionAmount", + "parameterAttachment" : { + "parameter" : "Distortion Intensity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "246", + "y" : "91", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "BassIntensity", + "parameterAttachment" : { + "parameter" : "Bass Intensity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "625", + "y" : "91", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "BassTune", + "parameterAttachment" : { + "parameter" : "Bass Tune" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "758", + "y" : "91", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PhaserStages", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "372", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Phaser Mode" + } + }, + { + "name" : "PhaserRate", + "parameterAttachment" : { + "parameter" : "Phaser Rate" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "246", + "y" : "324", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PhaserFreq", + "parameterAttachment" : { + "parameter" : "Phaser Frequency" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "324", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PhaserDepth", + "parameterAttachment" : { + "parameter" : "Phaser Depth" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "495", + "y" : "324", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PhaserFeedback", + "parameterAttachment" : { + "parameter" : "Phaser Feedback" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "625", + "y" : "324", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PhaserSpread", + "parameterAttachment" : { + "parameter" : "Phaser Spread" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "753", + "y" : "324", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PhaserMix", + "parameterAttachment" : { + "parameter" : "Phaser Mix" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "881", + "y" : "325", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ChorusLfoShape", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "610", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Chorus Lfo Shape" + } + }, + { + "name" : "ChorusRate", + "parameterAttachment" : { + "parameter" : "Chorus Rate" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "246", + "y" : "562", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ChorusDepth", + "parameterAttachment" : { + "parameter" : "Chorus Depth" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "562", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ChorusFeedback", + "parameterAttachment" : { + "parameter" : "Chorus Feedback" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "497", + "y" : "562", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ChorusDelay", + "parameterAttachment" : { + "parameter" : "Chorus Delay" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "623", + "y" : "562", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ChorusMix", + "parameterAttachment" : { + "parameter" : "Chorus Mix" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "755", + "y" : "563", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Gain", + "parameterAttachment" : { + "parameter" : "LowEQ Gain" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "119", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Freq", + "parameterAttachment" : { + "parameter" : "LowEQ Frequency" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "246", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Gain", + "parameterAttachment" : { + "parameter" : "LowEQ Gain" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Freq", + "parameterAttachment" : { + "parameter" : "LowEQ Frequency" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "495", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Q", + "parameterAttachment" : { + "parameter" : "MidEQ Q-Factor" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "625", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Gain", + "parameterAttachment" : { + "parameter" : "HighEQ Gain" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "753", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Freq", + "parameterAttachment" : { + "parameter" : "HighEQ Frequency" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "880", + "y" : "800", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "InputFollowerMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "86", + "y" : "1058", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Input Follower Mode" + } + }, + { + "name" : "InputFollowerGain", + "parameterAttachment" : { + "parameter" : "Filter Env Sustain" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "246", + "y" : "1010", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "InputFollowerAttack", + "parameterAttachment" : { + "parameter" : "Filter Env Attack" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "369", + "y" : "1010", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "InputFollowerRelease", + "parameterAttachment" : { + "parameter" : "Filter Env Release" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "495", + "y" : "1010", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "PunchIntensity", + "parameterAttachment" : { + "parameter" : "Punch Intensity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "753", + "y" : "1011", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ContainerReverb", + "image" : { + "x" : "1079", + "y" : "54", + "width" : "920", + "height" : "406", + "texture" : "FX_reverbOverlay" + }, + "children" : [ + { + "name" : "ReverbDecay", + "parameterAttachment" : { + "parameter" : "Dly Rate / Rev Decay" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "225", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ReverbDamping", + "parameterAttachment" : { + "parameter" : "Reverb Damping" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "348", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ReverbColor", + "parameterAttachment" : { + "parameter" : "Delay Color" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "473", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ReverbPreDelay", + "parameterAttachment" : { + "parameter" : "Delay Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "607", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ReverbFeedback", + "parameterAttachment" : { + "parameter" : "Delay Feedback" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "741.7", + "y" : "35", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + } + ] + }, + { + "name" : "ContainerDelay", + "component" : { + "x" : "1079", + "y" : "54", + "width" : "920", + "height" : "406" + }, + "children" : [ + { + "name" : "DelayTime", + "parameterAttachment" : { + "parameter" : "Delay Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "225", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "DelayFeedback", + "parameterAttachment" : { + "parameter" : "Delay Feedback" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "348", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "DelayColor", + "parameterAttachment" : { + "parameter" : "Delay Color" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "473", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "DelayRate", + "parameterAttachment" : { + "parameter" : "Dly Rate / Rev Decay" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "607", + "y" : "36", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "DelayDepth", + "parameterAttachment" : { + "parameter" : "Dly Depth " + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "741.7", + "y" : "35", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "DelayReverbLfoShape", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "254", + "y" : "280", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Delay Lfo Shape" + } + } + ] + }, + { + "name" : "DelayReverbMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1109", + "y" : "137", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Delay/Reverb Mode" + } + }, + { + "name" : "DelayReverbClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1109", + "y" : "334", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Delay Clock" + } + }, + { + "name" : "DelayReverbMix", + "parameterAttachment" : { + "parameter" : "Effect Send" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1821", + "y" : "288", + "width" : "140", + "height" : "140", + "texture" : "GenRed_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocoderMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1109", + "y" : "608", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Vocoder Mode" + } + }, + { + "name" : "VocSourceBalance", + "parameterAttachment" : { + "parameter" : "Filter Balance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1302", + "y" : "561", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocSpectralBalance", + "parameterAttachment" : { + "parameter" : "Filter Env Sustain Time" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1425", + "y" : "561", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocBands", + "parameterAttachment" : { + "parameter" : "Filter Env Release" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1552", + "y" : "561", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocAttack", + "parameterAttachment" : { + "parameter" : "Filter Env Attack" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1687", + "y" : "561", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocRelease", + "parameterAttachment" : { + "parameter" : "Filter Env Decay" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1822", + "y" : "561", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocCarrierCenterFreq", + "parameterAttachment" : { + "parameter" : "Cutoff" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1303", + "y" : "769", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocCarrierQFactor", + "parameterAttachment" : { + "parameter" : "Filter1 Resonance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1425", + "y" : "770", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocCarrierSpread", + "parameterAttachment" : { + "parameter" : "Filter1 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1553", + "y" : "770", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocModulatorFreqOffset", + "parameterAttachment" : { + "parameter" : "Cutoff2" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1303", + "y" : "953", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocModulatorQFactor", + "parameterAttachment" : { + "parameter" : "Filter2 Resonance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1425", + "y" : "954", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocModulatorSpread", + "parameterAttachment" : { + "parameter" : "Filter2 Keyfollow" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1553", + "y" : "952", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VocModulatorInput", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1109", + "y" : "1004", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Input Select" + } + } + ] + }, + { + "name" : "page_arp", + "image" : { + "x" : "676", + "y" : "268", + "width" : "2034", + "height" : "1238", + "texture" : "ARP_2034x1238_x2" + }, + "children" : [ + { + "name" : "VelOsc1Shape", + "parameterAttachment" : { + "parameter" : "Osc1 Shape Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "107", + "y" : "93", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelFlt1Freq", + "parameterAttachment" : { + "parameter" : "Flt1 EnvAmt Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "233", + "y" : "93", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelFlt1Res", + "parameterAttachment" : { + "parameter" : "Resonance1 Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "356", + "y" : "93", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelPW", + "parameterAttachment" : { + "parameter" : "PulseWidth Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "483", + "y" : "93", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelVol", + "parameterAttachment" : { + "parameter" : "Amp Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "616", + "y" : "93", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelPan", + "parameterAttachment" : { + "parameter" : "Panorama Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "739", + "y" : "93", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelOsc2Shape", + "parameterAttachment" : { + "parameter" : "Osc2 Shape Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "107", + "y" : "271", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelFlt2Freq", + "parameterAttachment" : { + "parameter" : "Flt2 EnvAmt Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "233", + "y" : "271", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelFlt2Res", + "parameterAttachment" : { + "parameter" : "Resonance2 Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "356", + "y" : "271", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "VelFM", + "parameterAttachment" : { + "parameter" : "Fm Amount Velocity" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "483", + "y" : "271", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "InputMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "137", + "y" : "609", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Input Mode" + } + }, + { + "name" : "InputSelect", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "340", + "y" : "609", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Input Select" + } + }, + { + "name" : "ArpModeButton", + "parameterAttachment" : { + "parameter" : "Arp Mode" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1002.9", + "y" : "136.7", + "width" : "104", + "height" : "72", + "texture" : "arpall_104x432_X2", + "tileSizeX" : "104", + "tileSizeY" : "72" + }, + "children" : [ + { + "name" : "ArpModeComboBox", + "combobox" : { + "text" : "Hold", + "textHeight" : "30", + "color" : "FFFFFF00", + "alignH" : "L", + "alignV" : "C", + "x" : "0", + "y" : "0", + "width" : "104", + "height" : "72" + }, + "parameterAttachment" : { + "parameter" : "Arp Mode" + } + } + ] + }, + { + "name" : "ArpPattern", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "color" : "FD9595FF", + "alignH" : "L", + "alignV" : "C", + "x" : "1164", + "y" : "121", + "width" : "170", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Arp Pattern Selct" + } + }, + { + "name" : "ArpOctaveRange", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "color" : "FD9595FF", + "alignH" : "L", + "alignV" : "C", + "x" : "1164", + "y" : "187", + "width" : "170", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Arp Octave Range" + } + }, + { + "name" : "ArpResolution", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "color" : "FD9595FF", + "alignH" : "L", + "alignV" : "C", + "x" : "1377", + "y" : "121", + "width" : "170", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Arp Clock" + } + }, + { + "name" : "ArpHold", + "parameterAttachment" : { + "parameter" : "Arp Hold Enable" + }, + "button" : { + "isToggle" : "1", + "normalImage" : "1", + "downImage" : "0", + "normalImageOn" : "0", + "downImageOn" : "1", + "x" : "1362", + "y" : "187", + "width" : "72", + "height" : "37", + "texture" : "arp_72x37_X2", + "tileSizeX" : "72", + "tileSizeY" : "37" + } + }, + { + "name" : "ArpGlobalTempo", + "parameterAttachment" : { + "parameter" : "Clock Tempo" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1609", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ArpNoteLength", + "parameterAttachment" : { + "parameter" : "Arp Note Length" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1732", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "ArpNoteSwing", + "parameterAttachment" : { + "parameter" : "Arp Swing" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1857.5", + "y" : "90", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SoftKnobMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "969", + "y" : "381", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Soft Knob-1 Mode" + } + }, + { + "name" : "SoftKnobName", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1180.55", + "y" : "381", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Soft Knob1 ShortName" + } + }, + { + "name" : "SoftKnobMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1609", + "y" : "381", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Soft Knob-2 Mode" + } + }, + { + "name" : "SoftKnobName", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1820.55", + "y" : "381", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Soft Knob2 ShortName" + } + }, + { + "name" : "KeyMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "969", + "y" : "617.4", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Key Mode" + } + }, + { + "name" : "PatchVolume", + "parameterAttachment" : { + "parameter" : "Patch Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1128", + "y" : "569.4", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Panning", + "parameterAttachment" : { + "parameter" : "Panorama" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1252", + "y" : "569.4", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "SecondaryOutput", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "969", + "y" : "776.5", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Part Output Select" + } + }, + { + "name" : "OutputBalance", + "parameterAttachment" : { + "parameter" : "Second Output Balance" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1129", + "y" : "728.5", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "Transpose", + "parameterAttachment" : { + "parameter" : "Transpose" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "1252", + "y" : "728.5", + "width" : "140", + "height" : "140", + "texture" : "GenPol_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "BendUp", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1608", + "y" : "617.4", + "width" : "160", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Bender Range Up" + } + }, + { + "name" : "BendDown", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1822", + "y" : "617.4", + "width" : "160", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Bender Range Down" + } + }, + { + "name" : "BendScale", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1608", + "y" : "716.4", + "width" : "160", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Bender Scale" + } + }, + { + "name" : "SmoothMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1822", + "y" : "716.4", + "width" : "160", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Control Smooth Mode" + } + }, + { + "name" : "Category1", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1608", + "y" : "815.4", + "width" : "160", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Category1" + } + }, + { + "name" : "Category2", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "1822", + "y" : "815.4", + "width" : "160", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Category2" + } + }, + { + "name" : "MidiIn", + "combobox" : { + "text" : "In Device X", + "textHeight" : "20", + "alignH" : "L", + "alignV" : "C", + "x" : "992", + "y" : "1116", + "width" : "124.2466", + "height" : "36" + } + }, + { + "name" : "MidiOut", + "combobox" : { + "text" : "Out Device X", + "textHeight" : "20", + "alignH" : "L", + "alignV" : "C", + "x" : "1116", + "y" : "1116", + "width" : "124.2466", + "height" : "36" + } + } + ] + }, + { + "name" : "page_presets", + "image" : { + "x" : "676", + "y" : "268", + "width" : "2034", + "height" : "1238", + "texture" : "Pres_2034x1238_x2" + }, + "children" : [ + { + "name" : "ContainerPresetBrowser", + "component" : { + "x" : "88", + "y" : "96", + "width" : "1857", + "height" : "1055" + } + } + ] + }, + { + "name" : "DonateInfo", + "hyperlinkbutton" : { + "url" : "https://paypal.me/dsp56300", + "text" : "To donate: https://paypal.me/dsp56300", + "textHeight" : "28", + "color" : "FF7180FF", + "x" : "74", + "y" : "1543", + "width" : "604.98", + "height" : "45" + } + }, + { + "name" : "VersionInfo", + "label" : { + "text" : "DSP56300 Emulator Version 0.8.15 - March 12 2042 12:34:56", + "textHeight" : "28", + "color" : "FF7180FF", + "alignH" : "R", + "alignV" : "C", + "x" : "1416", + "y" : "1543", + "width" : "1280", + "height" : "45" + } + } + ] +} +\ No newline at end of file diff --git a/source/jucePlugin/genericUI/assets/arp_72x37_X2.png b/source/jucePlugin/skins/Hoverland/arp_72x37_X2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/arpall_104x432_X2.png b/source/jucePlugin/skins/Hoverland/arpall_104x432_X2.png Binary files differ. diff --git a/source/jucePlugin/skins/Hoverland/assets.cmake b/source/jucePlugin/skins/Hoverland/assets.cmake @@ -0,0 +1,29 @@ +set(ASSETS_VirusC_Hoverland + ${CMAKE_CURRENT_LIST_DIR}/ARP_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/ARP_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/arp_72x37_X2.png + ${CMAKE_CURRENT_LIST_DIR}/arpall_104x432_X2.png + ${CMAKE_CURRENT_LIST_DIR}/env_pol_100x68_x2.png + ${CMAKE_CURRENT_LIST_DIR}/FX_2034x1238_x2_D.png + ${CMAKE_CURRENT_LIST_DIR}/FX_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/FX_reverbOverlay.png + ${CMAKE_CURRENT_LIST_DIR}/Gen_140x140_x2.png + ${CMAKE_CURRENT_LIST_DIR}/GenPol_140x140_x2.png + ${CMAKE_CURRENT_LIST_DIR}/GenRed_140x140_x2.png + ${CMAKE_CURRENT_LIST_DIR}/handle_72x94_x2.png + ${CMAKE_CURRENT_LIST_DIR}/LFO_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/LFO_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/lfo_btn_46x76_x2.png + ${CMAKE_CURRENT_LIST_DIR}/link_horizon_48x72_x2.png + ${CMAKE_CURRENT_LIST_DIR}/link_vert_72x48_x2.png + ${CMAKE_CURRENT_LIST_DIR}/Mult_36x36_x2i.png + ${CMAKE_CURRENT_LIST_DIR}/multi_btn_select_72x72_x2.png + ${CMAKE_CURRENT_LIST_DIR}/OSC_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/OSC_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/Pres_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/presest_btn_select_86x60_x2.png + ${CMAKE_CURRENT_LIST_DIR}/sync2_108x100_x2.png + ${CMAKE_CURRENT_LIST_DIR}/VC_x2_N.png + + ${CMAKE_CURRENT_LIST_DIR}/VirusC_Hoverland.json +) diff --git a/source/jucePlugin/genericUI/assets/env_pol_100x68_x2.png b/source/jucePlugin/skins/Hoverland/env_pol_100x68_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/handle_72x94_x2.png b/source/jucePlugin/skins/Hoverland/handle_72x94_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/lfo_btn_46x76_x2.png b/source/jucePlugin/skins/Hoverland/lfo_btn_46x76_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/link_horizon_48x72_x2.png b/source/jucePlugin/skins/Hoverland/link_horizon_48x72_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/link_vert_72x48_x2.png b/source/jucePlugin/skins/Hoverland/link_vert_72x48_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/multi_btn_select_72x72_x2.png b/source/jucePlugin/skins/Hoverland/multi_btn_select_72x72_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/presest_btn_select_86x60_x2.png b/source/jucePlugin/skins/Hoverland/presest_btn_select_86x60_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/sync2_108x100_x2.png b/source/jucePlugin/skins/Hoverland/sync2_108x100_x2.png Binary files differ.