commit b95752255b7a1da063655e82d19053e1f821bb2e parent 02628e10623400d11a5edf59d96a357a72967461 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:42:26 +0100 Hoverland skin based on json WIP Diffstat:
20 files changed, 5100 insertions(+), 291 deletions(-)
diff --git a/source/jucePlugin/CMakeLists.txt b/source/jucePlugin/CMakeLists.txt @@ -147,18 +147,8 @@ SET(ASSETS "parameterDescriptions_C.json" ) -set(ASSETS_GENERICUI - genericUI/assets/Gen_140x140_x2.png - genericUI/assets/OSC_2034x1238_x2.png - genericUI/assets/VC_x2_N.png - genericUI/assets/ARP_282x52_x2.png - genericUI/assets/FX_282x52_x2.png - genericUI/assets/LFO_282x52_x2.png - genericUI/assets/OSC_282x52_x2.png - genericUI/assets/sync2_108x100_x2.png - genericUI/assets/handle_72x94_x2.png - genericUI/assets/VirusC.json -) +include(genericUI/assets/assets.cmake) + macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProject componentName) juce_add_plugin(${targetName} # VERSION ... # Set this if the plugin version is different to the project version @@ -226,7 +216,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec endif() endmacro() -juce_add_binary_data(jucePlugin_BinaryData${postfix} SOURCES ${ASSETS} ${ASSETS_GENERICUI}) +juce_add_binary_data(jucePlugin_BinaryData${postfix} SOURCES ${ASSETS} ${ASSETS_VirusC}) createJucePlugin(jucePlugin "DSP56300Emu" TRUE "TusV" jucePlugin_BinaryData${postfix} "") diff --git a/source/jucePlugin/genericUI/assets/ARP_2034x1238_x2.png b/source/jucePlugin/genericUI/assets/ARP_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/FX_2034x1238_x2_D.png b/source/jucePlugin/genericUI/assets/FX_2034x1238_x2_D.png Binary files differ. 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/FX_reverbOverlay.png b/source/jucePlugin/genericUI/assets/FX_reverbOverlay.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/GenPol_140x140_x2.png b/source/jucePlugin/genericUI/assets/GenPol_140x140_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/GenRed_140x140_x2.png b/source/jucePlugin/genericUI/assets/GenRed_140x140_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/LFO_2034x1238_x2.png b/source/jucePlugin/genericUI/assets/LFO_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/Mult_36x36_x2i.png b/source/jucePlugin/genericUI/assets/Mult_36x36_x2i.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/Pres_2034x1238_x2.png b/source/jucePlugin/genericUI/assets/Pres_2034x1238_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/VirusC.json b/source/jucePlugin/genericUI/assets/VirusC.json @@ -18,76 +18,4666 @@ } }, { - "name" : "page_osc", - "image" : { - "x" : "676", - "y" : "268", - "width" : "2034", - "height" : "1238", - "texture" : "OSC_2034x1238_x2" + "name" : "PatchName", + "label" : { + "text" : "OvertureCK", + "textHeight" : "64", + "color" : "FF7180FF", + "alignH" : "L", + "alignV" : "C", + "x" : "828,6", + "y" : "80,9", + "width" : "470", + "height" : "100" + } + }, + { + "name" : "ControlLabel", + "label" : { + "text" : "Osc 1 Semitone -45", + "textHeight" : "32", + "color" : "FF7180FF", + "alignH" : "R", + "alignV" : "T", + "x" : "1243,326", + "y" : "92,9", + "width" : "312,3241", + "height" : "100" + } + }, + { + "name" : "PresetSave", + "button" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "1", + "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" : { + "isToggle" : "1", + "radioGroupId" : "42", + "normalImage" : "0", + "overImage" : "1", + "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" : "1", + "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", + "x" : "2024,012", + "y" : "119,4953", + "width" : "508,4647", + "height" : "37,0013" + } + }, + { + "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" : { }, - "children" : [ + "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" : "Gen_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", + "x" : "86", + "y" : "138", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc1 Wave Select" + } + }, + { + "name" : "Osc2WaveSelect", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "86", + "y" : "376", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc2 Wave Select" + } + }, + { + "name" : "Osc2FMMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "86", + "y" : "572", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc FM Mode" + } + }, + { + "name" : "Osc3Mode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "86", + "y" : "810", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Osc3 Mode" + } + }, + { + "name" : "UnisonVoices", + "combobox" : { + "text" : "8", + "textHeight" : "30", + "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" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "OscLevel", + "parameterAttachment" : { + "parameter" : "Osc Mainvolume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "975", + "y" : "90,5", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "NoiseLevel", + "parameterAttachment" : { + "parameter" : "Noise Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "835", + "y" : "329,5", + "width" : "140", + "height" : "140", + "texture" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "RingModLevel", + "parameterAttachment" : { + "parameter" : "Ringmodulator Volume" + }, + "rotary" : { + }, + "spritesheet" : { + "x" : "975", + "y" : "329,5", + "width" : "140", + "height" : "140", + "texture" : "Gen_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" : "Gen_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", + "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", + "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" : "Gen_140x140_x2", + "tileSizeX" : "140", + "tileSizeY" : "140" + } + }, + { + "name" : "FilterRouting", + "combobox" : { + "text" : "Parallel 4", + "textHeight" : "30", + "x" : "1578", + "y" : "309", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Filter Routing" + } + }, + { + "name" : "FilterSaturationCurve", + "combobox" : { + "text" : "Parallel 4", + "textHeight" : "30", + "x" : "1578", + "y" : "407", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Saturation Curve" + } + }, + { + "name" : "FilterKeyfollowBase", + "combobox" : { + "text" : "Parallel 4", + "textHeight" : "30", + "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", + "x" : "71", + "y" : "128", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo1 Shape" + } + }, + { + "name" : "LfoClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "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", + "x" : "71", + "y" : "508", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo2 Shape" + } + }, + { + "name" : "LfoClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "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", + "x" : "71", + "y" : "887", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Lfo3 Shape" + } + }, + { + "name" : "LfoClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "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", + "x" : "1758", + "y" : "184", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign1 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "x" : "1289", + "y" : "779", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign2 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "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", + "x" : "1291", + "y" : "185", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign3 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "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", + "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", + "x" : "1758", + "y" : "433", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 4 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "x" : "1758", + "y" : "681,7", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 5 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "x" : "1758", + "y" : "930", + "width" : "190", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Assign 6 Source" + } + }, + { + "name" : "ModDest", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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", + "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", + "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", + "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", + "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" : "DelayReverbMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1109", + "y" : "137", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Delay/Reverb Mode" + } + }, + { + "name" : "DelayReverbClock", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1109", + "y" : "334", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Delay Clock" + } + }, { - "name" : "Osc1Shape", + "name" : "DelayReverbLfoShape", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1333", + "y" : "334", + "width" : "162", + "height" : "36" + }, "parameterAttachment" : { - "parameter" : "Osc1 Shape" + "parameter" : "Delay Lfo Shape" + } + }, + { + "name" : "DelayReverbMix", + "parameterAttachment" : { + "parameter" : "Effect Send" }, "rotary" : { }, "spritesheet" : { - "x" : "246", - "y" : "90", + "x" : "1821", + "y" : "288", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenRed_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "Osc1PW", + "name" : "VocoderMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1109", + "y" : "608", + "width" : "162", + "height" : "36" + }, "parameterAttachment" : { - "parameter" : "Osc1 Pulsewidth" + "parameter" : "Vocoder Mode" + } + }, + { + "name" : "VocSourceBalance", + "parameterAttachment" : { + "parameter" : "Filter Balance" }, "rotary" : { }, "spritesheet" : { - "x" : "370", - "y" : "90", + "x" : "1302", + "y" : "561", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "Osc1Semi", + "name" : "VocSpectralBalance", "parameterAttachment" : { - "parameter" : "Osc1 Semitone" + "parameter" : "Filter Env Sustain Time" }, "rotary" : { }, "spritesheet" : { - "x" : "497,2", - "y" : "89", + "x" : "1425", + "y" : "561", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "Osc1Keyfollow", + "name" : "VocBands", "parameterAttachment" : { - "parameter" : "Osc1 Keyfollow" + "parameter" : "Filter Env Release" }, "rotary" : { }, "spritesheet" : { - "x" : "629", - "y" : "89", + "x" : "1552", + "y" : "561", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -96,15 +4686,15 @@ } }, { - "name" : "Osc2Shape", + "name" : "VocAttack", "parameterAttachment" : { - "parameter" : "Osc2 Shape" + "parameter" : "Filter Env Attack" }, "rotary" : { }, "spritesheet" : { - "x" : "245", - "y" : "328", + "x" : "1687", + "y" : "561", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -113,15 +4703,15 @@ } }, { - "name" : "Osc2PW", + "name" : "VocRelease", "parameterAttachment" : { - "parameter" : "Osc2 Pulsewidth" + "parameter" : "Filter Env Decay" }, "rotary" : { }, "spritesheet" : { - "x" : "369", - "y" : "328", + "x" : "1822", + "y" : "561", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -130,15 +4720,15 @@ } }, { - "name" : "Osc2Semi", + "name" : "VocCarrierCenterFreq", "parameterAttachment" : { - "parameter" : "Osc2 Semitone" + "parameter" : "Cutoff" }, "rotary" : { }, "spritesheet" : { - "x" : "496,2", - "y" : "327", + "x" : "1303", + "y" : "769", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -147,15 +4737,15 @@ } }, { - "name" : "Osc2Keyfollow", + "name" : "VocCarrierQFactor", "parameterAttachment" : { - "parameter" : "Osc2 Keyfollow" + "parameter" : "Filter1 Resonance" }, "rotary" : { }, "spritesheet" : { - "x" : "628", - "y" : "327", + "x" : "1425", + "y" : "770", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -164,15 +4754,15 @@ } }, { - "name" : "Osc2FM", + "name" : "VocCarrierSpread", "parameterAttachment" : { - "parameter" : "Osc2 FM Amount" + "parameter" : "Filter1 Keyfollow" }, "rotary" : { }, "spritesheet" : { - "x" : "245", - "y" : "518", + "x" : "1553", + "y" : "770", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -181,15 +4771,15 @@ } }, { - "name" : "Osc2Detune", + "name" : "VocModulatorFreqOffset", "parameterAttachment" : { - "parameter" : "Osc2 Detune" + "parameter" : "Cutoff2" }, "rotary" : { }, "spritesheet" : { - "x" : "369", - "y" : "518", + "x" : "1303", + "y" : "953", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -198,15 +4788,15 @@ } }, { - "name" : "Osc2EnvFM", + "name" : "VocModulatorQFactor", "parameterAttachment" : { - "parameter" : "FM Filt Env Amt" + "parameter" : "Filter2 Resonance" }, "rotary" : { }, "spritesheet" : { - "x" : "496,2", - "y" : "517", + "x" : "1425", + "y" : "954", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -215,15 +4805,15 @@ } }, { - "name" : "Osc2Env", + "name" : "VocModulatorSpread", "parameterAttachment" : { - "parameter" : "Osc2 Filt Env Amt" + "parameter" : "Filter2 Keyfollow" }, "rotary" : { }, "spritesheet" : { - "x" : "628", - "y" : "517", + "x" : "1553", + "y" : "952", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -232,83 +4822,318 @@ } }, { - "name" : "Osc3Semitone", + "name" : "VocModulatorInput", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1109", + "y" : "1004", + "width" : "162", + "height" : "36" + }, "parameterAttachment" : { - "parameter" : "Osc3 Semitone" + "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" : "247", - "y" : "761", + "x" : "107", + "y" : "93", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "Osc3Detune", + "name" : "VelFlt1Freq", "parameterAttachment" : { - "parameter" : "Osc3 Detune" + "parameter" : "Flt1 EnvAmt Velocity" }, "rotary" : { }, "spritesheet" : { - "x" : "369", - "y" : "761", + "x" : "233", + "y" : "93", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "Osc3Level", + "name" : "VelFlt1Res", "parameterAttachment" : { - "parameter" : "Osc3 Volume" + "parameter" : "Resonance1 Velocity" }, "rotary" : { }, "spritesheet" : { - "x" : "496", - "y" : "761", + "x" : "356", + "y" : "93", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "UnisonDetune", + "name" : "VelPW", "parameterAttachment" : { - "parameter" : "Unison Detune" + "parameter" : "PulseWidth Velocity" }, "rotary" : { }, "spritesheet" : { - "x" : "245", - "y" : "998,7", + "x" : "483", + "y" : "93", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "UnisonPanSpread", + "name" : "VelVol", "parameterAttachment" : { - "parameter" : "Unison Pan Spread" + "parameter" : "Amp Velocity" }, "rotary" : { }, "spritesheet" : { - "x" : "369", - "y" : "998,7", + "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", + "x" : "137", + "y" : "609", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Input Mode" + } + }, + { + "name" : "InputSelect", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "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" + } + }, + { + "name" : "ArpPattern", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "x" : "1164", + "y" : "121", + "width" : "170", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Arp Pattern Selct" + } + }, + { + "name" : "ArpOctaveRange", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "x" : "1164", + "y" : "187", + "width" : "170", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Arp Octave Range" + } + }, + { + "name" : "ArpResolution", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "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" : "1", + "downImageOn" : "0", + "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", @@ -317,15 +5142,15 @@ } }, { - "name" : "UnisonLfoPhase", + "name" : "ArpNoteLength", "parameterAttachment" : { - "parameter" : "Unison Lfo Phase" + "parameter" : "Arp Note Length" }, "rotary" : { }, "spritesheet" : { - "x" : "496,2", - "y" : "997,7", + "x" : "1732", + "y" : "90", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -334,15 +5159,15 @@ } }, { - "name" : "UnisonPhaseInit", + "name" : "ArpNoteSwing", "parameterAttachment" : { - "parameter" : "Osc Init Phase" + "parameter" : "Arp Swing" }, "rotary" : { }, "spritesheet" : { - "x" : "628", - "y" : "997,7", + "x" : "1857,5", + "y" : "90", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -351,105 +5176,85 @@ } }, { - "name" : "Osc1WaveSelect", + "name" : "SoftKnobMode", "combobox" : { "text" : "Wave 42", "textHeight" : "30", - "x" : "86", - "y" : "138", + "x" : "969", + "y" : "381", "width" : "162", "height" : "36" }, "parameterAttachment" : { - "parameter" : "Osc1 Wave Select" + "parameter" : "Soft Knob-1 Mode" } }, { - "name" : "Osc2WaveSelect", + "name" : "SoftKnobName", "combobox" : { "text" : "Wave 42", "textHeight" : "30", - "x" : "86", - "y" : "376", + "x" : "1180,55", + "y" : "381", "width" : "162", "height" : "36" }, "parameterAttachment" : { - "parameter" : "Osc2 Wave Select" + "parameter" : "Soft Knob1 ShortName" } }, { - "name" : "Osc2FMMode", + "name" : "SoftKnobMode", "combobox" : { "text" : "Wave 42", "textHeight" : "30", - "x" : "86", - "y" : "572", + "x" : "1609", + "y" : "381", "width" : "162", "height" : "36" }, "parameterAttachment" : { - "parameter" : "Osc FM Mode" + "parameter" : "Soft Knob-2 Mode" } }, { - "name" : "Osc3Mode", + "name" : "SoftKnobName", "combobox" : { "text" : "Wave 42", "textHeight" : "30", - "x" : "86", - "y" : "810", + "x" : "1820,55", + "y" : "381", "width" : "162", "height" : "36" }, "parameterAttachment" : { - "parameter" : "Osc3 Mode" + "parameter" : "Soft Knob2 ShortName" } }, { - "name" : "UnisonVoices", + "name" : "KeyMode", "combobox" : { - "text" : "8", + "text" : "Wave 42", "textHeight" : "30", - "x" : "86", - "y" : "1043", + "x" : "969", + "y" : "617,4", "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" + "parameter" : "Key Mode" } }, { - "name" : "OscBalance", + "name" : "PatchVolume", "parameterAttachment" : { - "parameter" : "Osc Balance" + "parameter" : "Patch Volume" }, "rotary" : { }, "spritesheet" : { - "x" : "836", - "y" : "90,5", + "x" : "1128", + "y" : "569,4", "width" : "140", "height" : "140", "texture" : "Gen_140x140_x2", @@ -458,207 +5263,192 @@ } }, { - "name" : "OscLevel", + "name" : "Panning", "parameterAttachment" : { - "parameter" : "Osc Mainvolume" + "parameter" : "Panorama" }, "rotary" : { }, "spritesheet" : { - "x" : "975", - "y" : "90,5", + "x" : "1252", + "y" : "569,4", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "NoiseLevel", - "parameterAttachment" : { - "parameter" : "Noise Volume" - }, - "rotary" : { + "name" : "SecondaryOutput", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "969", + "y" : "776,5", + "width" : "162", + "height" : "36" }, - "spritesheet" : { - "x" : "835", - "y" : "329,5", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" + "parameterAttachment" : { + "parameter" : "Second Output Select" } }, { - "name" : "RingModLevel", + "name" : "OutputBalance", "parameterAttachment" : { - "parameter" : "Ringmodulator Volume" + "parameter" : "Second Output Balance" }, "rotary" : { }, "spritesheet" : { - "x" : "975", - "y" : "329,5", + "x" : "1129", + "y" : "728,5", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "NoiseColor", + "name" : "Transpose", "parameterAttachment" : { - "parameter" : "Noise Color" + "parameter" : "Transpose" }, "rotary" : { }, "spritesheet" : { - "x" : "835", - "y" : "519", + "x" : "1252", + "y" : "728,5", "width" : "140", "height" : "140", - "texture" : "Gen_140x140_x2", + "texture" : "GenPol_140x140_x2", "tileSizeX" : "140", "tileSizeY" : "140" } }, { - "name" : "SubLevel", + "name" : "BendUp", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1608", + "y" : "617,4", + "width" : "160", + "height" : "36" + }, "parameterAttachment" : { - "parameter" : "Suboscillator Volume" + "parameter" : "Bender Range Up" + } + }, + { + "name" : "BendDown", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1822", + "y" : "617,4", + "width" : "160", + "height" : "36" }, - "rotary" : { + "parameterAttachment" : { + "parameter" : "Bender Range Down" + } + }, + { + "name" : "BendScale", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1608", + "y" : "716,4", + "width" : "160", + "height" : "36" }, - "spritesheet" : { - "x" : "976", - "y" : "764", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" + "parameterAttachment" : { + "parameter" : "Bender Scale" } }, { - "name" : "Portamento", + "name" : "SmoothMode", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1822", + "y" : "716,4", + "width" : "160", + "height" : "36" + }, "parameterAttachment" : { - "parameter" : "Portamento Time" + "parameter" : "Control Smooth Mode" + } + }, + { + "name" : "Category1", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1608", + "y" : "815,4", + "width" : "160", + "height" : "36" }, - "rotary" : { + "parameterAttachment" : { + "parameter" : "Category1" + } + }, + { + "name" : "Category2", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "30", + "x" : "1822", + "y" : "815,4", + "width" : "160", + "height" : "36" }, - "spritesheet" : { - "x" : "828", - "y" : "1000", - "width" : "140", - "height" : "140", - "texture" : "Gen_140x140_x2", - "tileSizeX" : "140", - "tileSizeY" : "140" + "parameterAttachment" : { + "parameter" : "Category2" } }, { - "name" : "SubOscTypeSwitch", + "name" : "MidiIn", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "x" : "954,88", + "y" : "1116", + "width" : "124,2466", + "height" : "36" + }, "parameterAttachment" : { - "parameter" : "Suboscillator Shape" + "parameter" : "Category1" + } + }, + { + "name" : "MidiOut", + "combobox" : { + "text" : "Wave 42", + "textHeight" : "24", + "x" : "1116,35", + "y" : "1116", + "width" : "124,2466", + "height" : "36" }, - "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" + "parameterAttachment" : { + "parameter" : "Category1" } } ] }, { - "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" : "page_presets", + "image" : { + "x" : "676", + "y" : "268", + "width" : "2034", + "height" : "1238", + "texture" : "Pres_2034x1238_x2" } } ] diff --git a/source/jucePlugin/genericUI/assets/arp_72x37_X2.png b/source/jucePlugin/genericUI/assets/arp_72x37_X2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/arpall_104x432_X2.png b/source/jucePlugin/genericUI/assets/arpall_104x432_X2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/assets.cmake b/source/jucePlugin/genericUI/assets/assets.cmake @@ -0,0 +1,29 @@ +set(ASSETS_VirusC + ${CMAKE_CURRENT_LIST_DIR}/VC_x2_N.png + ${CMAKE_CURRENT_LIST_DIR}/presest_btn_select_86x60_x2.png + ${CMAKE_CURRENT_LIST_DIR}/OSC_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/LFO_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/FX_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/ARP_282x52_x2.png + ${CMAKE_CURRENT_LIST_DIR}/multi_btn_select_72x72_x2.png + ${CMAKE_CURRENT_LIST_DIR}/Mult_36x36_x2i.png + ${CMAKE_CURRENT_LIST_DIR}/OSC_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/Gen_140x140_x2.png + ${CMAKE_CURRENT_LIST_DIR}/sync2_108x100_x2.png + ${CMAKE_CURRENT_LIST_DIR}/handle_72x94_x2.png + ${CMAKE_CURRENT_LIST_DIR}/env_pol_100x68_x2.png + ${CMAKE_CURRENT_LIST_DIR}/link_horizon_48x72_x2.png + ${CMAKE_CURRENT_LIST_DIR}/LFO_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/lfo_btn_46x76_x2.png + ${CMAKE_CURRENT_LIST_DIR}/link_vert_72x48_x2.png + ${CMAKE_CURRENT_LIST_DIR}/GenPol_140x140_x2.png + ${CMAKE_CURRENT_LIST_DIR}/FX_2034x1238_x2_D.png + ${CMAKE_CURRENT_LIST_DIR}/GenRed_140x140_x2.png + ${CMAKE_CURRENT_LIST_DIR}/FX_reverbOverlay.png + ${CMAKE_CURRENT_LIST_DIR}/ARP_2034x1238_x2.png + ${CMAKE_CURRENT_LIST_DIR}/arpall_104x432_X2.png + ${CMAKE_CURRENT_LIST_DIR}/arp_72x37_X2.png + ${CMAKE_CURRENT_LIST_DIR}/Pres_2034x1238_x2.png + + ${CMAKE_CURRENT_LIST_DIR}/VirusC.json +) diff --git a/source/jucePlugin/genericUI/assets/env_pol_100x68_x2.png b/source/jucePlugin/genericUI/assets/env_pol_100x68_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/lfo_btn_46x76_x2.png b/source/jucePlugin/genericUI/assets/lfo_btn_46x76_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/link_horizon_48x72_x2.png b/source/jucePlugin/genericUI/assets/link_horizon_48x72_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/link_vert_72x48_x2.png b/source/jucePlugin/genericUI/assets/link_vert_72x48_x2.png Binary files differ. diff --git a/source/jucePlugin/genericUI/assets/multi_btn_select_72x72_x2.png b/source/jucePlugin/genericUI/assets/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/genericUI/assets/presest_btn_select_86x60_x2.png Binary files differ.