gearmulator

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

VirusC_Hoverland.json (201339B)


      1 {
      2     "name" : "Root",
      3     "root" : {
      4         "x" : "0",
      5         "y" : "0",
      6         "width" : "2754",
      7         "height" : "1600",
      8         "scale" : "0.5"
      9     },
     10     "tabgroup": {
     11         "name": "pages",
     12         "buttons": ["TabOsc", "TabLfo", "TabEffects", "TabArp", "Presets"],
     13         "pages": ["page_osc", "page_lfo", "page_fx", "page_arp", "page_presets"]
     14     },
     15     "templates" : [
     16         {
     17             "name" : "pm_treeview",
     18             "treeview" : {
     19                 "alignH" : "L",
     20                 "alignV" : "C",
     21                 "color" : "ff7180",
     22                 "backgroundColor" : "2d1818",
     23                 "selectedItemBackgroundColor" : "3b4150ff"
     24             }
     25         },
     26         {
     27             "name" : "pm_search",
     28             "texteditor" : {
     29                 "alignH" : "L",
     30                 "alignV" : "C",
     31                 "color" : "ff7180",
     32                 "outlineColor" : "954747",
     33                 "backgroundColor" : "2d1818",
     34 				"text": "Filter..."
     35             }
     36         },
     37         {
     38             "name" : "pm_scrollbar",
     39             "scrollbar" : {
     40                 "color" : "ff7180",
     41             }
     42         },
     43         {
     44             "name" : "pm_listbox",
     45             "listbox" : {
     46                 "alignH" : "L",
     47                 "alignV" : "C",
     48                 "color" : "ff7180",
     49                 "backgroundColor" : "2d1818",
     50                 "selectedItemBackgroundColor" : "3b4150ff",
     51 				"bold": "1"
     52              }
     53         },
     54         {
     55             "name" : "pm_info_name",
     56             "label" : {
     57                 "alignH" : "L",
     58                 "alignV" : "T",
     59                 "color" : "ff7180",
     60                 "backgroundColor" : "2d1818",
     61                 "textHeight" : "32",
     62 				"bold": "1"
     63             }
     64         },
     65         {
     66             "name" : "pm_info_label",
     67             "label" : {
     68                 "alignH" : "L",
     69                 "alignV" : "B",
     70                 "color" : "888888ff",
     71                 "textHeight" : "16"
     72             }
     73         },
     74         {
     75             "name" : "pm_info_text",
     76             "label" : {
     77                 "alignH" : "L",
     78                 "alignV" : "T",
     79                 "color" : "ff7180",
     80                 "textHeight" : "18"
     81             }
     82         },
     83         {
     84             "name" : "pm_status_label",
     85             "label" : {
     86                 "alignH" : "L",
     87                 "alignV" : "C",
     88                 "color" : "ff7180",
     89                 "backgroundColor" : "2d1818",
     90                 "textHeight" : "18",
     91 				"bold": "0"
     92             }
     93         }
     94 	],
     95     "children" : [
     96         {
     97             "name" : "bg",
     98             "image" : {
     99                 "x" : "0",
    100                 "y" : "0",
    101                 "width" : "2754",
    102                 "height" : "1600",
    103                 "texture" : "VC_x2_N"
    104             }
    105         },
    106         {
    107             "name" : "singleLabel",
    108             "label" : {
    109                 "text" : "SINGLE",
    110                 "textHeight" : "18",
    111                 "color" : "EBEBEBFF",
    112                 "alignH" : "R",
    113                 "alignV" : "C",
    114                 "bold" : "1",
    115                 "x" : "154",
    116                 "y" : "281",
    117                 "width" : "70",
    118                 "height" : "30"
    119             }
    120         },
    121         {
    122             "name" : "PlayModeSingle",
    123             "button" : {
    124                 "isToggle" : "1",
    125                 "radioGroupId" : "5",
    126                 "normalImage" : "0",
    127                 "overImage" : "0",
    128                 "downImage" : "1",
    129                 "normalImageOn" : "1",
    130                 "overImageOn" : "1",
    131                 "downImageOn" : "1",
    132                 "x" : "234",
    133                 "y" : "281",
    134                 "width" : "86",
    135                 "height" : "30",
    136                 "texture" : "presest_btn_select_86x60_x2",
    137                 "tileSizeX" : "86",
    138                 "tileSizeY" : "30"
    139             }
    140         },
    141         {
    142             "name" : "PlayModeMulti",
    143             "button" : {
    144                 "isToggle" : "1",
    145                 "radioGroupId" : "5",
    146                 "normalImage" : "0",
    147                 "overImage" : "0",
    148                 "downImage" : "1",
    149                 "normalImageOn" : "1",
    150                 "overImageOn" : "1",
    151                 "downImageOn" : "1",
    152                 "x" : "506",
    153                 "y" : "281",
    154                 "width" : "86",
    155                 "height" : "30",
    156                 "texture" : "presest_btn_select_86x60_x2",
    157                 "tileSizeX" : "86",
    158                 "tileSizeY" : "30"
    159             }
    160         },
    161         {
    162             "name" : "multiLabel",
    163             "label" : {
    164                 "text" : "MULTI",
    165                 "textHeight" : "18",
    166                 "color" : "EBEBEBFF",
    167                 "alignH" : "L",
    168                 "alignV" : "C",
    169                 "bold" : "1",
    170                 "x" : "600",
    171                 "y" : "281",
    172                 "width" : "70",
    173                 "height" : "30"
    174             }
    175         },
    176         {
    177             "name" : "PatchName",
    178             "label" : {
    179                 "text" : "OvertureCK",
    180                 "textHeight" : "64",
    181                 "color" : "FF7180FF",
    182                 "alignH" : "L",
    183                 "alignV" : "C",
    184                 "bold" : "1",
    185                 "x" : "818.6",
    186                 "y" : "95.90002",
    187                 "width" : "440",
    188                 "height" : "75"
    189             }
    190         },
    191         {
    192             "name" : "FocusedParameterName",
    193             "label" : {
    194                 "text" : "Osc 1 Semitone",
    195                 "textHeight" : "32",
    196                 "color" : "FF7180FF",
    197                 "alignH" : "R",
    198                 "alignV" : "T",
    199                 "bold" : "1",
    200                 "x" : "1190.6",
    201                 "y" : "92.90002",
    202                 "width" : "368",
    203                 "height" : "35.759"
    204             }
    205         },
    206         {
    207             "name" : "FocusedParameterValue",
    208             "label" : {
    209                 "text" : "-12",
    210                 "textHeight" : "32",
    211                 "color" : "FF7180FF",
    212                 "alignH" : "R",
    213                 "alignV" : "T",
    214                 "bold" : "1",
    215                 "x" : "1190.6",
    216                 "y" : "128.6589",
    217                 "width" : "368",
    218                 "height" : "42.241"
    219             }
    220         },
    221         {
    222             "name" : "PresetSave",
    223             "button" : {
    224                 "normalImage" : "0",
    225                 "overImage" : "0",
    226                 "downImage" : "1",
    227                 "normalImageOn" : "1",
    228                 "overImageOn" : "1",
    229                 "downImageOn" : "1",
    230                 "x" : "1626",
    231                 "y" : "93",
    232                 "width" : "86",
    233                 "height" : "30",
    234                 "texture" : "presest_btn_select_86x60_x2",
    235                 "tileSizeX" : "86",
    236                 "tileSizeY" : "30"
    237             }
    238         },
    239         {
    240             "name" : "PresetLoad",
    241             "button" : {
    242                 "normalImage" : "0",
    243                 "overImage" : "0",
    244                 "downImage" : "1",
    245                 "normalImageOn" : "1",
    246                 "overImageOn" : "1",
    247                 "downImageOn" : "1",
    248                 "x" : "1727",
    249                 "y" : "93",
    250                 "width" : "86",
    251                 "height" : "30",
    252                 "texture" : "presest_btn_select_86x60_x2",
    253                 "tileSizeX" : "86",
    254                 "tileSizeY" : "30"
    255             }
    256         },
    257         {
    258             "name" : "Presets",
    259             "button" : {
    260                 "isToggle" : "1",
    261                 "radioGroupId" : "42",
    262                 "normalImage" : "0",
    263                 "overImage" : "0",
    264                 "downImage" : "1",
    265                 "normalImageOn" : "1",
    266                 "overImageOn" : "1",
    267                 "downImageOn" : "1",
    268                 "x" : "1827",
    269                 "y" : "93",
    270                 "width" : "86",
    271                 "height" : "30",
    272                 "texture" : "presest_btn_select_86x60_x2",
    273                 "tileSizeX" : "86",
    274                 "tileSizeY" : "30"
    275             }
    276         },
    277         {
    278             "name" : "RomSelector",
    279             "combobox" : {
    280                 "text" : "Virus_C_OS_6.5.bin",
    281                 "textHeight" : "24",
    282                 "color" : "FD9595FF",
    283                 "alignH" : "L",
    284                 "alignV" : "C",
    285                 "x" : "2024",
    286                 "y" : "119",
    287                 "width" : "508",
    288                 "height" : "37",
    289                 "tooltip" : "Copy a valid ROM file with file extension .bin next to this plugin"
    290             }
    291         },
    292         {
    293             "name" : "TabOsc",
    294             "button" : {
    295                 "isToggle" : "1",
    296                 "radioGroupId" : "42",
    297                 "normalImage" : "0",
    298                 "overImage" : "1",
    299                 "downImage" : "1",
    300                 "normalImageOn" : "1",
    301                 "overImageOn" : "1",
    302                 "downImageOn" : "1",
    303                 "x" : "786.9999",
    304                 "y" : "216",
    305                 "width" : "282",
    306                 "height" : "52",
    307                 "texture" : "OSC_282x52_x2",
    308                 "tileSizeX" : "282",
    309                 "tileSizeY" : "52"
    310             }
    311         },
    312         {
    313             "name" : "TabLfo",
    314             "button" : {
    315                 "isToggle" : "1",
    316                 "radioGroupId" : "42",
    317                 "normalImage" : "0",
    318                 "overImage" : "1",
    319                 "downImage" : "1",
    320                 "normalImageOn" : "1",
    321                 "overImageOn" : "1",
    322                 "downImageOn" : "1",
    323                 "x" : "1080",
    324                 "y" : "216",
    325                 "width" : "282",
    326                 "height" : "52",
    327                 "texture" : "LFO_282x52_x2",
    328                 "tileSizeX" : "282",
    329                 "tileSizeY" : "52"
    330             }
    331         },
    332         {
    333             "name" : "TabEffects",
    334             "button" : {
    335                 "isToggle" : "1",
    336                 "radioGroupId" : "42",
    337                 "normalImage" : "0",
    338                 "overImage" : "1",
    339                 "downImage" : "1",
    340                 "normalImageOn" : "1",
    341                 "overImageOn" : "1",
    342                 "downImageOn" : "1",
    343                 "x" : "1370",
    344                 "y" : "216",
    345                 "width" : "282",
    346                 "height" : "52",
    347                 "texture" : "FX_282x52_x2",
    348                 "tileSizeX" : "282",
    349                 "tileSizeY" : "52"
    350             }
    351         },
    352         {
    353             "name" : "TabArp",
    354             "button" : {
    355                 "isToggle" : "1",
    356                 "radioGroupId" : "42",
    357                 "normalImage" : "0",
    358                 "overImage" : "1",
    359                 "downImage" : "1",
    360                 "normalImageOn" : "1",
    361                 "overImageOn" : "1",
    362                 "downImageOn" : "1",
    363                 "x" : "1662",
    364                 "y" : "216",
    365                 "width" : "282",
    366                 "height" : "52",
    367                 "texture" : "ARP_282x52_x2",
    368                 "tileSizeX" : "282",
    369                 "tileSizeY" : "52"
    370             }
    371         },
    372         {
    373             "name" : "PartNumber",
    374             "label" : {
    375                 "text" : "1",
    376                 "textHeight" : "32",
    377                 "color" : "878787FF",
    378                 "alignH" : "C",
    379                 "alignV" : "C",
    380                 "x" : "68",
    381                 "y" : "322",
    382                 "width" : "50.3025",
    383                 "height" : "72"
    384             }
    385         },
    386         {
    387             "name" : "SelectPart",
    388             "button" : {
    389                 "isToggle" : "1",
    390                 "radioGroupId" : "16",
    391                 "normalImage" : "0",
    392                 "downImage" : "1",
    393                 "normalImageOn" : "1",
    394                 "downImageOn" : "1",
    395                 "x" : "68",
    396                 "y" : "322",
    397                 "width" : "72",
    398                 "height" : "72",
    399                 "texture" : "multi_btn_select_72x72_x2",
    400                 "tileSizeX" : "72",
    401                 "tileSizeY" : "72"
    402             }
    403         },
    404         {
    405             "name" : "PresetName",
    406             "textbutton" : {
    407                 "text" : "OvertureCK",
    408                 "textHeight" : "24",
    409                 "color" : "FC7576FF",
    410                 "x" : "163",
    411                 "y" : "343",
    412                 "width" : "237",
    413                 "height" : "26"
    414             }
    415         },
    416         {
    417             "name" : "PresetPrev",
    418             "textbutton" : {
    419                 "text" : "<",
    420                 "textHeight" : "38",
    421                 "color" : "FC7576FF",
    422                 "x" : "454",
    423                 "y" : "341",
    424                 "width" : "36",
    425                 "height" : "30"
    426             }
    427         },
    428         {
    429             "name" : "PresetNext",
    430             "textbutton" : {
    431                 "text" : ">",
    432                 "textHeight" : "38",
    433                 "color" : "FC7576FF",
    434                 "x" : "492",
    435                 "y" : "341",
    436                 "width" : "36",
    437                 "height" : "30"
    438             }
    439         },
    440         {
    441             "name" : "PartVolume",
    442             "rotary" : {
    443             },
    444             "spritesheet" : {
    445                 "x" : "552.3",
    446                 "y" : "340.13",
    447                 "width" : "36",
    448                 "height" : "36",
    449                 "texture" : "Mult_36x36_x2i",
    450                 "tileSizeX" : "36",
    451                 "tileSizeY" : "36"
    452             }
    453         },
    454         {
    455             "name" : "PartPan",
    456             "rotary" : {
    457             },
    458             "spritesheet" : {
    459                 "x" : "614.38",
    460                 "y" : "340.13",
    461                 "width" : "36",
    462                 "height" : "36",
    463                 "texture" : "Mult_36x36_x2i",
    464                 "tileSizeX" : "36",
    465                 "tileSizeY" : "36"
    466             }
    467         },
    468         {
    469             "name" : "PartNumber",
    470             "label" : {
    471                 "text" : "2",
    472                 "textHeight" : "32",
    473                 "color" : "878787FF",
    474                 "alignH" : "C",
    475                 "alignV" : "C",
    476                 "x" : "68",
    477                 "y" : "394",
    478                 "width" : "50.3025",
    479                 "height" : "72"
    480             }
    481         },
    482         {
    483             "name" : "SelectPart",
    484             "button" : {
    485                 "isToggle" : "1",
    486                 "radioGroupId" : "16",
    487                 "normalImage" : "0",
    488                 "downImage" : "1",
    489                 "normalImageOn" : "1",
    490                 "downImageOn" : "1",
    491                 "x" : "68",
    492                 "y" : "394",
    493                 "width" : "72",
    494                 "height" : "72",
    495                 "texture" : "multi_btn_select_72x72_x2",
    496                 "tileSizeX" : "72",
    497                 "tileSizeY" : "72"
    498             }
    499         },
    500         {
    501             "name" : "PresetName",
    502             "textbutton" : {
    503                 "text" : "OvertureCK",
    504                 "textHeight" : "24",
    505                 "color" : "FC7576FF",
    506                 "x" : "163",
    507                 "y" : "415",
    508                 "width" : "237",
    509                 "height" : "26"
    510             }
    511         },
    512         {
    513             "name" : "PresetPrev",
    514             "textbutton" : {
    515                 "text" : "<",
    516                 "textHeight" : "38",
    517                 "color" : "FC7576FF",
    518                 "x" : "454",
    519                 "y" : "413",
    520                 "width" : "36",
    521                 "height" : "30"
    522             }
    523         },
    524         {
    525             "name" : "PresetNext",
    526             "textbutton" : {
    527                 "text" : ">",
    528                 "textHeight" : "38",
    529                 "color" : "FC7576FF",
    530                 "x" : "492",
    531                 "y" : "413",
    532                 "width" : "36",
    533                 "height" : "30"
    534             }
    535         },
    536         {
    537             "name" : "PartVolume",
    538             "rotary" : {
    539             },
    540             "spritesheet" : {
    541                 "x" : "552.3",
    542                 "y" : "412.13",
    543                 "width" : "36",
    544                 "height" : "36",
    545                 "texture" : "Mult_36x36_x2i",
    546                 "tileSizeX" : "36",
    547                 "tileSizeY" : "36"
    548             }
    549         },
    550         {
    551             "name" : "PartPan",
    552             "rotary" : {
    553             },
    554             "spritesheet" : {
    555                 "x" : "614.38",
    556                 "y" : "412.13",
    557                 "width" : "36",
    558                 "height" : "36",
    559                 "texture" : "Mult_36x36_x2i",
    560                 "tileSizeX" : "36",
    561                 "tileSizeY" : "36"
    562             }
    563         },
    564         {
    565             "name" : "PartNumber",
    566             "label" : {
    567                 "text" : "3",
    568                 "textHeight" : "32",
    569                 "color" : "878787FF",
    570                 "alignH" : "C",
    571                 "alignV" : "C",
    572                 "x" : "68",
    573                 "y" : "466",
    574                 "width" : "50.3025",
    575                 "height" : "72"
    576             }
    577         },
    578         {
    579             "name" : "SelectPart",
    580             "button" : {
    581                 "isToggle" : "1",
    582                 "radioGroupId" : "16",
    583                 "normalImage" : "0",
    584                 "downImage" : "1",
    585                 "normalImageOn" : "1",
    586                 "downImageOn" : "1",
    587                 "x" : "68",
    588                 "y" : "466",
    589                 "width" : "72",
    590                 "height" : "72",
    591                 "texture" : "multi_btn_select_72x72_x2",
    592                 "tileSizeX" : "72",
    593                 "tileSizeY" : "72"
    594             }
    595         },
    596         {
    597             "name" : "PresetName",
    598             "textbutton" : {
    599                 "text" : "OvertureCK",
    600                 "textHeight" : "24",
    601                 "color" : "FC7576FF",
    602                 "x" : "163",
    603                 "y" : "487",
    604                 "width" : "237",
    605                 "height" : "26"
    606             }
    607         },
    608         {
    609             "name" : "PresetPrev",
    610             "textbutton" : {
    611                 "text" : "<",
    612                 "textHeight" : "38",
    613                 "color" : "FC7576FF",
    614                 "x" : "454",
    615                 "y" : "485",
    616                 "width" : "36",
    617                 "height" : "30"
    618             }
    619         },
    620         {
    621             "name" : "PresetNext",
    622             "textbutton" : {
    623                 "text" : ">",
    624                 "textHeight" : "38",
    625                 "color" : "FC7576FF",
    626                 "x" : "492",
    627                 "y" : "485",
    628                 "width" : "36",
    629                 "height" : "30"
    630             }
    631         },
    632         {
    633             "name" : "PartVolume",
    634             "rotary" : {
    635             },
    636             "spritesheet" : {
    637                 "x" : "552.3",
    638                 "y" : "484.13",
    639                 "width" : "36",
    640                 "height" : "36",
    641                 "texture" : "Mult_36x36_x2i",
    642                 "tileSizeX" : "36",
    643                 "tileSizeY" : "36"
    644             }
    645         },
    646         {
    647             "name" : "PartPan",
    648             "rotary" : {
    649             },
    650             "spritesheet" : {
    651                 "x" : "614.38",
    652                 "y" : "484.13",
    653                 "width" : "36",
    654                 "height" : "36",
    655                 "texture" : "Mult_36x36_x2i",
    656                 "tileSizeX" : "36",
    657                 "tileSizeY" : "36"
    658             }
    659         },
    660         {
    661             "name" : "PartNumber",
    662             "label" : {
    663                 "text" : "4",
    664                 "textHeight" : "32",
    665                 "color" : "878787FF",
    666                 "alignH" : "C",
    667                 "alignV" : "C",
    668                 "x" : "68",
    669                 "y" : "538",
    670                 "width" : "50.3025",
    671                 "height" : "72"
    672             }
    673         },
    674         {
    675             "name" : "SelectPart",
    676             "button" : {
    677                 "isToggle" : "1",
    678                 "radioGroupId" : "16",
    679                 "normalImage" : "0",
    680                 "downImage" : "1",
    681                 "normalImageOn" : "1",
    682                 "downImageOn" : "1",
    683                 "x" : "68",
    684                 "y" : "538",
    685                 "width" : "72",
    686                 "height" : "72",
    687                 "texture" : "multi_btn_select_72x72_x2",
    688                 "tileSizeX" : "72",
    689                 "tileSizeY" : "72"
    690             }
    691         },
    692         {
    693             "name" : "PresetName",
    694             "textbutton" : {
    695                 "text" : "OvertureCK",
    696                 "textHeight" : "24",
    697                 "color" : "FC7576FF",
    698                 "x" : "163",
    699                 "y" : "559",
    700                 "width" : "237",
    701                 "height" : "26"
    702             }
    703         },
    704         {
    705             "name" : "PresetPrev",
    706             "textbutton" : {
    707                 "text" : "<",
    708                 "textHeight" : "38",
    709                 "color" : "FC7576FF",
    710                 "x" : "454",
    711                 "y" : "557",
    712                 "width" : "36",
    713                 "height" : "30"
    714             }
    715         },
    716         {
    717             "name" : "PresetNext",
    718             "textbutton" : {
    719                 "text" : ">",
    720                 "textHeight" : "38",
    721                 "color" : "FC7576FF",
    722                 "x" : "492",
    723                 "y" : "557",
    724                 "width" : "36",
    725                 "height" : "30"
    726             }
    727         },
    728         {
    729             "name" : "PartVolume",
    730             "rotary" : {
    731             },
    732             "spritesheet" : {
    733                 "x" : "552.3",
    734                 "y" : "556.13",
    735                 "width" : "36",
    736                 "height" : "36",
    737                 "texture" : "Mult_36x36_x2i",
    738                 "tileSizeX" : "36",
    739                 "tileSizeY" : "36"
    740             }
    741         },
    742         {
    743             "name" : "PartPan",
    744             "rotary" : {
    745             },
    746             "spritesheet" : {
    747                 "x" : "614.38",
    748                 "y" : "556.13",
    749                 "width" : "36",
    750                 "height" : "36",
    751                 "texture" : "Mult_36x36_x2i",
    752                 "tileSizeX" : "36",
    753                 "tileSizeY" : "36"
    754             }
    755         },
    756         {
    757             "name" : "PartNumber",
    758             "label" : {
    759                 "text" : "5",
    760                 "textHeight" : "32",
    761                 "color" : "878787FF",
    762                 "alignH" : "C",
    763                 "alignV" : "C",
    764                 "x" : "68",
    765                 "y" : "610",
    766                 "width" : "50.3025",
    767                 "height" : "72"
    768             }
    769         },
    770         {
    771             "name" : "SelectPart",
    772             "button" : {
    773                 "isToggle" : "1",
    774                 "radioGroupId" : "16",
    775                 "normalImage" : "0",
    776                 "downImage" : "1",
    777                 "normalImageOn" : "1",
    778                 "downImageOn" : "1",
    779                 "x" : "68",
    780                 "y" : "610",
    781                 "width" : "72",
    782                 "height" : "72",
    783                 "texture" : "multi_btn_select_72x72_x2",
    784                 "tileSizeX" : "72",
    785                 "tileSizeY" : "72"
    786             }
    787         },
    788         {
    789             "name" : "PresetName",
    790             "textbutton" : {
    791                 "text" : "OvertureCK",
    792                 "textHeight" : "24",
    793                 "color" : "FC7576FF",
    794                 "x" : "163",
    795                 "y" : "631",
    796                 "width" : "237",
    797                 "height" : "26"
    798             }
    799         },
    800         {
    801             "name" : "PresetPrev",
    802             "textbutton" : {
    803                 "text" : "<",
    804                 "textHeight" : "38",
    805                 "color" : "FC7576FF",
    806                 "x" : "454",
    807                 "y" : "629",
    808                 "width" : "36",
    809                 "height" : "30"
    810             }
    811         },
    812         {
    813             "name" : "PresetNext",
    814             "textbutton" : {
    815                 "text" : ">",
    816                 "textHeight" : "38",
    817                 "color" : "FC7576FF",
    818                 "x" : "492",
    819                 "y" : "629",
    820                 "width" : "36",
    821                 "height" : "30"
    822             }
    823         },
    824         {
    825             "name" : "PartVolume",
    826             "rotary" : {
    827             },
    828             "spritesheet" : {
    829                 "x" : "552.3",
    830                 "y" : "628.13",
    831                 "width" : "36",
    832                 "height" : "36",
    833                 "texture" : "Mult_36x36_x2i",
    834                 "tileSizeX" : "36",
    835                 "tileSizeY" : "36"
    836             }
    837         },
    838         {
    839             "name" : "PartPan",
    840             "rotary" : {
    841             },
    842             "spritesheet" : {
    843                 "x" : "614.38",
    844                 "y" : "628.13",
    845                 "width" : "36",
    846                 "height" : "36",
    847                 "texture" : "Mult_36x36_x2i",
    848                 "tileSizeX" : "36",
    849                 "tileSizeY" : "36"
    850             }
    851         },
    852         {
    853             "name" : "PartNumber",
    854             "label" : {
    855                 "text" : "6",
    856                 "textHeight" : "32",
    857                 "color" : "878787FF",
    858                 "alignH" : "C",
    859                 "alignV" : "C",
    860                 "x" : "68",
    861                 "y" : "682",
    862                 "width" : "50.3025",
    863                 "height" : "72"
    864             }
    865         },
    866         {
    867             "name" : "SelectPart",
    868             "button" : {
    869                 "isToggle" : "1",
    870                 "radioGroupId" : "16",
    871                 "normalImage" : "0",
    872                 "downImage" : "1",
    873                 "normalImageOn" : "1",
    874                 "downImageOn" : "1",
    875                 "x" : "68",
    876                 "y" : "682",
    877                 "width" : "72",
    878                 "height" : "72",
    879                 "texture" : "multi_btn_select_72x72_x2",
    880                 "tileSizeX" : "72",
    881                 "tileSizeY" : "72"
    882             }
    883         },
    884         {
    885             "name" : "PresetName",
    886             "textbutton" : {
    887                 "text" : "OvertureCK",
    888                 "textHeight" : "24",
    889                 "color" : "FC7576FF",
    890                 "x" : "163",
    891                 "y" : "703",
    892                 "width" : "237",
    893                 "height" : "26"
    894             }
    895         },
    896         {
    897             "name" : "PresetPrev",
    898             "textbutton" : {
    899                 "text" : "<",
    900                 "textHeight" : "38",
    901                 "color" : "FC7576FF",
    902                 "x" : "454",
    903                 "y" : "701",
    904                 "width" : "36",
    905                 "height" : "30"
    906             }
    907         },
    908         {
    909             "name" : "PresetNext",
    910             "textbutton" : {
    911                 "text" : ">",
    912                 "textHeight" : "38",
    913                 "color" : "FC7576FF",
    914                 "x" : "492",
    915                 "y" : "701",
    916                 "width" : "36",
    917                 "height" : "30"
    918             }
    919         },
    920         {
    921             "name" : "PartVolume",
    922             "rotary" : {
    923             },
    924             "spritesheet" : {
    925                 "x" : "552.3",
    926                 "y" : "700.13",
    927                 "width" : "36",
    928                 "height" : "36",
    929                 "texture" : "Mult_36x36_x2i",
    930                 "tileSizeX" : "36",
    931                 "tileSizeY" : "36"
    932             }
    933         },
    934         {
    935             "name" : "PartPan",
    936             "rotary" : {
    937             },
    938             "spritesheet" : {
    939                 "x" : "614.38",
    940                 "y" : "700.13",
    941                 "width" : "36",
    942                 "height" : "36",
    943                 "texture" : "Mult_36x36_x2i",
    944                 "tileSizeX" : "36",
    945                 "tileSizeY" : "36"
    946             }
    947         },
    948         {
    949             "name" : "PartNumber",
    950             "label" : {
    951                 "text" : "7",
    952                 "textHeight" : "32",
    953                 "color" : "878787FF",
    954                 "alignH" : "C",
    955                 "alignV" : "C",
    956                 "x" : "68",
    957                 "y" : "754",
    958                 "width" : "50.3025",
    959                 "height" : "72"
    960             }
    961         },
    962         {
    963             "name" : "SelectPart",
    964             "button" : {
    965                 "isToggle" : "1",
    966                 "radioGroupId" : "16",
    967                 "normalImage" : "0",
    968                 "downImage" : "1",
    969                 "normalImageOn" : "1",
    970                 "downImageOn" : "1",
    971                 "x" : "68",
    972                 "y" : "754",
    973                 "width" : "72",
    974                 "height" : "72",
    975                 "texture" : "multi_btn_select_72x72_x2",
    976                 "tileSizeX" : "72",
    977                 "tileSizeY" : "72"
    978             }
    979         },
    980         {
    981             "name" : "PresetName",
    982             "textbutton" : {
    983                 "text" : "OvertureCK",
    984                 "textHeight" : "24",
    985                 "color" : "FC7576FF",
    986                 "x" : "163",
    987                 "y" : "775",
    988                 "width" : "237",
    989                 "height" : "26"
    990             }
    991         },
    992         {
    993             "name" : "PresetPrev",
    994             "textbutton" : {
    995                 "text" : "<",
    996                 "textHeight" : "38",
    997                 "color" : "FC7576FF",
    998                 "x" : "454",
    999                 "y" : "773",
   1000                 "width" : "36",
   1001                 "height" : "30"
   1002             }
   1003         },
   1004         {
   1005             "name" : "PresetNext",
   1006             "textbutton" : {
   1007                 "text" : ">",
   1008                 "textHeight" : "38",
   1009                 "color" : "FC7576FF",
   1010                 "x" : "492",
   1011                 "y" : "773",
   1012                 "width" : "36",
   1013                 "height" : "30"
   1014             }
   1015         },
   1016         {
   1017             "name" : "PartVolume",
   1018             "rotary" : {
   1019             },
   1020             "spritesheet" : {
   1021                 "x" : "552.3",
   1022                 "y" : "772.13",
   1023                 "width" : "36",
   1024                 "height" : "36",
   1025                 "texture" : "Mult_36x36_x2i",
   1026                 "tileSizeX" : "36",
   1027                 "tileSizeY" : "36"
   1028             }
   1029         },
   1030         {
   1031             "name" : "PartPan",
   1032             "rotary" : {
   1033             },
   1034             "spritesheet" : {
   1035                 "x" : "614.38",
   1036                 "y" : "772.13",
   1037                 "width" : "36",
   1038                 "height" : "36",
   1039                 "texture" : "Mult_36x36_x2i",
   1040                 "tileSizeX" : "36",
   1041                 "tileSizeY" : "36"
   1042             }
   1043         },
   1044         {
   1045             "name" : "PartNumber",
   1046             "label" : {
   1047                 "text" : "8",
   1048                 "textHeight" : "32",
   1049                 "color" : "878787FF",
   1050                 "alignH" : "C",
   1051                 "alignV" : "C",
   1052                 "x" : "68",
   1053                 "y" : "826",
   1054                 "width" : "50.3025",
   1055                 "height" : "72"
   1056             }
   1057         },
   1058         {
   1059             "name" : "SelectPart",
   1060             "button" : {
   1061                 "isToggle" : "1",
   1062                 "radioGroupId" : "16",
   1063                 "normalImage" : "0",
   1064                 "downImage" : "1",
   1065                 "normalImageOn" : "1",
   1066                 "downImageOn" : "1",
   1067                 "x" : "68",
   1068                 "y" : "826",
   1069                 "width" : "72",
   1070                 "height" : "72",
   1071                 "texture" : "multi_btn_select_72x72_x2",
   1072                 "tileSizeX" : "72",
   1073                 "tileSizeY" : "72"
   1074             }
   1075         },
   1076         {
   1077             "name" : "PresetName",
   1078             "textbutton" : {
   1079                 "text" : "OvertureCK",
   1080                 "textHeight" : "24",
   1081                 "color" : "FC7576FF",
   1082                 "x" : "163",
   1083                 "y" : "847",
   1084                 "width" : "237",
   1085                 "height" : "26"
   1086             }
   1087         },
   1088         {
   1089             "name" : "PresetPrev",
   1090             "textbutton" : {
   1091                 "text" : "<",
   1092                 "textHeight" : "38",
   1093                 "color" : "FC7576FF",
   1094                 "x" : "454",
   1095                 "y" : "845",
   1096                 "width" : "36",
   1097                 "height" : "30"
   1098             }
   1099         },
   1100         {
   1101             "name" : "PresetNext",
   1102             "textbutton" : {
   1103                 "text" : ">",
   1104                 "textHeight" : "38",
   1105                 "color" : "FC7576FF",
   1106                 "x" : "492",
   1107                 "y" : "845",
   1108                 "width" : "36",
   1109                 "height" : "30"
   1110             }
   1111         },
   1112         {
   1113             "name" : "PartVolume",
   1114             "rotary" : {
   1115             },
   1116             "spritesheet" : {
   1117                 "x" : "552.3",
   1118                 "y" : "844.13",
   1119                 "width" : "36",
   1120                 "height" : "36",
   1121                 "texture" : "Mult_36x36_x2i",
   1122                 "tileSizeX" : "36",
   1123                 "tileSizeY" : "36"
   1124             }
   1125         },
   1126         {
   1127             "name" : "PartPan",
   1128             "rotary" : {
   1129             },
   1130             "spritesheet" : {
   1131                 "x" : "614.38",
   1132                 "y" : "844.13",
   1133                 "width" : "36",
   1134                 "height" : "36",
   1135                 "texture" : "Mult_36x36_x2i",
   1136                 "tileSizeX" : "36",
   1137                 "tileSizeY" : "36"
   1138             }
   1139         },
   1140         {
   1141             "name" : "PartNumber",
   1142             "label" : {
   1143                 "text" : "9",
   1144                 "textHeight" : "32",
   1145                 "color" : "878787FF",
   1146                 "alignH" : "C",
   1147                 "alignV" : "C",
   1148                 "x" : "68",
   1149                 "y" : "898",
   1150                 "width" : "50.3025",
   1151                 "height" : "72"
   1152             }
   1153         },
   1154         {
   1155             "name" : "SelectPart",
   1156             "button" : {
   1157                 "isToggle" : "1",
   1158                 "radioGroupId" : "16",
   1159                 "normalImage" : "0",
   1160                 "downImage" : "1",
   1161                 "normalImageOn" : "1",
   1162                 "downImageOn" : "1",
   1163                 "x" : "68",
   1164                 "y" : "898",
   1165                 "width" : "72",
   1166                 "height" : "72",
   1167                 "texture" : "multi_btn_select_72x72_x2",
   1168                 "tileSizeX" : "72",
   1169                 "tileSizeY" : "72"
   1170             }
   1171         },
   1172         {
   1173             "name" : "PresetName",
   1174             "textbutton" : {
   1175                 "text" : "OvertureCK",
   1176                 "textHeight" : "24",
   1177                 "color" : "FC7576FF",
   1178                 "x" : "163",
   1179                 "y" : "919",
   1180                 "width" : "237",
   1181                 "height" : "26"
   1182             }
   1183         },
   1184         {
   1185             "name" : "PresetPrev",
   1186             "textbutton" : {
   1187                 "text" : "<",
   1188                 "textHeight" : "38",
   1189                 "color" : "FC7576FF",
   1190                 "x" : "454",
   1191                 "y" : "917",
   1192                 "width" : "36",
   1193                 "height" : "30"
   1194             }
   1195         },
   1196         {
   1197             "name" : "PresetNext",
   1198             "textbutton" : {
   1199                 "text" : ">",
   1200                 "textHeight" : "38",
   1201                 "color" : "FC7576FF",
   1202                 "x" : "492",
   1203                 "y" : "917",
   1204                 "width" : "36",
   1205                 "height" : "30"
   1206             }
   1207         },
   1208         {
   1209             "name" : "PartVolume",
   1210             "rotary" : {
   1211             },
   1212             "spritesheet" : {
   1213                 "x" : "552.3",
   1214                 "y" : "916.1299",
   1215                 "width" : "36",
   1216                 "height" : "36",
   1217                 "texture" : "Mult_36x36_x2i",
   1218                 "tileSizeX" : "36",
   1219                 "tileSizeY" : "36"
   1220             }
   1221         },
   1222         {
   1223             "name" : "PartPan",
   1224             "rotary" : {
   1225             },
   1226             "spritesheet" : {
   1227                 "x" : "614.38",
   1228                 "y" : "916.1299",
   1229                 "width" : "36",
   1230                 "height" : "36",
   1231                 "texture" : "Mult_36x36_x2i",
   1232                 "tileSizeX" : "36",
   1233                 "tileSizeY" : "36"
   1234             }
   1235         },
   1236         {
   1237             "name" : "PartNumber",
   1238             "label" : {
   1239                 "text" : "10",
   1240                 "textHeight" : "32",
   1241                 "color" : "878787FF",
   1242                 "alignH" : "C",
   1243                 "alignV" : "C",
   1244                 "x" : "68",
   1245                 "y" : "970",
   1246                 "width" : "50.3025",
   1247                 "height" : "72"
   1248             }
   1249         },
   1250         {
   1251             "name" : "SelectPart",
   1252             "button" : {
   1253                 "isToggle" : "1",
   1254                 "radioGroupId" : "16",
   1255                 "normalImage" : "0",
   1256                 "downImage" : "1",
   1257                 "normalImageOn" : "1",
   1258                 "downImageOn" : "1",
   1259                 "x" : "68",
   1260                 "y" : "970",
   1261                 "width" : "72",
   1262                 "height" : "72",
   1263                 "texture" : "multi_btn_select_72x72_x2",
   1264                 "tileSizeX" : "72",
   1265                 "tileSizeY" : "72"
   1266             }
   1267         },
   1268         {
   1269             "name" : "PresetName",
   1270             "textbutton" : {
   1271                 "text" : "OvertureCK",
   1272                 "textHeight" : "24",
   1273                 "color" : "FC7576FF",
   1274                 "x" : "163",
   1275                 "y" : "991",
   1276                 "width" : "237",
   1277                 "height" : "26"
   1278             }
   1279         },
   1280         {
   1281             "name" : "PresetPrev",
   1282             "textbutton" : {
   1283                 "text" : "<",
   1284                 "textHeight" : "38",
   1285                 "color" : "FC7576FF",
   1286                 "x" : "454",
   1287                 "y" : "989",
   1288                 "width" : "36",
   1289                 "height" : "30"
   1290             }
   1291         },
   1292         {
   1293             "name" : "PresetNext",
   1294             "textbutton" : {
   1295                 "text" : ">",
   1296                 "textHeight" : "38",
   1297                 "color" : "FC7576FF",
   1298                 "x" : "492",
   1299                 "y" : "989",
   1300                 "width" : "36",
   1301                 "height" : "30"
   1302             }
   1303         },
   1304         {
   1305             "name" : "PartVolume",
   1306             "rotary" : {
   1307             },
   1308             "spritesheet" : {
   1309                 "x" : "552.3",
   1310                 "y" : "988.1299",
   1311                 "width" : "36",
   1312                 "height" : "36",
   1313                 "texture" : "Mult_36x36_x2i",
   1314                 "tileSizeX" : "36",
   1315                 "tileSizeY" : "36"
   1316             }
   1317         },
   1318         {
   1319             "name" : "PartPan",
   1320             "rotary" : {
   1321             },
   1322             "spritesheet" : {
   1323                 "x" : "614.38",
   1324                 "y" : "988.1299",
   1325                 "width" : "36",
   1326                 "height" : "36",
   1327                 "texture" : "Mult_36x36_x2i",
   1328                 "tileSizeX" : "36",
   1329                 "tileSizeY" : "36"
   1330             }
   1331         },
   1332         {
   1333             "name" : "PartNumber",
   1334             "label" : {
   1335                 "text" : "11",
   1336                 "textHeight" : "32",
   1337                 "color" : "878787FF",
   1338                 "alignH" : "C",
   1339                 "alignV" : "C",
   1340                 "x" : "68",
   1341                 "y" : "1042",
   1342                 "width" : "50.3025",
   1343                 "height" : "72"
   1344             }
   1345         },
   1346         {
   1347             "name" : "SelectPart",
   1348             "button" : {
   1349                 "isToggle" : "1",
   1350                 "radioGroupId" : "16",
   1351                 "normalImage" : "0",
   1352                 "downImage" : "1",
   1353                 "normalImageOn" : "1",
   1354                 "downImageOn" : "1",
   1355                 "x" : "68",
   1356                 "y" : "1042",
   1357                 "width" : "72",
   1358                 "height" : "72",
   1359                 "texture" : "multi_btn_select_72x72_x2",
   1360                 "tileSizeX" : "72",
   1361                 "tileSizeY" : "72"
   1362             }
   1363         },
   1364         {
   1365             "name" : "PresetName",
   1366             "textbutton" : {
   1367                 "text" : "OvertureCK",
   1368                 "textHeight" : "24",
   1369                 "color" : "FC7576FF",
   1370                 "x" : "163",
   1371                 "y" : "1063",
   1372                 "width" : "237",
   1373                 "height" : "26"
   1374             }
   1375         },
   1376         {
   1377             "name" : "PresetPrev",
   1378             "textbutton" : {
   1379                 "text" : "<",
   1380                 "textHeight" : "38",
   1381                 "color" : "FC7576FF",
   1382                 "x" : "454",
   1383                 "y" : "1061",
   1384                 "width" : "36",
   1385                 "height" : "30"
   1386             }
   1387         },
   1388         {
   1389             "name" : "PresetNext",
   1390             "textbutton" : {
   1391                 "text" : ">",
   1392                 "textHeight" : "38",
   1393                 "color" : "FC7576FF",
   1394                 "x" : "492",
   1395                 "y" : "1061",
   1396                 "width" : "36",
   1397                 "height" : "30"
   1398             }
   1399         },
   1400         {
   1401             "name" : "PartVolume",
   1402             "rotary" : {
   1403             },
   1404             "spritesheet" : {
   1405                 "x" : "552.3",
   1406                 "y" : "1060.13",
   1407                 "width" : "36",
   1408                 "height" : "36",
   1409                 "texture" : "Mult_36x36_x2i",
   1410                 "tileSizeX" : "36",
   1411                 "tileSizeY" : "36"
   1412             }
   1413         },
   1414         {
   1415             "name" : "PartPan",
   1416             "rotary" : {
   1417             },
   1418             "spritesheet" : {
   1419                 "x" : "614.38",
   1420                 "y" : "1060.13",
   1421                 "width" : "36",
   1422                 "height" : "36",
   1423                 "texture" : "Mult_36x36_x2i",
   1424                 "tileSizeX" : "36",
   1425                 "tileSizeY" : "36"
   1426             }
   1427         },
   1428         {
   1429             "name" : "PartNumber",
   1430             "label" : {
   1431                 "text" : "12",
   1432                 "textHeight" : "32",
   1433                 "color" : "878787FF",
   1434                 "alignH" : "C",
   1435                 "alignV" : "C",
   1436                 "x" : "68",
   1437                 "y" : "1114",
   1438                 "width" : "50.3025",
   1439                 "height" : "72"
   1440             }
   1441         },
   1442         {
   1443             "name" : "SelectPart",
   1444             "button" : {
   1445                 "isToggle" : "1",
   1446                 "radioGroupId" : "16",
   1447                 "normalImage" : "0",
   1448                 "downImage" : "1",
   1449                 "normalImageOn" : "1",
   1450                 "downImageOn" : "1",
   1451                 "x" : "68",
   1452                 "y" : "1114",
   1453                 "width" : "72",
   1454                 "height" : "72",
   1455                 "texture" : "multi_btn_select_72x72_x2",
   1456                 "tileSizeX" : "72",
   1457                 "tileSizeY" : "72"
   1458             }
   1459         },
   1460         {
   1461             "name" : "PresetName",
   1462             "textbutton" : {
   1463                 "text" : "OvertureCK",
   1464                 "textHeight" : "24",
   1465                 "color" : "FC7576FF",
   1466                 "x" : "163",
   1467                 "y" : "1135",
   1468                 "width" : "237",
   1469                 "height" : "26"
   1470             }
   1471         },
   1472         {
   1473             "name" : "PresetPrev",
   1474             "textbutton" : {
   1475                 "text" : "<",
   1476                 "textHeight" : "38",
   1477                 "color" : "FC7576FF",
   1478                 "x" : "454",
   1479                 "y" : "1133",
   1480                 "width" : "36",
   1481                 "height" : "30"
   1482             }
   1483         },
   1484         {
   1485             "name" : "PresetNext",
   1486             "textbutton" : {
   1487                 "text" : ">",
   1488                 "textHeight" : "38",
   1489                 "color" : "FC7576FF",
   1490                 "x" : "492",
   1491                 "y" : "1133",
   1492                 "width" : "36",
   1493                 "height" : "30"
   1494             }
   1495         },
   1496         {
   1497             "name" : "PartVolume",
   1498             "rotary" : {
   1499             },
   1500             "spritesheet" : {
   1501                 "x" : "552.3",
   1502                 "y" : "1132.13",
   1503                 "width" : "36",
   1504                 "height" : "36",
   1505                 "texture" : "Mult_36x36_x2i",
   1506                 "tileSizeX" : "36",
   1507                 "tileSizeY" : "36"
   1508             }
   1509         },
   1510         {
   1511             "name" : "PartPan",
   1512             "rotary" : {
   1513             },
   1514             "spritesheet" : {
   1515                 "x" : "614.38",
   1516                 "y" : "1132.13",
   1517                 "width" : "36",
   1518                 "height" : "36",
   1519                 "texture" : "Mult_36x36_x2i",
   1520                 "tileSizeX" : "36",
   1521                 "tileSizeY" : "36"
   1522             }
   1523         },
   1524         {
   1525             "name" : "PartNumber",
   1526             "label" : {
   1527                 "text" : "13",
   1528                 "textHeight" : "32",
   1529                 "color" : "878787FF",
   1530                 "alignH" : "C",
   1531                 "alignV" : "C",
   1532                 "x" : "68",
   1533                 "y" : "1186",
   1534                 "width" : "50.3025",
   1535                 "height" : "72"
   1536             }
   1537         },
   1538         {
   1539             "name" : "SelectPart",
   1540             "button" : {
   1541                 "isToggle" : "1",
   1542                 "radioGroupId" : "16",
   1543                 "normalImage" : "0",
   1544                 "downImage" : "1",
   1545                 "normalImageOn" : "1",
   1546                 "downImageOn" : "1",
   1547                 "x" : "68",
   1548                 "y" : "1186",
   1549                 "width" : "72",
   1550                 "height" : "72",
   1551                 "texture" : "multi_btn_select_72x72_x2",
   1552                 "tileSizeX" : "72",
   1553                 "tileSizeY" : "72"
   1554             }
   1555         },
   1556         {
   1557             "name" : "PresetName",
   1558             "textbutton" : {
   1559                 "text" : "OvertureCK",
   1560                 "textHeight" : "24",
   1561                 "color" : "FC7576FF",
   1562                 "x" : "163",
   1563                 "y" : "1207",
   1564                 "width" : "237",
   1565                 "height" : "26"
   1566             }
   1567         },
   1568         {
   1569             "name" : "PresetPrev",
   1570             "textbutton" : {
   1571                 "text" : "<",
   1572                 "textHeight" : "38",
   1573                 "color" : "FC7576FF",
   1574                 "x" : "454",
   1575                 "y" : "1205",
   1576                 "width" : "36",
   1577                 "height" : "30"
   1578             }
   1579         },
   1580         {
   1581             "name" : "PresetNext",
   1582             "textbutton" : {
   1583                 "text" : ">",
   1584                 "textHeight" : "38",
   1585                 "color" : "FC7576FF",
   1586                 "x" : "492",
   1587                 "y" : "1205",
   1588                 "width" : "36",
   1589                 "height" : "30"
   1590             }
   1591         },
   1592         {
   1593             "name" : "PartVolume",
   1594             "rotary" : {
   1595             },
   1596             "spritesheet" : {
   1597                 "x" : "552.3",
   1598                 "y" : "1204.13",
   1599                 "width" : "36",
   1600                 "height" : "36",
   1601                 "texture" : "Mult_36x36_x2i",
   1602                 "tileSizeX" : "36",
   1603                 "tileSizeY" : "36"
   1604             }
   1605         },
   1606         {
   1607             "name" : "PartPan",
   1608             "rotary" : {
   1609             },
   1610             "spritesheet" : {
   1611                 "x" : "614.38",
   1612                 "y" : "1204.13",
   1613                 "width" : "36",
   1614                 "height" : "36",
   1615                 "texture" : "Mult_36x36_x2i",
   1616                 "tileSizeX" : "36",
   1617                 "tileSizeY" : "36"
   1618             }
   1619         },
   1620         {
   1621             "name" : "PartNumber",
   1622             "label" : {
   1623                 "text" : "14",
   1624                 "textHeight" : "32",
   1625                 "color" : "878787FF",
   1626                 "alignH" : "C",
   1627                 "alignV" : "C",
   1628                 "x" : "68",
   1629                 "y" : "1258",
   1630                 "width" : "50.3025",
   1631                 "height" : "72"
   1632             }
   1633         },
   1634         {
   1635             "name" : "SelectPart",
   1636             "button" : {
   1637                 "isToggle" : "1",
   1638                 "radioGroupId" : "16",
   1639                 "normalImage" : "0",
   1640                 "downImage" : "1",
   1641                 "normalImageOn" : "1",
   1642                 "downImageOn" : "1",
   1643                 "x" : "68",
   1644                 "y" : "1258",
   1645                 "width" : "72",
   1646                 "height" : "72",
   1647                 "texture" : "multi_btn_select_72x72_x2",
   1648                 "tileSizeX" : "72",
   1649                 "tileSizeY" : "72"
   1650             }
   1651         },
   1652         {
   1653             "name" : "PresetName",
   1654             "textbutton" : {
   1655                 "text" : "OvertureCK",
   1656                 "textHeight" : "24",
   1657                 "color" : "FC7576FF",
   1658                 "x" : "163",
   1659                 "y" : "1279",
   1660                 "width" : "237",
   1661                 "height" : "26"
   1662             }
   1663         },
   1664         {
   1665             "name" : "PresetPrev",
   1666             "textbutton" : {
   1667                 "text" : "<",
   1668                 "textHeight" : "38",
   1669                 "color" : "FC7576FF",
   1670                 "x" : "454",
   1671                 "y" : "1277",
   1672                 "width" : "36",
   1673                 "height" : "30"
   1674             }
   1675         },
   1676         {
   1677             "name" : "PresetNext",
   1678             "textbutton" : {
   1679                 "text" : ">",
   1680                 "textHeight" : "38",
   1681                 "color" : "FC7576FF",
   1682                 "x" : "492",
   1683                 "y" : "1277",
   1684                 "width" : "36",
   1685                 "height" : "30"
   1686             }
   1687         },
   1688         {
   1689             "name" : "PartVolume",
   1690             "rotary" : {
   1691             },
   1692             "spritesheet" : {
   1693                 "x" : "552.3",
   1694                 "y" : "1276.13",
   1695                 "width" : "36",
   1696                 "height" : "36",
   1697                 "texture" : "Mult_36x36_x2i",
   1698                 "tileSizeX" : "36",
   1699                 "tileSizeY" : "36"
   1700             }
   1701         },
   1702         {
   1703             "name" : "PartPan",
   1704             "rotary" : {
   1705             },
   1706             "spritesheet" : {
   1707                 "x" : "614.38",
   1708                 "y" : "1276.13",
   1709                 "width" : "36",
   1710                 "height" : "36",
   1711                 "texture" : "Mult_36x36_x2i",
   1712                 "tileSizeX" : "36",
   1713                 "tileSizeY" : "36"
   1714             }
   1715         },
   1716         {
   1717             "name" : "PartNumber",
   1718             "label" : {
   1719                 "text" : "15",
   1720                 "textHeight" : "32",
   1721                 "color" : "878787FF",
   1722                 "alignH" : "C",
   1723                 "alignV" : "C",
   1724                 "x" : "68",
   1725                 "y" : "1330",
   1726                 "width" : "50.3025",
   1727                 "height" : "72"
   1728             }
   1729         },
   1730         {
   1731             "name" : "SelectPart",
   1732             "button" : {
   1733                 "isToggle" : "1",
   1734                 "radioGroupId" : "16",
   1735                 "normalImage" : "0",
   1736                 "downImage" : "1",
   1737                 "normalImageOn" : "1",
   1738                 "downImageOn" : "1",
   1739                 "x" : "68",
   1740                 "y" : "1330",
   1741                 "width" : "72",
   1742                 "height" : "72",
   1743                 "texture" : "multi_btn_select_72x72_x2",
   1744                 "tileSizeX" : "72",
   1745                 "tileSizeY" : "72"
   1746             }
   1747         },
   1748         {
   1749             "name" : "PresetName",
   1750             "textbutton" : {
   1751                 "text" : "OvertureCK",
   1752                 "textHeight" : "24",
   1753                 "color" : "FC7576FF",
   1754                 "x" : "163",
   1755                 "y" : "1351",
   1756                 "width" : "237",
   1757                 "height" : "26"
   1758             }
   1759         },
   1760         {
   1761             "name" : "PresetPrev",
   1762             "textbutton" : {
   1763                 "text" : "<",
   1764                 "textHeight" : "38",
   1765                 "color" : "FC7576FF",
   1766                 "x" : "454",
   1767                 "y" : "1349",
   1768                 "width" : "36",
   1769                 "height" : "30"
   1770             }
   1771         },
   1772         {
   1773             "name" : "PresetNext",
   1774             "textbutton" : {
   1775                 "text" : ">",
   1776                 "textHeight" : "38",
   1777                 "color" : "FC7576FF",
   1778                 "x" : "492",
   1779                 "y" : "1349",
   1780                 "width" : "36",
   1781                 "height" : "30"
   1782             }
   1783         },
   1784         {
   1785             "name" : "PartVolume",
   1786             "rotary" : {
   1787             },
   1788             "spritesheet" : {
   1789                 "x" : "552.3",
   1790                 "y" : "1348.13",
   1791                 "width" : "36",
   1792                 "height" : "36",
   1793                 "texture" : "Mult_36x36_x2i",
   1794                 "tileSizeX" : "36",
   1795                 "tileSizeY" : "36"
   1796             }
   1797         },
   1798         {
   1799             "name" : "PartPan",
   1800             "rotary" : {
   1801             },
   1802             "spritesheet" : {
   1803                 "x" : "614.38",
   1804                 "y" : "1348.13",
   1805                 "width" : "36",
   1806                 "height" : "36",
   1807                 "texture" : "Mult_36x36_x2i",
   1808                 "tileSizeX" : "36",
   1809                 "tileSizeY" : "36"
   1810             }
   1811         },
   1812         {
   1813             "name" : "PartNumber",
   1814             "label" : {
   1815                 "text" : "16",
   1816                 "textHeight" : "32",
   1817                 "color" : "878787FF",
   1818                 "alignH" : "C",
   1819                 "alignV" : "C",
   1820                 "x" : "68",
   1821                 "y" : "1402",
   1822                 "width" : "50.3025",
   1823                 "height" : "72"
   1824             }
   1825         },
   1826         {
   1827             "name" : "SelectPart",
   1828             "button" : {
   1829                 "isToggle" : "1",
   1830                 "radioGroupId" : "16",
   1831                 "normalImage" : "0",
   1832                 "downImage" : "1",
   1833                 "normalImageOn" : "1",
   1834                 "downImageOn" : "1",
   1835                 "x" : "68",
   1836                 "y" : "1402",
   1837                 "width" : "72",
   1838                 "height" : "72",
   1839                 "texture" : "multi_btn_select_72x72_x2",
   1840                 "tileSizeX" : "72",
   1841                 "tileSizeY" : "72"
   1842             }
   1843         },
   1844         {
   1845             "name" : "PresetName",
   1846             "textbutton" : {
   1847                 "text" : "OvertureCK",
   1848                 "textHeight" : "24",
   1849                 "color" : "FC7576FF",
   1850                 "x" : "163",
   1851                 "y" : "1423",
   1852                 "width" : "237",
   1853                 "height" : "26"
   1854             }
   1855         },
   1856         {
   1857             "name" : "PresetPrev",
   1858             "textbutton" : {
   1859                 "text" : "<",
   1860                 "textHeight" : "38",
   1861                 "color" : "FC7576FF",
   1862                 "x" : "454",
   1863                 "y" : "1421",
   1864                 "width" : "36",
   1865                 "height" : "30"
   1866             }
   1867         },
   1868         {
   1869             "name" : "PresetNext",
   1870             "textbutton" : {
   1871                 "text" : ">",
   1872                 "textHeight" : "38",
   1873                 "color" : "FC7576FF",
   1874                 "x" : "492",
   1875                 "y" : "1421",
   1876                 "width" : "36",
   1877                 "height" : "30"
   1878             }
   1879         },
   1880         {
   1881             "name" : "PartVolume",
   1882             "rotary" : {
   1883             },
   1884             "spritesheet" : {
   1885                 "x" : "552.3",
   1886                 "y" : "1420.13",
   1887                 "width" : "36",
   1888                 "height" : "36",
   1889                 "texture" : "Mult_36x36_x2i",
   1890                 "tileSizeX" : "36",
   1891                 "tileSizeY" : "36"
   1892             }
   1893         },
   1894         {
   1895             "name" : "PartPan",
   1896             "rotary" : {
   1897             },
   1898             "spritesheet" : {
   1899                 "x" : "614.38",
   1900                 "y" : "1420.13",
   1901                 "width" : "36",
   1902                 "height" : "36",
   1903                 "texture" : "Mult_36x36_x2i",
   1904                 "tileSizeX" : "36",
   1905                 "tileSizeY" : "36"
   1906             }
   1907         },
   1908         {
   1909             "name" : "page_osc",
   1910             "image" : {
   1911                 "x" : "676",
   1912                 "y" : "268",
   1913                 "width" : "2034",
   1914                 "height" : "1238",
   1915                 "texture" : "OSC_2034x1238_x2"
   1916             },
   1917             "children" : [
   1918                 {
   1919                     "name" : "Osc1Shape",
   1920                     "parameterAttachment" : {
   1921                         "parameter" : "Osc1 Shape"
   1922                     },
   1923                     "rotary" : {
   1924                     },
   1925                     "spritesheet" : {
   1926                         "x" : "246",
   1927                         "y" : "90",
   1928                         "width" : "140",
   1929                         "height" : "140",
   1930                         "texture" : "GenPol_140x140_x2",
   1931                         "tileSizeX" : "140",
   1932                         "tileSizeY" : "140"
   1933                     }
   1934                 },
   1935                 {
   1936                     "name" : "Osc1PW",
   1937                     "parameterAttachment" : {
   1938                         "parameter" : "Osc1 Pulsewidth"
   1939                     },
   1940                     "rotary" : {
   1941                     },
   1942                     "spritesheet" : {
   1943                         "x" : "370",
   1944                         "y" : "90",
   1945                         "width" : "140",
   1946                         "height" : "140",
   1947                         "texture" : "Gen_140x140_x2",
   1948                         "tileSizeX" : "140",
   1949                         "tileSizeY" : "140"
   1950                     }
   1951                 },
   1952                 {
   1953                     "name" : "Osc1Semi",
   1954                     "parameterAttachment" : {
   1955                         "parameter" : "Osc1 Semitone"
   1956                     },
   1957                     "rotary" : {
   1958                     },
   1959                     "spritesheet" : {
   1960                         "x" : "497.2",
   1961                         "y" : "89",
   1962                         "width" : "140",
   1963                         "height" : "140",
   1964                         "texture" : "GenPol_140x140_x2",
   1965                         "tileSizeX" : "140",
   1966                         "tileSizeY" : "140"
   1967                     }
   1968                 },
   1969                 {
   1970                     "name" : "Osc1Keyfollow",
   1971                     "parameterAttachment" : {
   1972                         "parameter" : "Osc1 Keyfollow"
   1973                     },
   1974                     "rotary" : {
   1975                     },
   1976                     "spritesheet" : {
   1977                         "x" : "629",
   1978                         "y" : "89",
   1979                         "width" : "140",
   1980                         "height" : "140",
   1981                         "texture" : "Gen_140x140_x2",
   1982                         "tileSizeX" : "140",
   1983                         "tileSizeY" : "140"
   1984                     }
   1985                 },
   1986                 {
   1987                     "name" : "Osc2Shape",
   1988                     "parameterAttachment" : {
   1989                         "parameter" : "Osc2 Shape"
   1990                     },
   1991                     "rotary" : {
   1992                     },
   1993                     "spritesheet" : {
   1994                         "x" : "245",
   1995                         "y" : "328",
   1996                         "width" : "140",
   1997                         "height" : "140",
   1998                         "texture" : "GenPol_140x140_x2",
   1999                         "tileSizeX" : "140",
   2000                         "tileSizeY" : "140"
   2001                     }
   2002                 },
   2003                 {
   2004                     "name" : "Osc2PW",
   2005                     "parameterAttachment" : {
   2006                         "parameter" : "Osc2 Pulsewidth"
   2007                     },
   2008                     "rotary" : {
   2009                     },
   2010                     "spritesheet" : {
   2011                         "x" : "369",
   2012                         "y" : "328",
   2013                         "width" : "140",
   2014                         "height" : "140",
   2015                         "texture" : "Gen_140x140_x2",
   2016                         "tileSizeX" : "140",
   2017                         "tileSizeY" : "140"
   2018                     }
   2019                 },
   2020                 {
   2021                     "name" : "Osc2Semi",
   2022                     "parameterAttachment" : {
   2023                         "parameter" : "Osc2 Semitone"
   2024                     },
   2025                     "rotary" : {
   2026                     },
   2027                     "spritesheet" : {
   2028                         "x" : "496.2",
   2029                         "y" : "327",
   2030                         "width" : "140",
   2031                         "height" : "140",
   2032                         "texture" : "GenPol_140x140_x2",
   2033                         "tileSizeX" : "140",
   2034                         "tileSizeY" : "140"
   2035                     }
   2036                 },
   2037                 {
   2038                     "name" : "Osc2Keyfollow",
   2039                     "parameterAttachment" : {
   2040                         "parameter" : "Osc2 Keyfollow"
   2041                     },
   2042                     "rotary" : {
   2043                     },
   2044                     "spritesheet" : {
   2045                         "x" : "628",
   2046                         "y" : "327",
   2047                         "width" : "140",
   2048                         "height" : "140",
   2049                         "texture" : "Gen_140x140_x2",
   2050                         "tileSizeX" : "140",
   2051                         "tileSizeY" : "140"
   2052                     }
   2053                 },
   2054                 {
   2055                     "name" : "Osc2FM",
   2056                     "parameterAttachment" : {
   2057                         "parameter" : "Osc2 FM Amount"
   2058                     },
   2059                     "rotary" : {
   2060                     },
   2061                     "spritesheet" : {
   2062                         "x" : "245",
   2063                         "y" : "518",
   2064                         "width" : "140",
   2065                         "height" : "140",
   2066                         "texture" : "Gen_140x140_x2",
   2067                         "tileSizeX" : "140",
   2068                         "tileSizeY" : "140"
   2069                     }
   2070                 },
   2071                 {
   2072                     "name" : "Osc2Detune",
   2073                     "parameterAttachment" : {
   2074                         "parameter" : "Osc2 Detune"
   2075                     },
   2076                     "rotary" : {
   2077                     },
   2078                     "spritesheet" : {
   2079                         "x" : "369",
   2080                         "y" : "518",
   2081                         "width" : "140",
   2082                         "height" : "140",
   2083                         "texture" : "Gen_140x140_x2",
   2084                         "tileSizeX" : "140",
   2085                         "tileSizeY" : "140"
   2086                     }
   2087                 },
   2088                 {
   2089                     "name" : "Osc2EnvFM",
   2090                     "parameterAttachment" : {
   2091                         "parameter" : "FM Filt Env Amt"
   2092                     },
   2093                     "rotary" : {
   2094                     },
   2095                     "spritesheet" : {
   2096                         "x" : "496.2",
   2097                         "y" : "517",
   2098                         "width" : "140",
   2099                         "height" : "140",
   2100                         "texture" : "GenPol_140x140_x2",
   2101                         "tileSizeX" : "140",
   2102                         "tileSizeY" : "140"
   2103                     }
   2104                 },
   2105                 {
   2106                     "name" : "Osc2Env",
   2107                     "parameterAttachment" : {
   2108                         "parameter" : "Osc2 Filt Env Amt"
   2109                     },
   2110                     "rotary" : {
   2111                     },
   2112                     "spritesheet" : {
   2113                         "x" : "628",
   2114                         "y" : "517",
   2115                         "width" : "140",
   2116                         "height" : "140",
   2117                         "texture" : "GenPol_140x140_x2",
   2118                         "tileSizeX" : "140",
   2119                         "tileSizeY" : "140"
   2120                     }
   2121                 },
   2122                 {
   2123                     "name" : "Osc3Semitone",
   2124                     "parameterAttachment" : {
   2125                         "parameter" : "Osc3 Semitone"
   2126                     },
   2127                     "rotary" : {
   2128                     },
   2129                     "spritesheet" : {
   2130                         "x" : "247",
   2131                         "y" : "761",
   2132                         "width" : "140",
   2133                         "height" : "140",
   2134                         "texture" : "GenPol_140x140_x2",
   2135                         "tileSizeX" : "140",
   2136                         "tileSizeY" : "140"
   2137                     }
   2138                 },
   2139                 {
   2140                     "name" : "Osc3Detune",
   2141                     "parameterAttachment" : {
   2142                         "parameter" : "Osc3 Detune"
   2143                     },
   2144                     "rotary" : {
   2145                     },
   2146                     "spritesheet" : {
   2147                         "x" : "369",
   2148                         "y" : "761",
   2149                         "width" : "140",
   2150                         "height" : "140",
   2151                         "texture" : "Gen_140x140_x2",
   2152                         "tileSizeX" : "140",
   2153                         "tileSizeY" : "140"
   2154                     }
   2155                 },
   2156                 {
   2157                     "name" : "Osc3Level",
   2158                     "parameterAttachment" : {
   2159                         "parameter" : "Osc3 Volume"
   2160                     },
   2161                     "rotary" : {
   2162                     },
   2163                     "spritesheet" : {
   2164                         "x" : "496",
   2165                         "y" : "761",
   2166                         "width" : "140",
   2167                         "height" : "140",
   2168                         "texture" : "GenRed_140x140_x2",
   2169                         "tileSizeX" : "140",
   2170                         "tileSizeY" : "140"
   2171                     }
   2172                 },
   2173                 {
   2174                     "name" : "UnisonDetune",
   2175                     "parameterAttachment" : {
   2176                         "parameter" : "Unison Detune"
   2177                     },
   2178                     "rotary" : {
   2179                     },
   2180                     "spritesheet" : {
   2181                         "x" : "245",
   2182                         "y" : "998.7",
   2183                         "width" : "140",
   2184                         "height" : "140",
   2185                         "texture" : "Gen_140x140_x2",
   2186                         "tileSizeX" : "140",
   2187                         "tileSizeY" : "140"
   2188                     }
   2189                 },
   2190                 {
   2191                     "name" : "UnisonPanSpread",
   2192                     "parameterAttachment" : {
   2193                         "parameter" : "Unison Pan Spread"
   2194                     },
   2195                     "rotary" : {
   2196                     },
   2197                     "spritesheet" : {
   2198                         "x" : "369",
   2199                         "y" : "998.7",
   2200                         "width" : "140",
   2201                         "height" : "140",
   2202                         "texture" : "Gen_140x140_x2",
   2203                         "tileSizeX" : "140",
   2204                         "tileSizeY" : "140"
   2205                     }
   2206                 },
   2207                 {
   2208                     "name" : "UnisonLfoPhase",
   2209                     "parameterAttachment" : {
   2210                         "parameter" : "Unison Lfo Phase"
   2211                     },
   2212                     "rotary" : {
   2213                     },
   2214                     "spritesheet" : {
   2215                         "x" : "496.2",
   2216                         "y" : "997.7",
   2217                         "width" : "140",
   2218                         "height" : "140",
   2219                         "texture" : "GenPol_140x140_x2",
   2220                         "tileSizeX" : "140",
   2221                         "tileSizeY" : "140"
   2222                     }
   2223                 },
   2224                 {
   2225                     "name" : "UnisonPhaseInit",
   2226                     "parameterAttachment" : {
   2227                         "parameter" : "Osc Init Phase"
   2228                     },
   2229                     "rotary" : {
   2230                     },
   2231                     "spritesheet" : {
   2232                         "x" : "628",
   2233                         "y" : "997.7",
   2234                         "width" : "140",
   2235                         "height" : "140",
   2236                         "texture" : "Gen_140x140_x2",
   2237                         "tileSizeX" : "140",
   2238                         "tileSizeY" : "140"
   2239                     }
   2240                 },
   2241                 {
   2242                     "name" : "Osc1WaveSelect",
   2243                     "combobox" : {
   2244                         "text" : "Wave 42",
   2245                         "textHeight" : "30",
   2246                         "alignH" : "L",
   2247                         "alignV" : "C",
   2248                         "x" : "86",
   2249                         "y" : "138",
   2250                         "width" : "162",
   2251                         "height" : "36"
   2252                     },
   2253                     "parameterAttachment" : {
   2254                         "parameter" : "Osc1 Wave Select"
   2255                     }
   2256                 },
   2257                 {
   2258                     "name" : "Osc2WaveSelect",
   2259                     "combobox" : {
   2260                         "text" : "Wave 42",
   2261                         "textHeight" : "30",
   2262                         "alignH" : "L",
   2263                         "alignV" : "C",
   2264                         "x" : "86",
   2265                         "y" : "376",
   2266                         "width" : "162",
   2267                         "height" : "36"
   2268                     },
   2269                     "parameterAttachment" : {
   2270                         "parameter" : "Osc2 Wave Select"
   2271                     }
   2272                 },
   2273                 {
   2274                     "name" : "Osc2FMMode",
   2275                     "combobox" : {
   2276                         "text" : "Wave 42",
   2277                         "textHeight" : "30",
   2278                         "alignH" : "L",
   2279                         "alignV" : "C",
   2280                         "x" : "86",
   2281                         "y" : "572",
   2282                         "width" : "162",
   2283                         "height" : "36"
   2284                     },
   2285                     "parameterAttachment" : {
   2286                         "parameter" : "Osc FM Mode"
   2287                     }
   2288                 },
   2289                 {
   2290                     "name" : "Osc3Mode",
   2291                     "combobox" : {
   2292                         "text" : "Wave 42",
   2293                         "textHeight" : "30",
   2294                         "alignH" : "L",
   2295                         "alignV" : "C",
   2296                         "x" : "86",
   2297                         "y" : "810",
   2298                         "width" : "162",
   2299                         "height" : "36"
   2300                     },
   2301                     "parameterAttachment" : {
   2302                         "parameter" : "Osc3 Mode"
   2303                     }
   2304                 },
   2305                 {
   2306                     "name" : "UnisonVoices",
   2307                     "combobox" : {
   2308                         "text" : "8",
   2309                         "textHeight" : "30",
   2310                         "alignH" : "L",
   2311                         "alignV" : "C",
   2312                         "x" : "86",
   2313                         "y" : "1043",
   2314                         "width" : "162",
   2315                         "height" : "36"
   2316                     },
   2317                     "parameterAttachment" : {
   2318                         "parameter" : "Unison Mode"
   2319                     }
   2320                 },
   2321                 {
   2322                     "name" : "SyncSwitch",
   2323                     "parameterAttachment" : {
   2324                         "parameter" : "Osc2 Sync"
   2325                     },
   2326                     "button" : {
   2327                         "isToggle" : "1",
   2328                         "normalImage" : "0",
   2329                         "downImage" : "1",
   2330                         "normalImageOn" : "1",
   2331                         "downImageOn" : "0",
   2332                         "x" : "636",
   2333                         "y" : "270",
   2334                         "width" : "108",
   2335                         "height" : "50",
   2336                         "texture" : "sync2_108x100_x2",
   2337                         "tileSizeX" : "108",
   2338                         "tileSizeY" : "50"
   2339                     }
   2340                 },
   2341                 {
   2342                     "name" : "OscBalance",
   2343                     "parameterAttachment" : {
   2344                         "parameter" : "Osc Balance"
   2345                     },
   2346                     "rotary" : {
   2347                     },
   2348                     "spritesheet" : {
   2349                         "x" : "836",
   2350                         "y" : "90.5",
   2351                         "width" : "140",
   2352                         "height" : "140",
   2353                         "texture" : "GenPol_140x140_x2",
   2354                         "tileSizeX" : "140",
   2355                         "tileSizeY" : "140"
   2356                     }
   2357                 },
   2358                 {
   2359                     "name" : "OscLevel",
   2360                     "parameterAttachment" : {
   2361                         "parameter" : "Osc Mainvolume"
   2362                     },
   2363                     "rotary" : {
   2364                     },
   2365                     "spritesheet" : {
   2366                         "x" : "975",
   2367                         "y" : "90.5",
   2368                         "width" : "140",
   2369                         "height" : "140",
   2370                         "texture" : "GenRed_140x140_x2",
   2371                         "tileSizeX" : "140",
   2372                         "tileSizeY" : "140"
   2373                     }
   2374                 },
   2375                 {
   2376                     "name" : "NoiseLevel",
   2377                     "parameterAttachment" : {
   2378                         "parameter" : "Noise Volume"
   2379                     },
   2380                     "rotary" : {
   2381                     },
   2382                     "spritesheet" : {
   2383                         "x" : "835",
   2384                         "y" : "329.5",
   2385                         "width" : "140",
   2386                         "height" : "140",
   2387                         "texture" : "GenRed_140x140_x2",
   2388                         "tileSizeX" : "140",
   2389                         "tileSizeY" : "140"
   2390                     }
   2391                 },
   2392                 {
   2393                     "name" : "RingModLevel",
   2394                     "parameterAttachment" : {
   2395                         "parameter" : "Ringmodulator Volume"
   2396                     },
   2397                     "rotary" : {
   2398                     },
   2399                     "spritesheet" : {
   2400                         "x" : "975",
   2401                         "y" : "329.5",
   2402                         "width" : "140",
   2403                         "height" : "140",
   2404                         "texture" : "GenRed_140x140_x2",
   2405                         "tileSizeX" : "140",
   2406                         "tileSizeY" : "140"
   2407                     }
   2408                 },
   2409                 {
   2410                     "name" : "NoiseColor",
   2411                     "parameterAttachment" : {
   2412                         "parameter" : "Noise Color"
   2413                     },
   2414                     "rotary" : {
   2415                     },
   2416                     "spritesheet" : {
   2417                         "x" : "835",
   2418                         "y" : "519",
   2419                         "width" : "140",
   2420                         "height" : "140",
   2421                         "texture" : "GenPol_140x140_x2",
   2422                         "tileSizeX" : "140",
   2423                         "tileSizeY" : "140"
   2424                     }
   2425                 },
   2426                 {
   2427                     "name" : "SubLevel",
   2428                     "parameterAttachment" : {
   2429                         "parameter" : "Suboscillator Volume"
   2430                     },
   2431                     "rotary" : {
   2432                     },
   2433                     "spritesheet" : {
   2434                         "x" : "976",
   2435                         "y" : "764",
   2436                         "width" : "140",
   2437                         "height" : "140",
   2438                         "texture" : "GenRed_140x140_x2",
   2439                         "tileSizeX" : "140",
   2440                         "tileSizeY" : "140"
   2441                     }
   2442                 },
   2443                 {
   2444                     "name" : "Portamento",
   2445                     "parameterAttachment" : {
   2446                         "parameter" : "Portamento Time"
   2447                     },
   2448                     "rotary" : {
   2449                     },
   2450                     "spritesheet" : {
   2451                         "x" : "828",
   2452                         "y" : "1000",
   2453                         "width" : "140",
   2454                         "height" : "140",
   2455                         "texture" : "Gen_140x140_x2",
   2456                         "tileSizeX" : "140",
   2457                         "tileSizeY" : "140"
   2458                     }
   2459                 },
   2460                 {
   2461                     "name" : "SubOscTypeSwitch",
   2462                     "parameterAttachment" : {
   2463                         "parameter" : "Suboscillator Shape"
   2464                     },
   2465                     "button" : {
   2466                         "isToggle" : "1",
   2467                         "normalImage" : "0",
   2468                         "downImage" : "1",
   2469                         "normalImageOn" : "1",
   2470                         "downImageOn" : "0",
   2471                         "x" : "865",
   2472                         "y" : "796",
   2473                         "width" : "36",
   2474                         "height" : "94",
   2475                         "texture" : "handle_72x94_x2",
   2476                         "tileSizeX" : "36",
   2477                         "tileSizeY" : "94"
   2478                     }
   2479                 },
   2480                 {
   2481                     "name" : "Cutoff",
   2482                     "parameterAttachment" : {
   2483                         "parameter" : "Cutoff"
   2484                     },
   2485                     "rotary" : {
   2486                     },
   2487                     "spritesheet" : {
   2488                         "x" : "1197",
   2489                         "y" : "90",
   2490                         "width" : "140",
   2491                         "height" : "140",
   2492                         "texture" : "Gen_140x140_x2",
   2493                         "tileSizeX" : "140",
   2494                         "tileSizeY" : "140"
   2495                     }
   2496                 },
   2497                 {
   2498                     "name" : "Reso",
   2499                     "parameterAttachment" : {
   2500                         "parameter" : "Filter1 Resonance"
   2501                     },
   2502                     "rotary" : {
   2503                     },
   2504                     "spritesheet" : {
   2505                         "x" : "1318",
   2506                         "y" : "90",
   2507                         "width" : "140",
   2508                         "height" : "140",
   2509                         "texture" : "Gen_140x140_x2",
   2510                         "tileSizeX" : "140",
   2511                         "tileSizeY" : "140"
   2512                     }
   2513                 },
   2514                 {
   2515                     "name" : "EnvAmt",
   2516                     "parameterAttachment" : {
   2517                         "parameter" : "Filter1 Env Amt"
   2518                     },
   2519                     "rotary" : {
   2520                     },
   2521                     "spritesheet" : {
   2522                         "x" : "1448",
   2523                         "y" : "90",
   2524                         "width" : "140",
   2525                         "height" : "140",
   2526                         "texture" : "Gen_140x140_x2",
   2527                         "tileSizeX" : "140",
   2528                         "tileSizeY" : "140"
   2529                     }
   2530                 },
   2531                 {
   2532                     "name" : "Keytrack",
   2533                     "parameterAttachment" : {
   2534                         "parameter" : "Filter1 Keyfollow"
   2535                     },
   2536                     "rotary" : {
   2537                     },
   2538                     "spritesheet" : {
   2539                         "x" : "1577",
   2540                         "y" : "90",
   2541                         "width" : "140",
   2542                         "height" : "140",
   2543                         "texture" : "GenPol_140x140_x2",
   2544                         "tileSizeX" : "140",
   2545                         "tileSizeY" : "140"
   2546                     }
   2547                 },
   2548                 {
   2549                     "name" : "ResVel",
   2550                     "parameterAttachment" : {
   2551                         "parameter" : "Resonance1 Velocity"
   2552                     },
   2553                     "rotary" : {
   2554                     },
   2555                     "spritesheet" : {
   2556                         "x" : "1707",
   2557                         "y" : "89",
   2558                         "width" : "140",
   2559                         "height" : "140",
   2560                         "texture" : "GenPol_140x140_x2",
   2561                         "tileSizeX" : "140",
   2562                         "tileSizeY" : "140"
   2563                     }
   2564                 },
   2565                 {
   2566                     "name" : "EnvVel1",
   2567                     "parameterAttachment" : {
   2568                         "parameter" : "Flt1 EnvAmt Velocity"
   2569                     },
   2570                     "rotary" : {
   2571                     },
   2572                     "spritesheet" : {
   2573                         "x" : "1837",
   2574                         "y" : "89",
   2575                         "width" : "140",
   2576                         "height" : "140",
   2577                         "texture" : "GenPol_140x140_x2",
   2578                         "tileSizeX" : "140",
   2579                         "tileSizeY" : "140"
   2580                     }
   2581                 },
   2582                 {
   2583                     "name" : "Mode",
   2584                     "combobox" : {
   2585                         "text" : "Wave 42",
   2586                         "textHeight" : "30",
   2587                         "alignH" : "L",
   2588                         "alignV" : "C",
   2589                         "x" : "1210",
   2590                         "y" : "310",
   2591                         "width" : "162",
   2592                         "height" : "36"
   2593                     },
   2594                     "parameterAttachment" : {
   2595                         "parameter" : "Filter1 Mode"
   2596                     }
   2597                 },
   2598                 {
   2599                     "name" : "EnvPolarity",
   2600                     "parameterAttachment" : {
   2601                         "parameter" : "Filter1 Env Polarity"
   2602                     },
   2603                     "button" : {
   2604                         "isToggle" : "1",
   2605                         "normalImage" : "0",
   2606                         "downImage" : "1",
   2607                         "normalImageOn" : "1",
   2608                         "downImageOn" : "0",
   2609                         "x" : "1776",
   2610                         "y" : "415",
   2611                         "width" : "50",
   2612                         "height" : "68",
   2613                         "texture" : "env_pol_100x68_x2",
   2614                         "tileSizeX" : "50",
   2615                         "tileSizeY" : "68"
   2616                     }
   2617                 },
   2618                 {
   2619                     "name" : "Cutoff",
   2620                     "parameterAttachment" : {
   2621                         "parameter" : "Cutoff2"
   2622                     },
   2623                     "rotary" : {
   2624                     },
   2625                     "spritesheet" : {
   2626                         "x" : "1197",
   2627                         "y" : "519.7",
   2628                         "width" : "140",
   2629                         "height" : "140",
   2630                         "texture" : "Gen_140x140_x2",
   2631                         "tileSizeX" : "140",
   2632                         "tileSizeY" : "140"
   2633                     }
   2634                 },
   2635                 {
   2636                     "name" : "Reso",
   2637                     "parameterAttachment" : {
   2638                         "parameter" : "Filter2 Resonance"
   2639                     },
   2640                     "rotary" : {
   2641                     },
   2642                     "spritesheet" : {
   2643                         "x" : "1318",
   2644                         "y" : "519.7",
   2645                         "width" : "140",
   2646                         "height" : "140",
   2647                         "texture" : "Gen_140x140_x2",
   2648                         "tileSizeX" : "140",
   2649                         "tileSizeY" : "140"
   2650                     }
   2651                 },
   2652                 {
   2653                     "name" : "EnvAmt",
   2654                     "parameterAttachment" : {
   2655                         "parameter" : "Filter2 Env Amt"
   2656                     },
   2657                     "rotary" : {
   2658                     },
   2659                     "spritesheet" : {
   2660                         "x" : "1448",
   2661                         "y" : "519.7",
   2662                         "width" : "140",
   2663                         "height" : "140",
   2664                         "texture" : "Gen_140x140_x2",
   2665                         "tileSizeX" : "140",
   2666                         "tileSizeY" : "140"
   2667                     }
   2668                 },
   2669                 {
   2670                     "name" : "Keytrack",
   2671                     "parameterAttachment" : {
   2672                         "parameter" : "Filter2 Keyfollow"
   2673                     },
   2674                     "rotary" : {
   2675                     },
   2676                     "spritesheet" : {
   2677                         "x" : "1577",
   2678                         "y" : "519.7",
   2679                         "width" : "140",
   2680                         "height" : "140",
   2681                         "texture" : "GenPol_140x140_x2",
   2682                         "tileSizeX" : "140",
   2683                         "tileSizeY" : "140"
   2684                     }
   2685                 },
   2686                 {
   2687                     "name" : "ResVel",
   2688                     "parameterAttachment" : {
   2689                         "parameter" : "Resonance2 Velocity"
   2690                     },
   2691                     "rotary" : {
   2692                     },
   2693                     "spritesheet" : {
   2694                         "x" : "1707",
   2695                         "y" : "518.7",
   2696                         "width" : "140",
   2697                         "height" : "140",
   2698                         "texture" : "GenPol_140x140_x2",
   2699                         "tileSizeX" : "140",
   2700                         "tileSizeY" : "140"
   2701                     }
   2702                 },
   2703                 {
   2704                     "name" : "EnvVel2",
   2705                     "parameterAttachment" : {
   2706                         "parameter" : "Flt2 EnvAmt Velocity"
   2707                     },
   2708                     "rotary" : {
   2709                     },
   2710                     "spritesheet" : {
   2711                         "x" : "1837",
   2712                         "y" : "518.7",
   2713                         "width" : "140",
   2714                         "height" : "140",
   2715                         "texture" : "GenPol_140x140_x2",
   2716                         "tileSizeX" : "140",
   2717                         "tileSizeY" : "140"
   2718                     }
   2719                 },
   2720                 {
   2721                     "name" : "Mode",
   2722                     "combobox" : {
   2723                         "text" : "Wave 42",
   2724                         "textHeight" : "30",
   2725                         "alignH" : "L",
   2726                         "alignV" : "C",
   2727                         "x" : "1210",
   2728                         "y" : "409.8",
   2729                         "width" : "162",
   2730                         "height" : "36"
   2731                     },
   2732                     "parameterAttachment" : {
   2733                         "parameter" : "Filter2 Mode"
   2734                     }
   2735                 },
   2736                 {
   2737                     "name" : "EnvPolarity",
   2738                     "parameterAttachment" : {
   2739                         "parameter" : "Filter2 Env Polarity"
   2740                     },
   2741                     "button" : {
   2742                         "isToggle" : "1",
   2743                         "normalImage" : "0",
   2744                         "downImage" : "1",
   2745                         "normalImageOn" : "1",
   2746                         "downImageOn" : "0",
   2747                         "x" : "1872",
   2748                         "y" : "414.7",
   2749                         "width" : "50",
   2750                         "height" : "68",
   2751                         "texture" : "env_pol_100x68_x2",
   2752                         "tileSizeX" : "50",
   2753                         "tileSizeY" : "68"
   2754                     }
   2755                 },
   2756                 {
   2757                     "name" : "FilterBalance",
   2758                     "parameterAttachment" : {
   2759                         "parameter" : "Filter Balance"
   2760                     },
   2761                     "rotary" : {
   2762                     },
   2763                     "spritesheet" : {
   2764                         "x" : "1405",
   2765                         "y" : "327",
   2766                         "width" : "140",
   2767                         "height" : "140",
   2768                         "texture" : "GenPol_140x140_x2",
   2769                         "tileSizeX" : "140",
   2770                         "tileSizeY" : "140"
   2771                     }
   2772                 },
   2773                 {
   2774                     "name" : "FilterRouting",
   2775                     "combobox" : {
   2776                         "text" : "Parallel 4",
   2777                         "textHeight" : "30",
   2778                         "alignH" : "L",
   2779                         "alignV" : "C",
   2780                         "x" : "1578",
   2781                         "y" : "309",
   2782                         "width" : "162",
   2783                         "height" : "36"
   2784                     },
   2785                     "parameterAttachment" : {
   2786                         "parameter" : "Filter Routing"
   2787                     }
   2788                 },
   2789                 {
   2790                     "name" : "FilterSaturationCurve",
   2791                     "combobox" : {
   2792                         "text" : "Parallel 4",
   2793                         "textHeight" : "30",
   2794                         "alignH" : "L",
   2795                         "alignV" : "C",
   2796                         "x" : "1578",
   2797                         "y" : "407",
   2798                         "width" : "162",
   2799                         "height" : "36"
   2800                     },
   2801                     "parameterAttachment" : {
   2802                         "parameter" : "Saturation Curve"
   2803                     }
   2804                 },
   2805                 {
   2806                     "name" : "FilterKeyfollowBase",
   2807                     "combobox" : {
   2808                         "text" : "Parallel 4",
   2809                         "textHeight" : "30",
   2810                         "alignH" : "L",
   2811                         "alignV" : "C",
   2812                         "x" : "1782.4",
   2813                         "y" : "309",
   2814                         "width" : "162",
   2815                         "height" : "36"
   2816                     },
   2817                     "parameterAttachment" : {
   2818                         "parameter" : "Filter Keytrack Base"
   2819                     }
   2820                 },
   2821                 {
   2822                     "name" : "LinkCutoff",
   2823                     "parameterAttachment" : {
   2824                         "parameter" : "Filter2 Cutoff Link"
   2825                     },
   2826                     "button" : {
   2827                         "isToggle" : "1",
   2828                         "normalImage" : "0",
   2829                         "downImage" : "1",
   2830                         "normalImageOn" : "1",
   2831                         "downImageOn" : "0",
   2832                         "x" : "1154",
   2833                         "y" : "340",
   2834                         "width" : "24",
   2835                         "height" : "72",
   2836                         "texture" : "link_horizon_48x72_x2",
   2837                         "tileSizeX" : "24",
   2838                         "tileSizeY" : "72"
   2839                     }
   2840                 },
   2841                 {
   2842                     "name" : "LinkEnv",
   2843                     "button" : {
   2844                         "isToggle" : "1",
   2845                         "normalImage" : "0",
   2846                         "downImage" : "1",
   2847                         "normalImageOn" : "1",
   2848                         "downImageOn" : "0",
   2849                         "x" : "1992",
   2850                         "y" : "339",
   2851                         "width" : "24",
   2852                         "height" : "72",
   2853                         "texture" : "link_horizon_48x72_x2",
   2854                         "tileSizeX" : "24",
   2855                         "tileSizeY" : "72"
   2856                     },
   2857 					"controllerlinks": [
   2858 						{ "source": "VelFlt1Freq", "dest": "VelFlt2Freq", "condition":"LinkEnv"},
   2859 						{ "source": "VelFlt2Freq", "dest": "VelFlt1Freq", "condition":"LinkEnv"},
   2860 						{ "source": "EnvVel1", "dest": "EnvVel2", "condition":"LinkEnv"},
   2861 						{ "source": "EnvVel2", "dest": "EnvVel1", "condition":"LinkEnv"}
   2862 					]
   2863                 },
   2864                 {
   2865                     "name" : "Attack",
   2866                     "parameterAttachment" : {
   2867                         "parameter" : "Filter Env Attack"
   2868                     },
   2869                     "rotary" : {
   2870                     },
   2871                     "spritesheet" : {
   2872                         "x" : "1197",
   2873                         "y" : "761",
   2874                         "width" : "140",
   2875                         "height" : "140",
   2876                         "texture" : "Gen_140x140_x2",
   2877                         "tileSizeX" : "140",
   2878                         "tileSizeY" : "140"
   2879                     }
   2880                 },
   2881                 {
   2882                     "name" : "Decay",
   2883                     "parameterAttachment" : {
   2884                         "parameter" : "Filter Env Decay"
   2885                     },
   2886                     "rotary" : {
   2887                     },
   2888                     "spritesheet" : {
   2889                         "x" : "1357",
   2890                         "y" : "761",
   2891                         "width" : "140",
   2892                         "height" : "140",
   2893                         "texture" : "Gen_140x140_x2",
   2894                         "tileSizeX" : "140",
   2895                         "tileSizeY" : "140"
   2896                     }
   2897                 },
   2898                 {
   2899                     "name" : "SustainLevel",
   2900                     "parameterAttachment" : {
   2901                         "parameter" : "Filter Env Sustain"
   2902                     },
   2903                     "rotary" : {
   2904                     },
   2905                     "spritesheet" : {
   2906                         "x" : "1515",
   2907                         "y" : "761",
   2908                         "width" : "140",
   2909                         "height" : "140",
   2910                         "texture" : "Gen_140x140_x2",
   2911                         "tileSizeX" : "140",
   2912                         "tileSizeY" : "140"
   2913                     }
   2914                 },
   2915                 {
   2916                     "name" : "SustainTime",
   2917                     "parameterAttachment" : {
   2918                         "parameter" : "Filter Env Sustain Time"
   2919                     },
   2920                     "rotary" : {
   2921                     },
   2922                     "spritesheet" : {
   2923                         "x" : "1672",
   2924                         "y" : "761",
   2925                         "width" : "140",
   2926                         "height" : "140",
   2927                         "texture" : "GenPol_140x140_x2",
   2928                         "tileSizeX" : "140",
   2929                         "tileSizeY" : "140"
   2930                     }
   2931                 },
   2932                 {
   2933                     "name" : "Release",
   2934                     "parameterAttachment" : {
   2935                         "parameter" : "Filter Env Release"
   2936                     },
   2937                     "rotary" : {
   2938                     },
   2939                     "spritesheet" : {
   2940                         "x" : "1836",
   2941                         "y" : "761",
   2942                         "width" : "140",
   2943                         "height" : "140",
   2944                         "texture" : "Gen_140x140_x2",
   2945                         "tileSizeX" : "140",
   2946                         "tileSizeY" : "140"
   2947                     }
   2948                 },
   2949                 {
   2950                     "name" : "Attack",
   2951                     "parameterAttachment" : {
   2952                         "parameter" : "Amp Env Attack"
   2953                     },
   2954                     "rotary" : {
   2955                     },
   2956                     "spritesheet" : {
   2957                         "x" : "1197",
   2958                         "y" : "998",
   2959                         "width" : "140",
   2960                         "height" : "140",
   2961                         "texture" : "Gen_140x140_x2",
   2962                         "tileSizeX" : "140",
   2963                         "tileSizeY" : "140"
   2964                     }
   2965                 },
   2966                 {
   2967                     "name" : "Decay",
   2968                     "parameterAttachment" : {
   2969                         "parameter" : "Amp Env Decay"
   2970                     },
   2971                     "rotary" : {
   2972                     },
   2973                     "spritesheet" : {
   2974                         "x" : "1357",
   2975                         "y" : "998",
   2976                         "width" : "140",
   2977                         "height" : "140",
   2978                         "texture" : "Gen_140x140_x2",
   2979                         "tileSizeX" : "140",
   2980                         "tileSizeY" : "140"
   2981                     }
   2982                 },
   2983                 {
   2984                     "name" : "SustainLevel",
   2985                     "parameterAttachment" : {
   2986                         "parameter" : "Amp Env Sustain"
   2987                     },
   2988                     "rotary" : {
   2989                     },
   2990                     "spritesheet" : {
   2991                         "x" : "1515",
   2992                         "y" : "998",
   2993                         "width" : "140",
   2994                         "height" : "140",
   2995                         "texture" : "Gen_140x140_x2",
   2996                         "tileSizeX" : "140",
   2997                         "tileSizeY" : "140"
   2998                     }
   2999                 },
   3000                 {
   3001                     "name" : "SustainTime",
   3002                     "parameterAttachment" : {
   3003                         "parameter" : "Amp Env Sustain Time"
   3004                     },
   3005                     "rotary" : {
   3006                     },
   3007                     "spritesheet" : {
   3008                         "x" : "1672",
   3009                         "y" : "998",
   3010                         "width" : "140",
   3011                         "height" : "140",
   3012                         "texture" : "GenPol_140x140_x2",
   3013                         "tileSizeX" : "140",
   3014                         "tileSizeY" : "140"
   3015                     }
   3016                 },
   3017                 {
   3018                     "name" : "Release",
   3019                     "parameterAttachment" : {
   3020                         "parameter" : "Amp Env Release"
   3021                     },
   3022                     "rotary" : {
   3023                     },
   3024                     "spritesheet" : {
   3025                         "x" : "1836",
   3026                         "y" : "998",
   3027                         "width" : "140",
   3028                         "height" : "140",
   3029                         "texture" : "Gen_140x140_x2",
   3030                         "tileSizeX" : "140",
   3031                         "tileSizeY" : "140"
   3032                     }
   3033                 }
   3034             ]
   3035         },
   3036         {
   3037             "name" : "page_lfo",
   3038             "image" : {
   3039                 "x" : "676",
   3040                 "y" : "268",
   3041                 "width" : "2034",
   3042                 "height" : "1238",
   3043                 "texture" : "LFO_2034x1238_x2"
   3044             },
   3045             "children" : [
   3046                 {
   3047                     "name" : "LfoShape",
   3048                     "combobox" : {
   3049                         "text" : "Wave 42",
   3050                         "textHeight" : "30",
   3051                         "alignH" : "L",
   3052                         "alignV" : "C",
   3053                         "x" : "71",
   3054                         "y" : "128",
   3055                         "width" : "162",
   3056                         "height" : "36"
   3057                     },
   3058                     "parameterAttachment" : {
   3059                         "parameter" : "Lfo1 Shape"
   3060                     }
   3061                 },
   3062                 {
   3063                     "name" : "LfoClock",
   3064                     "combobox" : {
   3065                         "text" : "Wave 42",
   3066                         "textHeight" : "30",
   3067                         "alignH" : "L",
   3068                         "alignV" : "C",
   3069                         "x" : "71",
   3070                         "y" : "213",
   3071                         "width" : "162",
   3072                         "height" : "36"
   3073                     },
   3074                     "parameterAttachment" : {
   3075                         "parameter" : "Lfo1 Clock"
   3076                     }
   3077                 },
   3078                 {
   3079                     "name" : "LfoMode",
   3080                     "parameterAttachment" : {
   3081                         "parameter" : "Lfo1 Mode"
   3082                     },
   3083                     "button" : {
   3084                         "isToggle" : "1",
   3085                         "normalImage" : "0",
   3086                         "downImage" : "1",
   3087                         "normalImageOn" : "1",
   3088                         "downImageOn" : "0",
   3089                         "x" : "60",
   3090                         "y" : "298",
   3091                         "width" : "36",
   3092                         "height" : "94",
   3093                         "texture" : "handle_72x94_x2",
   3094                         "tileSizeX" : "36",
   3095                         "tileSizeY" : "94"
   3096                     }
   3097                 },
   3098                 {
   3099                     "name" : "LfoEnvMode",
   3100                     "parameterAttachment" : {
   3101                         "parameter" : "Lfo1 Env Mode"
   3102                     },
   3103                     "button" : {
   3104                         "isToggle" : "1",
   3105                         "normalImage" : "0",
   3106                         "downImage" : "1",
   3107                         "normalImageOn" : "1",
   3108                         "downImageOn" : "0",
   3109                         "x" : "178",
   3110                         "y" : "299.4",
   3111                         "width" : "46",
   3112                         "height" : "38",
   3113                         "texture" : "lfo_btn_46x76_x2",
   3114                         "tileSizeX" : "46",
   3115                         "tileSizeY" : "38"
   3116                     }
   3117                 },
   3118                 {
   3119                     "name" : "LfoRate",
   3120                     "parameterAttachment" : {
   3121                         "parameter" : "Lfo1 Rate"
   3122                     },
   3123                     "rotary" : {
   3124                     },
   3125                     "spritesheet" : {
   3126                         "x" : "257",
   3127                         "y" : "84",
   3128                         "width" : "140",
   3129                         "height" : "140",
   3130                         "texture" : "Gen_140x140_x2",
   3131                         "tileSizeX" : "140",
   3132                         "tileSizeY" : "140"
   3133                     }
   3134                 },
   3135                 {
   3136                     "name" : "LfoKeytrack",
   3137                     "parameterAttachment" : {
   3138                         "parameter" : "Lfo1 Keyfollow"
   3139                     },
   3140                     "rotary" : {
   3141                     },
   3142                     "spritesheet" : {
   3143                         "x" : "386",
   3144                         "y" : "84",
   3145                         "width" : "140",
   3146                         "height" : "140",
   3147                         "texture" : "Gen_140x140_x2",
   3148                         "tileSizeX" : "140",
   3149                         "tileSizeY" : "140"
   3150                     }
   3151                 },
   3152                 {
   3153                     "name" : "LfoContour",
   3154                     "parameterAttachment" : {
   3155                         "parameter" : "Lfo1 Symmetry"
   3156                     },
   3157                     "rotary" : {
   3158                     },
   3159                     "spritesheet" : {
   3160                         "x" : "258",
   3161                         "y" : "250",
   3162                         "width" : "140",
   3163                         "height" : "140",
   3164                         "texture" : "GenPol_140x140_x2",
   3165                         "tileSizeX" : "140",
   3166                         "tileSizeY" : "140"
   3167                     }
   3168                 },
   3169                 {
   3170                     "name" : "LfoPhase",
   3171                     "parameterAttachment" : {
   3172                         "parameter" : "Lfo1 Keytrigger"
   3173                     },
   3174                     "rotary" : {
   3175                     },
   3176                     "spritesheet" : {
   3177                         "x" : "386",
   3178                         "y" : "251",
   3179                         "width" : "140",
   3180                         "height" : "140",
   3181                         "texture" : "Gen_140x140_x2",
   3182                         "tileSizeX" : "140",
   3183                         "tileSizeY" : "140"
   3184                     }
   3185                 },
   3186                 {
   3187                     "name" : "LfoOsc1Pitch",
   3188                     "parameterAttachment" : {
   3189                         "parameter" : "Osc1 Lfo1 Amount"
   3190                     },
   3191                     "rotary" : {
   3192                     },
   3193                     "spritesheet" : {
   3194                         "x" : "535",
   3195                         "y" : "84",
   3196                         "width" : "140",
   3197                         "height" : "140",
   3198                         "texture" : "GenPol_140x140_x2",
   3199                         "tileSizeX" : "140",
   3200                         "tileSizeY" : "140"
   3201                     }
   3202                 },
   3203                 {
   3204                     "name" : "LfoOsc2Pitch",
   3205                     "parameterAttachment" : {
   3206                         "parameter" : "Osc2 Lfo1 Amount"
   3207                     },
   3208                     "rotary" : {
   3209                     },
   3210                     "spritesheet" : {
   3211                         "x" : "663",
   3212                         "y" : "84",
   3213                         "width" : "140",
   3214                         "height" : "140",
   3215                         "texture" : "GenPol_140x140_x2",
   3216                         "tileSizeX" : "140",
   3217                         "tileSizeY" : "140"
   3218                     }
   3219                 },
   3220                 {
   3221                     "name" : "LfoFilterGain",
   3222                     "parameterAttachment" : {
   3223                         "parameter" : "FiltGain Lfo1 Amount"
   3224                     },
   3225                     "rotary" : {
   3226                     },
   3227                     "spritesheet" : {
   3228                         "x" : "534",
   3229                         "y" : "251",
   3230                         "width" : "140",
   3231                         "height" : "140",
   3232                         "texture" : "GenPol_140x140_x2",
   3233                         "tileSizeX" : "140",
   3234                         "tileSizeY" : "140"
   3235                     }
   3236                 },
   3237                 {
   3238                     "name" : "LfoAmount",
   3239                     "parameterAttachment" : {
   3240                         "parameter" : "LFO1 Assign Amount"
   3241                     },
   3242                     "rotary" : {
   3243                     },
   3244                     "spritesheet" : {
   3245                         "x" : "659",
   3246                         "y" : "250",
   3247                         "width" : "140",
   3248                         "height" : "140",
   3249                         "texture" : "GenPol_140x140_x2",
   3250                         "tileSizeX" : "140",
   3251                         "tileSizeY" : "140"
   3252                     }
   3253                 },
   3254                 {
   3255                     "name" : "LfoPW12",
   3256                     "parameterAttachment" : {
   3257                         "parameter" : "PW Lfo1 Amount"
   3258                     },
   3259                     "rotary" : {
   3260                     },
   3261                     "spritesheet" : {
   3262                         "x" : "793",
   3263                         "y" : "84",
   3264                         "width" : "140",
   3265                         "height" : "140",
   3266                         "texture" : "GenPol_140x140_x2",
   3267                         "tileSizeX" : "140",
   3268                         "tileSizeY" : "140"
   3269                     }
   3270                 },
   3271                 {
   3272                     "name" : "LfoReso12",
   3273                     "parameterAttachment" : {
   3274                         "parameter" : "Reso Lfo1 Amount"
   3275                     },
   3276                     "rotary" : {
   3277                     },
   3278                     "spritesheet" : {
   3279                         "x" : "925",
   3280                         "y" : "84",
   3281                         "width" : "140",
   3282                         "height" : "140",
   3283                         "texture" : "GenPol_140x140_x2",
   3284                         "tileSizeX" : "140",
   3285                         "tileSizeY" : "140"
   3286                     }
   3287                 },
   3288                 {
   3289                     "name" : "LfoAssignDestination",
   3290                     "combobox" : {
   3291                         "text" : "Wave 42",
   3292                         "textHeight" : "30",
   3293                         "alignH" : "L",
   3294                         "alignV" : "C",
   3295                         "x" : "835",
   3296                         "y" : "298",
   3297                         "width" : "193",
   3298                         "height" : "36"
   3299                     },
   3300                     "parameterAttachment" : {
   3301                         "parameter" : "LFO1 Assign Dest"
   3302                     }
   3303                 },
   3304                 {
   3305                     "name" : "Lfo1Link",
   3306                     "button" : {
   3307                         "isToggle" : "1",
   3308                         "normalImage" : "0",
   3309                         "downImage" : "1",
   3310                         "normalImageOn" : "1",
   3311                         "downImageOn" : "0",
   3312                         "x" : "630",
   3313                         "y" : "70",
   3314                         "width" : "72",
   3315                         "height" : "24",
   3316                         "texture" : "link_vert_72x48_x2",
   3317                         "tileSizeX" : "72",
   3318                         "tileSizeY" : "24"
   3319                     },
   3320 					"controllerlinks": [
   3321 						{ "source": "LfoOsc1Pitch", "dest": "LfoOsc2Pitch", "condition":"Lfo1Link"},
   3322 						{ "source": "LfoOsc2Pitch", "dest": "LfoOsc1Pitch", "condition":"Lfo1Link"}
   3323 					]
   3324                 },
   3325                 {
   3326                     "name" : "LfoShape",
   3327                     "combobox" : {
   3328                         "text" : "Wave 42",
   3329                         "textHeight" : "30",
   3330                         "alignH" : "L",
   3331                         "alignV" : "C",
   3332                         "x" : "71",
   3333                         "y" : "508",
   3334                         "width" : "162",
   3335                         "height" : "36"
   3336                     },
   3337                     "parameterAttachment" : {
   3338                         "parameter" : "Lfo2 Shape"
   3339                     }
   3340                 },
   3341                 {
   3342                     "name" : "LfoClock",
   3343                     "combobox" : {
   3344                         "text" : "Wave 42",
   3345                         "textHeight" : "30",
   3346                         "alignH" : "L",
   3347                         "alignV" : "C",
   3348                         "x" : "71",
   3349                         "y" : "593",
   3350                         "width" : "162",
   3351                         "height" : "36"
   3352                     },
   3353                     "parameterAttachment" : {
   3354                         "parameter" : "Lfo2 Clock"
   3355                     }
   3356                 },
   3357                 {
   3358                     "name" : "LfoMode",
   3359                     "parameterAttachment" : {
   3360                         "parameter" : "Lfo2 Mode"
   3361                     },
   3362                     "button" : {
   3363                         "isToggle" : "1",
   3364                         "normalImage" : "0",
   3365                         "downImage" : "1",
   3366                         "normalImageOn" : "1",
   3367                         "downImageOn" : "0",
   3368                         "x" : "60",
   3369                         "y" : "678",
   3370                         "width" : "36",
   3371                         "height" : "94",
   3372                         "texture" : "handle_72x94_x2",
   3373                         "tileSizeX" : "36",
   3374                         "tileSizeY" : "94"
   3375                     }
   3376                 },
   3377                 {
   3378                     "name" : "LfoEnvMode",
   3379                     "parameterAttachment" : {
   3380                         "parameter" : "Lfo2 Env Mode"
   3381                     },
   3382                     "button" : {
   3383                         "isToggle" : "1",
   3384                         "normalImage" : "0",
   3385                         "downImage" : "1",
   3386                         "normalImageOn" : "1",
   3387                         "downImageOn" : "0",
   3388                         "x" : "178",
   3389                         "y" : "679.3999",
   3390                         "width" : "46",
   3391                         "height" : "38",
   3392                         "texture" : "lfo_btn_46x76_x2",
   3393                         "tileSizeX" : "46",
   3394                         "tileSizeY" : "38"
   3395                     }
   3396                 },
   3397                 {
   3398                     "name" : "LfoRate",
   3399                     "parameterAttachment" : {
   3400                         "parameter" : "Lfo2 Rate"
   3401                     },
   3402                     "rotary" : {
   3403                     },
   3404                     "spritesheet" : {
   3405                         "x" : "257",
   3406                         "y" : "464",
   3407                         "width" : "140",
   3408                         "height" : "140",
   3409                         "texture" : "Gen_140x140_x2",
   3410                         "tileSizeX" : "140",
   3411                         "tileSizeY" : "140"
   3412                     }
   3413                 },
   3414                 {
   3415                     "name" : "LfoKeytrack",
   3416                     "parameterAttachment" : {
   3417                         "parameter" : "Lfo2 Keyfollow"
   3418                     },
   3419                     "rotary" : {
   3420                     },
   3421                     "spritesheet" : {
   3422                         "x" : "386",
   3423                         "y" : "464",
   3424                         "width" : "140",
   3425                         "height" : "140",
   3426                         "texture" : "Gen_140x140_x2",
   3427                         "tileSizeX" : "140",
   3428                         "tileSizeY" : "140"
   3429                     }
   3430                 },
   3431                 {
   3432                     "name" : "LfoContour",
   3433                     "parameterAttachment" : {
   3434                         "parameter" : "Lfo2 Symmetry"
   3435                     },
   3436                     "rotary" : {
   3437                     },
   3438                     "spritesheet" : {
   3439                         "x" : "258",
   3440                         "y" : "630",
   3441                         "width" : "140",
   3442                         "height" : "140",
   3443                         "texture" : "GenPol_140x140_x2",
   3444                         "tileSizeX" : "140",
   3445                         "tileSizeY" : "140"
   3446                     }
   3447                 },
   3448                 {
   3449                     "name" : "LfoPhase",
   3450                     "parameterAttachment" : {
   3451                         "parameter" : "Lfo2 Keytrigger"
   3452                     },
   3453                     "rotary" : {
   3454                     },
   3455                     "spritesheet" : {
   3456                         "x" : "386",
   3457                         "y" : "631",
   3458                         "width" : "140",
   3459                         "height" : "140",
   3460                         "texture" : "Gen_140x140_x2",
   3461                         "tileSizeX" : "140",
   3462                         "tileSizeY" : "140"
   3463                     }
   3464                 },
   3465                 {
   3466                     "name" : "Cutoff1Lfo2Amount",
   3467                     "parameterAttachment" : {
   3468                         "parameter" : "Cutoff1 Lfo2 Amount"
   3469                     },
   3470                     "rotary" : {
   3471                     },
   3472                     "spritesheet" : {
   3473                         "x" : "535",
   3474                         "y" : "464",
   3475                         "width" : "140",
   3476                         "height" : "140",
   3477                         "texture" : "GenPol_140x140_x2",
   3478                         "tileSizeX" : "140",
   3479                         "tileSizeY" : "140"
   3480                     }
   3481                 },
   3482                 {
   3483                     "name" : "Cutoff2Lfo2Amount",
   3484                     "parameterAttachment" : {
   3485                         "parameter" : "Cutoff2 Lfo2 Amount"
   3486                     },
   3487                     "rotary" : {
   3488                     },
   3489                     "spritesheet" : {
   3490                         "x" : "663",
   3491                         "y" : "464",
   3492                         "width" : "140",
   3493                         "height" : "140",
   3494                         "texture" : "GenPol_140x140_x2",
   3495                         "tileSizeX" : "140",
   3496                         "tileSizeY" : "140"
   3497                     }
   3498                 },
   3499                 {
   3500                     "name" : "LfoFilterGain",
   3501                     "parameterAttachment" : {
   3502                         "parameter" : "Pan Lfo2 Amount"
   3503                     },
   3504                     "rotary" : {
   3505                     },
   3506                     "spritesheet" : {
   3507                         "x" : "534",
   3508                         "y" : "631",
   3509                         "width" : "140",
   3510                         "height" : "140",
   3511                         "texture" : "GenPol_140x140_x2",
   3512                         "tileSizeX" : "140",
   3513                         "tileSizeY" : "140"
   3514                     }
   3515                 },
   3516                 {
   3517                     "name" : "LfoAmount",
   3518                     "parameterAttachment" : {
   3519                         "parameter" : "LFO2 Assign Amount"
   3520                     },
   3521                     "rotary" : {
   3522                     },
   3523                     "spritesheet" : {
   3524                         "x" : "659",
   3525                         "y" : "630",
   3526                         "width" : "140",
   3527                         "height" : "140",
   3528                         "texture" : "GenPol_140x140_x2",
   3529                         "tileSizeX" : "140",
   3530                         "tileSizeY" : "140"
   3531                     }
   3532                 },
   3533                 {
   3534                     "name" : "LfoPW12",
   3535                     "parameterAttachment" : {
   3536                         "parameter" : "Shape Lfo2 Amount"
   3537                     },
   3538                     "rotary" : {
   3539                     },
   3540                     "spritesheet" : {
   3541                         "x" : "793",
   3542                         "y" : "464",
   3543                         "width" : "140",
   3544                         "height" : "140",
   3545                         "texture" : "GenPol_140x140_x2",
   3546                         "tileSizeX" : "140",
   3547                         "tileSizeY" : "140"
   3548                     }
   3549                 },
   3550                 {
   3551                     "name" : "LfoReso12",
   3552                     "parameterAttachment" : {
   3553                         "parameter" : "FM Lfo2 Amount"
   3554                     },
   3555                     "rotary" : {
   3556                     },
   3557                     "spritesheet" : {
   3558                         "x" : "925",
   3559                         "y" : "464",
   3560                         "width" : "140",
   3561                         "height" : "140",
   3562                         "texture" : "GenPol_140x140_x2",
   3563                         "tileSizeX" : "140",
   3564                         "tileSizeY" : "140"
   3565                     }
   3566                 },
   3567                 {
   3568                     "name" : "LfoAssignDestination",
   3569                     "combobox" : {
   3570                         "text" : "Wave 42",
   3571                         "textHeight" : "30",
   3572                         "alignH" : "L",
   3573                         "alignV" : "C",
   3574                         "x" : "835",
   3575                         "y" : "678",
   3576                         "width" : "193",
   3577                         "height" : "36"
   3578                     },
   3579                     "parameterAttachment" : {
   3580                         "parameter" : "LFO2 Assign Dest"
   3581                     }
   3582                 },
   3583                 {
   3584                     "name" : "Lfo2Link",
   3585                     "button" : {
   3586                         "isToggle" : "1",
   3587                         "normalImage" : "0",
   3588                         "downImage" : "1",
   3589                         "normalImageOn" : "1",
   3590                         "downImageOn" : "0",
   3591                         "x" : "630",
   3592                         "y" : "450",
   3593                         "width" : "72",
   3594                         "height" : "24",
   3595                         "texture" : "link_vert_72x48_x2",
   3596                         "tileSizeX" : "72",
   3597                         "tileSizeY" : "24"
   3598                     },
   3599 					"controllerlinks": [
   3600 						{ "source": "Cutoff1Lfo2Amount", "dest": "Cutoff2Lfo2Amount", "condition":"Lfo2Link"},
   3601 						{ "source": "Cutoff2Lfo2Amount", "dest": "Cutoff1Lfo2Amount", "condition":"Lfo2Link"}
   3602 					]
   3603                 },
   3604                 {
   3605                     "name" : "LfoShape",
   3606                     "combobox" : {
   3607                         "text" : "Wave 42",
   3608                         "textHeight" : "30",
   3609                         "alignH" : "L",
   3610                         "alignV" : "C",
   3611                         "x" : "71",
   3612                         "y" : "887",
   3613                         "width" : "162",
   3614                         "height" : "36"
   3615                     },
   3616                     "parameterAttachment" : {
   3617                         "parameter" : "Lfo3 Shape"
   3618                     }
   3619                 },
   3620                 {
   3621                     "name" : "LfoClock",
   3622                     "combobox" : {
   3623                         "text" : "Wave 42",
   3624                         "textHeight" : "30",
   3625                         "alignH" : "L",
   3626                         "alignV" : "C",
   3627                         "x" : "71",
   3628                         "y" : "972",
   3629                         "width" : "162",
   3630                         "height" : "36"
   3631                     },
   3632                     "parameterAttachment" : {
   3633                         "parameter" : "Lfo3 Clock"
   3634                     }
   3635                 },
   3636                 {
   3637                     "name" : "LfoMode",
   3638                     "parameterAttachment" : {
   3639                         "parameter" : "Lfo3 Mode"
   3640                     },
   3641                     "button" : {
   3642                         "isToggle" : "1",
   3643                         "normalImage" : "0",
   3644                         "downImage" : "1",
   3645                         "normalImageOn" : "1",
   3646                         "downImageOn" : "0",
   3647                         "x" : "62",
   3648                         "y" : "1061",
   3649                         "width" : "36",
   3650                         "height" : "94",
   3651                         "texture" : "handle_72x94_x2",
   3652                         "tileSizeX" : "36",
   3653                         "tileSizeY" : "94"
   3654                     }
   3655                 },
   3656                 {
   3657                     "name" : "LfoRate",
   3658                     "parameterAttachment" : {
   3659                         "parameter" : "Lfo3 Rate"
   3660                     },
   3661                     "rotary" : {
   3662                     },
   3663                     "spritesheet" : {
   3664                         "x" : "257",
   3665                         "y" : "857",
   3666                         "width" : "140",
   3667                         "height" : "140",
   3668                         "texture" : "Gen_140x140_x2",
   3669                         "tileSizeX" : "140",
   3670                         "tileSizeY" : "140"
   3671                     }
   3672                 },
   3673                 {
   3674                     "name" : "Lfo3FadeIn",
   3675                     "parameterAttachment" : {
   3676                         "parameter" : "Lfo3 Fade-In Time"
   3677                     },
   3678                     "rotary" : {
   3679                     },
   3680                     "spritesheet" : {
   3681                         "x" : "386",
   3682                         "y" : "857",
   3683                         "width" : "140",
   3684                         "height" : "140",
   3685                         "texture" : "Gen_140x140_x2",
   3686                         "tileSizeX" : "140",
   3687                         "tileSizeY" : "140"
   3688                     }
   3689                 },
   3690                 {
   3691                     "name" : "Lfo3Keytrack",
   3692                     "parameterAttachment" : {
   3693                         "parameter" : "Lfo3 Keyfollow"
   3694                     },
   3695                     "rotary" : {
   3696                     },
   3697                     "spritesheet" : {
   3698                         "x" : "258",
   3699                         "y" : "1011",
   3700                         "width" : "140",
   3701                         "height" : "140",
   3702                         "texture" : "Gen_140x140_x2",
   3703                         "tileSizeX" : "140",
   3704                         "tileSizeY" : "140"
   3705                     }
   3706                 },
   3707                 {
   3708                     "name" : "Lfo3Amount",
   3709                     "parameterAttachment" : {
   3710                         "parameter" : "Osc Lfo3 Amount"
   3711                     },
   3712                     "rotary" : {
   3713                     },
   3714                     "spritesheet" : {
   3715                         "x" : "659",
   3716                         "y" : "857",
   3717                         "width" : "140",
   3718                         "height" : "140",
   3719                         "texture" : "Gen_140x140_x2",
   3720                         "tileSizeX" : "140",
   3721                         "tileSizeY" : "140"
   3722                     }
   3723                 },
   3724                 {
   3725                     "name" : "Lfo3AssignDestination",
   3726                     "combobox" : {
   3727                         "text" : "Wave 42",
   3728                         "textHeight" : "30",
   3729                         "alignH" : "L",
   3730                         "alignV" : "C",
   3731                         "x" : "835",
   3732                         "y" : "905",
   3733                         "width" : "193",
   3734                         "height" : "36"
   3735                     },
   3736                     "parameterAttachment" : {
   3737                         "parameter" : "Lfo3 Destination"
   3738                     }
   3739                 },
   3740                 {
   3741                     "name" : "ModAmount",
   3742                     "parameterAttachment" : {
   3743                         "parameter" : "Assign1 Amount"
   3744                     },
   3745                     "rotary" : {
   3746                     },
   3747                     "spritesheet" : {
   3748                         "x" : "1608",
   3749                         "y" : "226",
   3750                         "width" : "140",
   3751                         "height" : "140",
   3752                         "texture" : "GenPol_140x140_x2",
   3753                         "tileSizeX" : "140",
   3754                         "tileSizeY" : "140"
   3755                     }
   3756                 },
   3757                 {
   3758                     "name" : "ModSource",
   3759                     "combobox" : {
   3760                         "text" : "Wave 42",
   3761                         "textHeight" : "30",
   3762                         "alignH" : "L",
   3763                         "alignV" : "C",
   3764                         "x" : "1758",
   3765                         "y" : "184",
   3766                         "width" : "190",
   3767                         "height" : "36"
   3768                     },
   3769                     "parameterAttachment" : {
   3770                         "parameter" : "Assign1 Source"
   3771                     }
   3772                 },
   3773                 {
   3774                     "name" : "ModDest",
   3775                     "combobox" : {
   3776                         "text" : "Wave 42",
   3777                         "textHeight" : "30",
   3778                         "alignH" : "L",
   3779                         "alignV" : "C",
   3780                         "x" : "1758",
   3781                         "y" : "300",
   3782                         "width" : "190",
   3783                         "height" : "36"
   3784                     },
   3785                     "parameterAttachment" : {
   3786                         "parameter" : "Assign1 Destination"
   3787                     }
   3788                 },
   3789                 {
   3790                     "name" : "ModAmount",
   3791                     "parameterAttachment" : {
   3792                         "parameter" : "Assign2 Amount1"
   3793                     },
   3794                     "rotary" : {
   3795                     },
   3796                     "spritesheet" : {
   3797                         "x" : "1135",
   3798                         "y" : "819",
   3799                         "width" : "140",
   3800                         "height" : "140",
   3801                         "texture" : "GenPol_140x140_x2",
   3802                         "tileSizeX" : "140",
   3803                         "tileSizeY" : "140"
   3804                     }
   3805                 },
   3806                 {
   3807                     "name" : "ModSource",
   3808                     "combobox" : {
   3809                         "text" : "Wave 42",
   3810                         "textHeight" : "30",
   3811                         "alignH" : "L",
   3812                         "alignV" : "C",
   3813                         "x" : "1289",
   3814                         "y" : "779",
   3815                         "width" : "190",
   3816                         "height" : "36"
   3817                     },
   3818                     "parameterAttachment" : {
   3819                         "parameter" : "Assign2 Source"
   3820                     }
   3821                 },
   3822                 {
   3823                     "name" : "ModDest",
   3824                     "combobox" : {
   3825                         "text" : "Wave 42",
   3826                         "textHeight" : "30",
   3827                         "alignH" : "L",
   3828                         "alignV" : "C",
   3829                         "x" : "1289",
   3830                         "y" : "895",
   3831                         "width" : "190",
   3832                         "height" : "36"
   3833                     },
   3834                     "parameterAttachment" : {
   3835                         "parameter" : "Assign2 Destination1"
   3836                     }
   3837                 },
   3838                 {
   3839                     "name" : "ModAmount2",
   3840                     "parameterAttachment" : {
   3841                         "parameter" : "Assign2 Amount2"
   3842                     },
   3843                     "rotary" : {
   3844                     },
   3845                     "spritesheet" : {
   3846                         "x" : "1135",
   3847                         "y" : "971.8",
   3848                         "width" : "140",
   3849                         "height" : "140",
   3850                         "texture" : "GenPol_140x140_x2",
   3851                         "tileSizeX" : "140",
   3852                         "tileSizeY" : "140"
   3853                     }
   3854                 },
   3855                 {
   3856                     "name" : "ModDest2",
   3857                     "combobox" : {
   3858                         "text" : "Wave 42",
   3859                         "textHeight" : "30",
   3860                         "alignH" : "L",
   3861                         "alignV" : "C",
   3862                         "x" : "1289",
   3863                         "y" : "1047.8",
   3864                         "width" : "190",
   3865                         "height" : "36"
   3866                     },
   3867                     "parameterAttachment" : {
   3868                         "parameter" : "Assign2 Destination2"
   3869                     }
   3870                 },
   3871                 {
   3872                     "name" : "ModAmount",
   3873                     "parameterAttachment" : {
   3874                         "parameter" : "Assign3 Amount1"
   3875                     },
   3876                     "rotary" : {
   3877                     },
   3878                     "spritesheet" : {
   3879                         "x" : "1137",
   3880                         "y" : "225",
   3881                         "width" : "140",
   3882                         "height" : "140",
   3883                         "texture" : "GenPol_140x140_x2",
   3884                         "tileSizeX" : "140",
   3885                         "tileSizeY" : "140"
   3886                     }
   3887                 },
   3888                 {
   3889                     "name" : "ModSource",
   3890                     "combobox" : {
   3891                         "text" : "Wave 42",
   3892                         "textHeight" : "30",
   3893                         "alignH" : "L",
   3894                         "alignV" : "C",
   3895                         "x" : "1291",
   3896                         "y" : "185",
   3897                         "width" : "190",
   3898                         "height" : "36"
   3899                     },
   3900                     "parameterAttachment" : {
   3901                         "parameter" : "Assign3 Source"
   3902                     }
   3903                 },
   3904                 {
   3905                     "name" : "ModDest",
   3906                     "combobox" : {
   3907                         "text" : "Wave 42",
   3908                         "textHeight" : "30",
   3909                         "alignH" : "L",
   3910                         "alignV" : "C",
   3911                         "x" : "1291",
   3912                         "y" : "301",
   3913                         "width" : "190",
   3914                         "height" : "36"
   3915                     },
   3916                     "parameterAttachment" : {
   3917                         "parameter" : "Assign3 Destination1"
   3918                     }
   3919                 },
   3920                 {
   3921                     "name" : "ModAmount2",
   3922                     "parameterAttachment" : {
   3923                         "parameter" : "Assign3 Amount2"
   3924                     },
   3925                     "rotary" : {
   3926                     },
   3927                     "spritesheet" : {
   3928                         "x" : "1137",
   3929                         "y" : "377.8",
   3930                         "width" : "140",
   3931                         "height" : "140",
   3932                         "texture" : "GenPol_140x140_x2",
   3933                         "tileSizeX" : "140",
   3934                         "tileSizeY" : "140"
   3935                     }
   3936                 },
   3937                 {
   3938                     "name" : "ModDest2",
   3939                     "combobox" : {
   3940                         "text" : "Wave 42",
   3941                         "textHeight" : "30",
   3942                         "alignH" : "L",
   3943                         "alignV" : "C",
   3944                         "x" : "1291",
   3945                         "y" : "453.8",
   3946                         "width" : "190",
   3947                         "height" : "36"
   3948                     },
   3949                     "parameterAttachment" : {
   3950                         "parameter" : "Assign3 Destination2"
   3951                     }
   3952                 },
   3953                 {
   3954                     "name" : "ModAmount3",
   3955                     "parameterAttachment" : {
   3956                         "parameter" : "Assign3 Amount3"
   3957                     },
   3958                     "rotary" : {
   3959                     },
   3960                     "spritesheet" : {
   3961                         "x" : "1137",
   3962                         "y" : "528",
   3963                         "width" : "140",
   3964                         "height" : "140",
   3965                         "texture" : "GenPol_140x140_x2",
   3966                         "tileSizeX" : "140",
   3967                         "tileSizeY" : "140"
   3968                     }
   3969                 },
   3970                 {
   3971                     "name" : "ModDest3",
   3972                     "combobox" : {
   3973                         "text" : "Wave 42",
   3974                         "textHeight" : "30",
   3975                         "alignH" : "L",
   3976                         "alignV" : "C",
   3977                         "x" : "1291",
   3978                         "y" : "605",
   3979                         "width" : "190",
   3980                         "height" : "36"
   3981                     },
   3982                     "parameterAttachment" : {
   3983                         "parameter" : "Assign3 Destination3"
   3984                     }
   3985                 },
   3986                 {
   3987                     "name" : "ModAmount",
   3988                     "parameterAttachment" : {
   3989                         "parameter" : "Assign 4 Amount"
   3990                     },
   3991                     "rotary" : {
   3992                     },
   3993                     "spritesheet" : {
   3994                         "x" : "1608",
   3995                         "y" : "475",
   3996                         "width" : "140",
   3997                         "height" : "140",
   3998                         "texture" : "GenPol_140x140_x2",
   3999                         "tileSizeX" : "140",
   4000                         "tileSizeY" : "140"
   4001                     }
   4002                 },
   4003                 {
   4004                     "name" : "ModSource",
   4005                     "combobox" : {
   4006                         "text" : "Wave 42",
   4007                         "textHeight" : "30",
   4008                         "alignH" : "L",
   4009                         "alignV" : "C",
   4010                         "x" : "1758",
   4011                         "y" : "433",
   4012                         "width" : "190",
   4013                         "height" : "36"
   4014                     },
   4015                     "parameterAttachment" : {
   4016                         "parameter" : "Assign 4 Source"
   4017                     }
   4018                 },
   4019                 {
   4020                     "name" : "ModDest",
   4021                     "combobox" : {
   4022                         "text" : "Wave 42",
   4023                         "textHeight" : "30",
   4024                         "alignH" : "L",
   4025                         "alignV" : "C",
   4026                         "x" : "1758",
   4027                         "y" : "549",
   4028                         "width" : "190",
   4029                         "height" : "36"
   4030                     },
   4031                     "parameterAttachment" : {
   4032                         "parameter" : "Assign 4 Destination"
   4033                     }
   4034                 },
   4035                 {
   4036                     "name" : "ModAmount",
   4037                     "parameterAttachment" : {
   4038                         "parameter" : "Assign 5 Amount"
   4039                     },
   4040                     "rotary" : {
   4041                     },
   4042                     "spritesheet" : {
   4043                         "x" : "1608",
   4044                         "y" : "721.7",
   4045                         "width" : "140",
   4046                         "height" : "140",
   4047                         "texture" : "GenPol_140x140_x2",
   4048                         "tileSizeX" : "140",
   4049                         "tileSizeY" : "140"
   4050                     }
   4051                 },
   4052                 {
   4053                     "name" : "ModSource",
   4054                     "combobox" : {
   4055                         "text" : "Wave 42",
   4056                         "textHeight" : "30",
   4057                         "alignH" : "L",
   4058                         "alignV" : "C",
   4059                         "x" : "1758",
   4060                         "y" : "681.7",
   4061                         "width" : "190",
   4062                         "height" : "36"
   4063                     },
   4064                     "parameterAttachment" : {
   4065                         "parameter" : "Assign 5 Source"
   4066                     }
   4067                 },
   4068                 {
   4069                     "name" : "ModDest",
   4070                     "combobox" : {
   4071                         "text" : "Wave 42",
   4072                         "textHeight" : "30",
   4073                         "alignH" : "L",
   4074                         "alignV" : "C",
   4075                         "x" : "1758",
   4076                         "y" : "797.7",
   4077                         "width" : "190",
   4078                         "height" : "36"
   4079                     },
   4080                     "parameterAttachment" : {
   4081                         "parameter" : "Assign 5 Destination"
   4082                     }
   4083                 },
   4084                 {
   4085                     "name" : "ModAmount",
   4086                     "parameterAttachment" : {
   4087                         "parameter" : "Assign 6 Amount"
   4088                     },
   4089                     "rotary" : {
   4090                     },
   4091                     "spritesheet" : {
   4092                         "x" : "1608",
   4093                         "y" : "970",
   4094                         "width" : "140",
   4095                         "height" : "140",
   4096                         "texture" : "GenPol_140x140_x2",
   4097                         "tileSizeX" : "140",
   4098                         "tileSizeY" : "140"
   4099                     }
   4100                 },
   4101                 {
   4102                     "name" : "ModSource",
   4103                     "combobox" : {
   4104                         "text" : "Wave 42",
   4105                         "textHeight" : "30",
   4106                         "alignH" : "L",
   4107                         "alignV" : "C",
   4108                         "x" : "1758",
   4109                         "y" : "930",
   4110                         "width" : "190",
   4111                         "height" : "36"
   4112                     },
   4113                     "parameterAttachment" : {
   4114                         "parameter" : "Assign 6 Source"
   4115                     }
   4116                 },
   4117                 {
   4118                     "name" : "ModDest",
   4119                     "combobox" : {
   4120                         "text" : "Wave 42",
   4121                         "textHeight" : "30",
   4122                         "alignH" : "L",
   4123                         "alignV" : "C",
   4124                         "x" : "1758",
   4125                         "y" : "1046",
   4126                         "width" : "190",
   4127                         "height" : "36"
   4128                     },
   4129                     "parameterAttachment" : {
   4130                         "parameter" : "Assign 6 Destination"
   4131                     }
   4132                 }
   4133             ]
   4134         },
   4135         {
   4136             "name" : "page_fx",
   4137             "image" : {
   4138                 "x" : "676",
   4139                 "y" : "268",
   4140                 "width" : "2034",
   4141                 "height" : "1238",
   4142                 "texture" : "FX_2034x1238_x2_D"
   4143             },
   4144             "children" : [
   4145                 {
   4146                     "name" : "DistortionType",
   4147                     "combobox" : {
   4148                         "text" : "Wave 42",
   4149                         "textHeight" : "30",
   4150                         "alignH" : "L",
   4151                         "alignV" : "C",
   4152                         "x" : "86",
   4153                         "y" : "138",
   4154                         "width" : "162",
   4155                         "height" : "36"
   4156                     },
   4157                     "parameterAttachment" : {
   4158                         "parameter" : "Distortion Curve"
   4159                     }
   4160                 },
   4161                 {
   4162                     "name" : "DistortionAmount",
   4163                     "parameterAttachment" : {
   4164                         "parameter" : "Distortion Intensity"
   4165                     },
   4166                     "rotary" : {
   4167                     },
   4168                     "spritesheet" : {
   4169                         "x" : "246",
   4170                         "y" : "91",
   4171                         "width" : "140",
   4172                         "height" : "140",
   4173                         "texture" : "Gen_140x140_x2",
   4174                         "tileSizeX" : "140",
   4175                         "tileSizeY" : "140"
   4176                     }
   4177                 },
   4178                 {
   4179                     "name" : "BassIntensity",
   4180                     "parameterAttachment" : {
   4181                         "parameter" : "Bass Intensity"
   4182                     },
   4183                     "rotary" : {
   4184                     },
   4185                     "spritesheet" : {
   4186                         "x" : "625",
   4187                         "y" : "91",
   4188                         "width" : "140",
   4189                         "height" : "140",
   4190                         "texture" : "Gen_140x140_x2",
   4191                         "tileSizeX" : "140",
   4192                         "tileSizeY" : "140"
   4193                     }
   4194                 },
   4195                 {
   4196                     "name" : "BassTune",
   4197                     "parameterAttachment" : {
   4198                         "parameter" : "Bass Tune"
   4199                     },
   4200                     "rotary" : {
   4201                     },
   4202                     "spritesheet" : {
   4203                         "x" : "758",
   4204                         "y" : "91",
   4205                         "width" : "140",
   4206                         "height" : "140",
   4207                         "texture" : "Gen_140x140_x2",
   4208                         "tileSizeX" : "140",
   4209                         "tileSizeY" : "140"
   4210                     }
   4211                 },
   4212                 {
   4213                     "name" : "PhaserStages",
   4214                     "combobox" : {
   4215                         "text" : "Wave 42",
   4216                         "textHeight" : "30",
   4217                         "alignH" : "L",
   4218                         "alignV" : "C",
   4219                         "x" : "86",
   4220                         "y" : "372",
   4221                         "width" : "162",
   4222                         "height" : "36"
   4223                     },
   4224                     "parameterAttachment" : {
   4225                         "parameter" : "Phaser Mode"
   4226                     }
   4227                 },
   4228                 {
   4229                     "name" : "PhaserRate",
   4230                     "parameterAttachment" : {
   4231                         "parameter" : "Phaser Rate"
   4232                     },
   4233                     "rotary" : {
   4234                     },
   4235                     "spritesheet" : {
   4236                         "x" : "246",
   4237                         "y" : "324",
   4238                         "width" : "140",
   4239                         "height" : "140",
   4240                         "texture" : "Gen_140x140_x2",
   4241                         "tileSizeX" : "140",
   4242                         "tileSizeY" : "140"
   4243                     }
   4244                 },
   4245                 {
   4246                     "name" : "PhaserFreq",
   4247                     "parameterAttachment" : {
   4248                         "parameter" : "Phaser Frequency"
   4249                     },
   4250                     "rotary" : {
   4251                     },
   4252                     "spritesheet" : {
   4253                         "x" : "369",
   4254                         "y" : "324",
   4255                         "width" : "140",
   4256                         "height" : "140",
   4257                         "texture" : "Gen_140x140_x2",
   4258                         "tileSizeX" : "140",
   4259                         "tileSizeY" : "140"
   4260                     }
   4261                 },
   4262                 {
   4263                     "name" : "PhaserDepth",
   4264                     "parameterAttachment" : {
   4265                         "parameter" : "Phaser Depth"
   4266                     },
   4267                     "rotary" : {
   4268                     },
   4269                     "spritesheet" : {
   4270                         "x" : "495",
   4271                         "y" : "324",
   4272                         "width" : "140",
   4273                         "height" : "140",
   4274                         "texture" : "Gen_140x140_x2",
   4275                         "tileSizeX" : "140",
   4276                         "tileSizeY" : "140"
   4277                     }
   4278                 },
   4279                 {
   4280                     "name" : "PhaserFeedback",
   4281                     "parameterAttachment" : {
   4282                         "parameter" : "Phaser Feedback"
   4283                     },
   4284                     "rotary" : {
   4285                     },
   4286                     "spritesheet" : {
   4287                         "x" : "625",
   4288                         "y" : "324",
   4289                         "width" : "140",
   4290                         "height" : "140",
   4291                         "texture" : "GenPol_140x140_x2",
   4292                         "tileSizeX" : "140",
   4293                         "tileSizeY" : "140"
   4294                     }
   4295                 },
   4296                 {
   4297                     "name" : "PhaserSpread",
   4298                     "parameterAttachment" : {
   4299                         "parameter" : "Phaser Spread"
   4300                     },
   4301                     "rotary" : {
   4302                     },
   4303                     "spritesheet" : {
   4304                         "x" : "753",
   4305                         "y" : "324",
   4306                         "width" : "140",
   4307                         "height" : "140",
   4308                         "texture" : "Gen_140x140_x2",
   4309                         "tileSizeX" : "140",
   4310                         "tileSizeY" : "140"
   4311                     }
   4312                 },
   4313                 {
   4314                     "name" : "PhaserMix",
   4315                     "parameterAttachment" : {
   4316                         "parameter" : "Phaser Mix"
   4317                     },
   4318                     "rotary" : {
   4319                     },
   4320                     "spritesheet" : {
   4321                         "x" : "881",
   4322                         "y" : "325",
   4323                         "width" : "140",
   4324                         "height" : "140",
   4325                         "texture" : "GenRed_140x140_x2",
   4326                         "tileSizeX" : "140",
   4327                         "tileSizeY" : "140"
   4328                     }
   4329                 },
   4330                 {
   4331                     "name" : "ChorusLfoShape",
   4332                     "combobox" : {
   4333                         "text" : "Wave 42",
   4334                         "textHeight" : "30",
   4335                         "alignH" : "L",
   4336                         "alignV" : "C",
   4337                         "x" : "86",
   4338                         "y" : "610",
   4339                         "width" : "162",
   4340                         "height" : "36"
   4341                     },
   4342                     "parameterAttachment" : {
   4343                         "parameter" : "Chorus Lfo Shape"
   4344                     }
   4345                 },
   4346                 {
   4347                     "name" : "ChorusRate",
   4348                     "parameterAttachment" : {
   4349                         "parameter" : "Chorus Rate"
   4350                     },
   4351                     "rotary" : {
   4352                     },
   4353                     "spritesheet" : {
   4354                         "x" : "246",
   4355                         "y" : "562",
   4356                         "width" : "140",
   4357                         "height" : "140",
   4358                         "texture" : "Gen_140x140_x2",
   4359                         "tileSizeX" : "140",
   4360                         "tileSizeY" : "140"
   4361                     }
   4362                 },
   4363                 {
   4364                     "name" : "ChorusDepth",
   4365                     "parameterAttachment" : {
   4366                         "parameter" : "Chorus Depth"
   4367                     },
   4368                     "rotary" : {
   4369                     },
   4370                     "spritesheet" : {
   4371                         "x" : "369",
   4372                         "y" : "562",
   4373                         "width" : "140",
   4374                         "height" : "140",
   4375                         "texture" : "Gen_140x140_x2",
   4376                         "tileSizeX" : "140",
   4377                         "tileSizeY" : "140"
   4378                     }
   4379                 },
   4380                 {
   4381                     "name" : "ChorusFeedback",
   4382                     "parameterAttachment" : {
   4383                         "parameter" : "Chorus Feedback"
   4384                     },
   4385                     "rotary" : {
   4386                     },
   4387                     "spritesheet" : {
   4388                         "x" : "497",
   4389                         "y" : "562",
   4390                         "width" : "140",
   4391                         "height" : "140",
   4392                         "texture" : "GenPol_140x140_x2",
   4393                         "tileSizeX" : "140",
   4394                         "tileSizeY" : "140"
   4395                     }
   4396                 },
   4397                 {
   4398                     "name" : "ChorusDelay",
   4399                     "parameterAttachment" : {
   4400                         "parameter" : "Chorus Delay"
   4401                     },
   4402                     "rotary" : {
   4403                     },
   4404                     "spritesheet" : {
   4405                         "x" : "623",
   4406                         "y" : "562",
   4407                         "width" : "140",
   4408                         "height" : "140",
   4409                         "texture" : "Gen_140x140_x2",
   4410                         "tileSizeX" : "140",
   4411                         "tileSizeY" : "140"
   4412                     }
   4413                 },
   4414                 {
   4415                     "name" : "ChorusMix",
   4416                     "parameterAttachment" : {
   4417                         "parameter" : "Chorus Mix"
   4418                     },
   4419                     "rotary" : {
   4420                     },
   4421                     "spritesheet" : {
   4422                         "x" : "755",
   4423                         "y" : "563",
   4424                         "width" : "140",
   4425                         "height" : "140",
   4426                         "texture" : "GenRed_140x140_x2",
   4427                         "tileSizeX" : "140",
   4428                         "tileSizeY" : "140"
   4429                     }
   4430                 },
   4431                 {
   4432                     "name" : "Gain",
   4433                     "parameterAttachment" : {
   4434                         "parameter" : "LowEQ Gain"
   4435                     },
   4436                     "rotary" : {
   4437                     },
   4438                     "spritesheet" : {
   4439                         "x" : "119",
   4440                         "y" : "800",
   4441                         "width" : "140",
   4442                         "height" : "140",
   4443                         "texture" : "GenPol_140x140_x2",
   4444                         "tileSizeX" : "140",
   4445                         "tileSizeY" : "140"
   4446                     }
   4447                 },
   4448                 {
   4449                     "name" : "Freq",
   4450                     "parameterAttachment" : {
   4451                         "parameter" : "LowEQ Frequency"
   4452                     },
   4453                     "rotary" : {
   4454                     },
   4455                     "spritesheet" : {
   4456                         "x" : "246",
   4457                         "y" : "800",
   4458                         "width" : "140",
   4459                         "height" : "140",
   4460                         "texture" : "GenPol_140x140_x2",
   4461                         "tileSizeX" : "140",
   4462                         "tileSizeY" : "140"
   4463                     }
   4464                 },
   4465                 {
   4466                     "name" : "Gain",
   4467                     "parameterAttachment" : {
   4468                         "parameter" : "MidEQ Gain"
   4469                     },
   4470                     "rotary" : {
   4471                     },
   4472                     "spritesheet" : {
   4473                         "x" : "369",
   4474                         "y" : "800",
   4475                         "width" : "140",
   4476                         "height" : "140",
   4477                         "texture" : "GenPol_140x140_x2",
   4478                         "tileSizeX" : "140",
   4479                         "tileSizeY" : "140"
   4480                     }
   4481                 },
   4482                 {
   4483                     "name" : "Freq",
   4484                     "parameterAttachment" : {
   4485                         "parameter" : "MidEQ Frequency"
   4486                     },
   4487                     "rotary" : {
   4488                     },
   4489                     "spritesheet" : {
   4490                         "x" : "495",
   4491                         "y" : "800",
   4492                         "width" : "140",
   4493                         "height" : "140",
   4494                         "texture" : "GenPol_140x140_x2",
   4495                         "tileSizeX" : "140",
   4496                         "tileSizeY" : "140"
   4497                     }
   4498                 },
   4499                 {
   4500                     "name" : "Q",
   4501                     "parameterAttachment" : {
   4502                         "parameter" : "MidEQ Q-Factor"
   4503                     },
   4504                     "rotary" : {
   4505                     },
   4506                     "spritesheet" : {
   4507                         "x" : "625",
   4508                         "y" : "800",
   4509                         "width" : "140",
   4510                         "height" : "140",
   4511                         "texture" : "GenPol_140x140_x2",
   4512                         "tileSizeX" : "140",
   4513                         "tileSizeY" : "140"
   4514                     }
   4515                 },
   4516                 {
   4517                     "name" : "Gain",
   4518                     "parameterAttachment" : {
   4519                         "parameter" : "HighEQ Gain"
   4520                     },
   4521                     "rotary" : {
   4522                     },
   4523                     "spritesheet" : {
   4524                         "x" : "753",
   4525                         "y" : "800",
   4526                         "width" : "140",
   4527                         "height" : "140",
   4528                         "texture" : "GenPol_140x140_x2",
   4529                         "tileSizeX" : "140",
   4530                         "tileSizeY" : "140"
   4531                     }
   4532                 },
   4533                 {
   4534                     "name" : "Freq",
   4535                     "parameterAttachment" : {
   4536                         "parameter" : "HighEQ Frequency"
   4537                     },
   4538                     "rotary" : {
   4539                     },
   4540                     "spritesheet" : {
   4541                         "x" : "880",
   4542                         "y" : "800",
   4543                         "width" : "140",
   4544                         "height" : "140",
   4545                         "texture" : "GenPol_140x140_x2",
   4546                         "tileSizeX" : "140",
   4547                         "tileSizeY" : "140"
   4548                     }
   4549                 },
   4550                 {
   4551                     "name" : "InputFollowerMode",
   4552                     "combobox" : {
   4553                         "text" : "Wave 42",
   4554                         "textHeight" : "30",
   4555                         "alignH" : "L",
   4556                         "alignV" : "C",
   4557                         "x" : "86",
   4558                         "y" : "1058",
   4559                         "width" : "162",
   4560                         "height" : "36"
   4561                     },
   4562                     "parameterAttachment" : {
   4563                         "parameter" : "Input Follower Mode"
   4564                     }
   4565                 },
   4566                 {
   4567                     "name" : "InputFollowerGain",
   4568                     "parameterAttachment" : {
   4569                         "parameter" : "Filter Env Sustain"
   4570                     },
   4571                     "rotary" : {
   4572                     },
   4573                     "spritesheet" : {
   4574                         "x" : "246",
   4575                         "y" : "1010",
   4576                         "width" : "140",
   4577                         "height" : "140",
   4578                         "texture" : "Gen_140x140_x2",
   4579                         "tileSizeX" : "140",
   4580                         "tileSizeY" : "140"
   4581                     }
   4582                 },
   4583                 {
   4584                     "name" : "InputFollowerAttack",
   4585                     "parameterAttachment" : {
   4586                         "parameter" : "Filter Env Attack"
   4587                     },
   4588                     "rotary" : {
   4589                     },
   4590                     "spritesheet" : {
   4591                         "x" : "369",
   4592                         "y" : "1010",
   4593                         "width" : "140",
   4594                         "height" : "140",
   4595                         "texture" : "Gen_140x140_x2",
   4596                         "tileSizeX" : "140",
   4597                         "tileSizeY" : "140"
   4598                     }
   4599                 },
   4600                 {
   4601                     "name" : "InputFollowerRelease",
   4602                     "parameterAttachment" : {
   4603                         "parameter" : "Filter Env Release"
   4604                     },
   4605                     "rotary" : {
   4606                     },
   4607                     "spritesheet" : {
   4608                         "x" : "495",
   4609                         "y" : "1010",
   4610                         "width" : "140",
   4611                         "height" : "140",
   4612                         "texture" : "Gen_140x140_x2",
   4613                         "tileSizeX" : "140",
   4614                         "tileSizeY" : "140"
   4615                     }
   4616                 },
   4617                 {
   4618                     "name" : "PunchIntensity",
   4619                     "parameterAttachment" : {
   4620                         "parameter" : "Punch Intensity"
   4621                     },
   4622                     "rotary" : {
   4623                     },
   4624                     "spritesheet" : {
   4625                         "x" : "753",
   4626                         "y" : "1011",
   4627                         "width" : "140",
   4628                         "height" : "140",
   4629                         "texture" : "Gen_140x140_x2",
   4630                         "tileSizeX" : "140",
   4631                         "tileSizeY" : "140"
   4632                     }
   4633                 },
   4634                 {
   4635                     "name" : "ContainerReverb",
   4636                     "image" : {
   4637                         "x" : "1079",
   4638                         "y" : "54",
   4639                         "width" : "920",
   4640                         "height" : "406",
   4641                         "texture" : "FX_reverbOverlay"
   4642                     },
   4643 					"condition": {
   4644 						"enableOnParameter": "Delay/Reverb Mode",
   4645 						"enableOnValues": "2,3,4"
   4646 					},
   4647                     "children" : [
   4648                         {
   4649                             "name" : "ReverbDecay",
   4650                             "parameterAttachment" : {
   4651                                 "parameter" : "Dly Rate / Rev Decay"
   4652                             },
   4653                             "rotary" : {
   4654                             },
   4655                             "spritesheet" : {
   4656                                 "x" : "225",
   4657                                 "y" : "36",
   4658                                 "width" : "140",
   4659                                 "height" : "140",
   4660                                 "texture" : "Gen_140x140_x2",
   4661                                 "tileSizeX" : "140",
   4662                                 "tileSizeY" : "140"
   4663                             }
   4664                         },
   4665                         {
   4666                             "name" : "ReverbDamping",
   4667                             "parameterAttachment" : {
   4668                                 "parameter" : "Reverb Damping"
   4669                             },
   4670                             "rotary" : {
   4671                             },
   4672                             "spritesheet" : {
   4673                                 "x" : "348",
   4674                                 "y" : "36",
   4675                                 "width" : "140",
   4676                                 "height" : "140",
   4677                                 "texture" : "Gen_140x140_x2",
   4678                                 "tileSizeX" : "140",
   4679                                 "tileSizeY" : "140"
   4680                             }
   4681                         },
   4682                         {
   4683                             "name" : "ReverbColor",
   4684                             "parameterAttachment" : {
   4685                                 "parameter" : "Delay Color"
   4686                             },
   4687                             "rotary" : {
   4688                             },
   4689                             "spritesheet" : {
   4690                                 "x" : "473",
   4691                                 "y" : "36",
   4692                                 "width" : "140",
   4693                                 "height" : "140",
   4694                                 "texture" : "GenPol_140x140_x2",
   4695                                 "tileSizeX" : "140",
   4696                                 "tileSizeY" : "140"
   4697                             }
   4698                         },
   4699                         {
   4700                             "name" : "ReverbPreDelay",
   4701                             "parameterAttachment" : {
   4702                                 "parameter" : "Delay Time"
   4703                             },
   4704                             "rotary" : {
   4705                             },
   4706                             "spritesheet" : {
   4707                                 "x" : "607",
   4708                                 "y" : "36",
   4709                                 "width" : "140",
   4710                                 "height" : "140",
   4711                                 "texture" : "Gen_140x140_x2",
   4712                                 "tileSizeX" : "140",
   4713                                 "tileSizeY" : "140"
   4714                             }
   4715                         },
   4716                         {
   4717                             "name" : "ReverbFeedback",
   4718                             "parameterAttachment" : {
   4719                                 "parameter" : "Delay Feedback"
   4720                             },
   4721                             "rotary" : {
   4722                             },
   4723                             "spritesheet" : {
   4724                                 "x" : "741.7",
   4725                                 "y" : "35",
   4726                                 "width" : "140",
   4727                                 "height" : "140",
   4728                                 "texture" : "Gen_140x140_x2",
   4729                                 "tileSizeX" : "140",
   4730                                 "tileSizeY" : "140"
   4731                             }
   4732                         },
   4733                         {
   4734                             "name" : "ReverbSize",
   4735                             "combobox" : {
   4736                                 "text" : "Ambience",
   4737                                 "textHeight" : "30",
   4738                                 "alignH" : "L",
   4739                                 "alignV" : "C",
   4740                                 "x" : "254",
   4741                                 "y" : "280",
   4742                                 "width" : "162",
   4743                                 "height" : "36"
   4744                             },
   4745                             "parameterAttachment" : {
   4746                                 "parameter" : "Rev Size"
   4747                             }
   4748                         }
   4749                     ]
   4750                 },
   4751                 {
   4752                     "name" : "ContainerDelay",
   4753                     "component" : {
   4754                         "x" : "1079",
   4755                         "y" : "54",
   4756                         "width" : "920",
   4757                         "height" : "406"
   4758                     },
   4759  					"condition": {
   4760 						"enableOnParameter": "Delay/Reverb Mode",
   4761 						"enableOnValues": "0,1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26"
   4762 					},
   4763                    "children" : [
   4764                         {
   4765                             "name" : "DelayTime",
   4766                             "parameterAttachment" : {
   4767                                 "parameter" : "Delay Time"
   4768                             },
   4769                             "rotary" : {
   4770                             },
   4771                             "spritesheet" : {
   4772                                 "x" : "225",
   4773                                 "y" : "36",
   4774                                 "width" : "140",
   4775                                 "height" : "140",
   4776                                 "texture" : "Gen_140x140_x2",
   4777                                 "tileSizeX" : "140",
   4778                                 "tileSizeY" : "140"
   4779                             }
   4780                         },
   4781                         {
   4782                             "name" : "DelayFeedback",
   4783                             "parameterAttachment" : {
   4784                                 "parameter" : "Delay Feedback"
   4785                             },
   4786                             "rotary" : {
   4787                             },
   4788                             "spritesheet" : {
   4789                                 "x" : "348",
   4790                                 "y" : "36",
   4791                                 "width" : "140",
   4792                                 "height" : "140",
   4793                                 "texture" : "Gen_140x140_x2",
   4794                                 "tileSizeX" : "140",
   4795                                 "tileSizeY" : "140"
   4796                             }
   4797                         },
   4798                         {
   4799                             "name" : "DelayColor",
   4800                             "parameterAttachment" : {
   4801                                 "parameter" : "Delay Color"
   4802                             },
   4803                             "rotary" : {
   4804                             },
   4805                             "spritesheet" : {
   4806                                 "x" : "473",
   4807                                 "y" : "36",
   4808                                 "width" : "140",
   4809                                 "height" : "140",
   4810                                 "texture" : "GenPol_140x140_x2",
   4811                                 "tileSizeX" : "140",
   4812                                 "tileSizeY" : "140"
   4813                             }
   4814                         },
   4815                         {
   4816                             "name" : "DelayRate",
   4817                             "parameterAttachment" : {
   4818                                 "parameter" : "Dly Rate / Rev Decay"
   4819                             },
   4820                             "rotary" : {
   4821                             },
   4822                             "spritesheet" : {
   4823                                 "x" : "607",
   4824                                 "y" : "36",
   4825                                 "width" : "140",
   4826                                 "height" : "140",
   4827                                 "texture" : "Gen_140x140_x2",
   4828                                 "tileSizeX" : "140",
   4829                                 "tileSizeY" : "140"
   4830                             }
   4831                         },
   4832                         {
   4833                             "name" : "DelayDepth",
   4834                             "parameterAttachment" : {
   4835                                 "parameter" : "Dly Depth "
   4836                             },
   4837                             "rotary" : {
   4838                             },
   4839                             "spritesheet" : {
   4840                                 "x" : "741.7",
   4841                                 "y" : "35",
   4842                                 "width" : "140",
   4843                                 "height" : "140",
   4844                                 "texture" : "Gen_140x140_x2",
   4845                                 "tileSizeX" : "140",
   4846                                 "tileSizeY" : "140"
   4847                             }
   4848                         },
   4849                         {
   4850                             "name" : "DelayReverbLfoShape",
   4851                             "combobox" : {
   4852                                 "text" : "Wave 42",
   4853                                 "textHeight" : "30",
   4854                                 "alignH" : "L",
   4855                                 "alignV" : "C",
   4856                                 "x" : "254",
   4857                                 "y" : "280",
   4858                                 "width" : "162",
   4859                                 "height" : "36"
   4860                             },
   4861                             "parameterAttachment" : {
   4862                                 "parameter" : "Delay Lfo Shape"
   4863                             }
   4864                         }
   4865                     ]
   4866                 },
   4867                 {
   4868                     "name" : "DelayReverbMode",
   4869                     "combobox" : {
   4870                         "text" : "Wave 42",
   4871                         "textHeight" : "30",
   4872                         "alignH" : "L",
   4873                         "alignV" : "C",
   4874                         "x" : "1109",
   4875                         "y" : "137",
   4876                         "width" : "162",
   4877                         "height" : "36"
   4878                     },
   4879                     "parameterAttachment" : {
   4880                         "parameter" : "Delay/Reverb Mode"
   4881                     }
   4882                 },
   4883                 {
   4884                     "name" : "DelayReverbClock",
   4885                     "combobox" : {
   4886                         "text" : "Wave 42",
   4887                         "textHeight" : "30",
   4888                         "alignH" : "L",
   4889                         "alignV" : "C",
   4890                         "x" : "1109",
   4891                         "y" : "334",
   4892                         "width" : "162",
   4893                         "height" : "36"
   4894                     },
   4895                     "parameterAttachment" : {
   4896                         "parameter" : "Delay Clock"
   4897                     }
   4898                 },
   4899                 {
   4900                     "name" : "DelayReverbMix",
   4901                     "parameterAttachment" : {
   4902                         "parameter" : "Effect Send"
   4903                     },
   4904                     "rotary" : {
   4905                     },
   4906                     "spritesheet" : {
   4907                         "x" : "1821",
   4908                         "y" : "288",
   4909                         "width" : "140",
   4910                         "height" : "140",
   4911                         "texture" : "GenRed_140x140_x2",
   4912                         "tileSizeX" : "140",
   4913                         "tileSizeY" : "140"
   4914                     }
   4915                 },
   4916                 {
   4917                     "name" : "VocoderMode",
   4918                     "combobox" : {
   4919                         "text" : "Wave 42",
   4920                         "textHeight" : "30",
   4921                         "alignH" : "L",
   4922                         "alignV" : "C",
   4923                         "x" : "1109",
   4924                         "y" : "608",
   4925                         "width" : "162",
   4926                         "height" : "36"
   4927                     },
   4928                     "parameterAttachment" : {
   4929                         "parameter" : "Vocoder Mode"
   4930                     }
   4931                 },
   4932                 {
   4933                     "name" : "VocSourceBalance",
   4934                     "parameterAttachment" : {
   4935                         "parameter" : "Filter Balance"
   4936                     },
   4937                     "rotary" : {
   4938                     },
   4939                     "spritesheet" : {
   4940                         "x" : "1302",
   4941                         "y" : "561",
   4942                         "width" : "140",
   4943                         "height" : "140",
   4944                         "texture" : "GenPol_140x140_x2",
   4945                         "tileSizeX" : "140",
   4946                         "tileSizeY" : "140"
   4947                     }
   4948                 },
   4949                 {
   4950                     "name" : "VocSpectralBalance",
   4951                     "parameterAttachment" : {
   4952                         "parameter" : "Filter Env Sustain Time"
   4953                     },
   4954                     "rotary" : {
   4955                     },
   4956                     "spritesheet" : {
   4957                         "x" : "1425",
   4958                         "y" : "561",
   4959                         "width" : "140",
   4960                         "height" : "140",
   4961                         "texture" : "GenPol_140x140_x2",
   4962                         "tileSizeX" : "140",
   4963                         "tileSizeY" : "140"
   4964                     }
   4965                 },
   4966                 {
   4967                     "name" : "VocBands",
   4968                     "parameterAttachment" : {
   4969                         "parameter" : "Filter Env Release"
   4970                     },
   4971                     "rotary" : {
   4972                     },
   4973                     "spritesheet" : {
   4974                         "x" : "1552",
   4975                         "y" : "561",
   4976                         "width" : "140",
   4977                         "height" : "140",
   4978                         "texture" : "Gen_140x140_x2",
   4979                         "tileSizeX" : "140",
   4980                         "tileSizeY" : "140"
   4981                     }
   4982                 },
   4983                 {
   4984                     "name" : "VocAttack",
   4985                     "parameterAttachment" : {
   4986                         "parameter" : "Filter Env Attack"
   4987                     },
   4988                     "rotary" : {
   4989                     },
   4990                     "spritesheet" : {
   4991                         "x" : "1687",
   4992                         "y" : "561",
   4993                         "width" : "140",
   4994                         "height" : "140",
   4995                         "texture" : "Gen_140x140_x2",
   4996                         "tileSizeX" : "140",
   4997                         "tileSizeY" : "140"
   4998                     }
   4999                 },
   5000                 {
   5001                     "name" : "VocRelease",
   5002                     "parameterAttachment" : {
   5003                         "parameter" : "Filter Env Decay"
   5004                     },
   5005                     "rotary" : {
   5006                     },
   5007                     "spritesheet" : {
   5008                         "x" : "1822",
   5009                         "y" : "561",
   5010                         "width" : "140",
   5011                         "height" : "140",
   5012                         "texture" : "Gen_140x140_x2",
   5013                         "tileSizeX" : "140",
   5014                         "tileSizeY" : "140"
   5015                     }
   5016                 },
   5017                 {
   5018                     "name" : "VocCarrierCenterFreq",
   5019                     "parameterAttachment" : {
   5020                         "parameter" : "Cutoff"
   5021                     },
   5022                     "rotary" : {
   5023                     },
   5024                     "spritesheet" : {
   5025                         "x" : "1303",
   5026                         "y" : "769",
   5027                         "width" : "140",
   5028                         "height" : "140",
   5029                         "texture" : "Gen_140x140_x2",
   5030                         "tileSizeX" : "140",
   5031                         "tileSizeY" : "140"
   5032                     }
   5033                 },
   5034                 {
   5035                     "name" : "VocCarrierQFactor",
   5036                     "parameterAttachment" : {
   5037                         "parameter" : "Filter1 Resonance"
   5038                     },
   5039                     "rotary" : {
   5040                     },
   5041                     "spritesheet" : {
   5042                         "x" : "1425",
   5043                         "y" : "770",
   5044                         "width" : "140",
   5045                         "height" : "140",
   5046                         "texture" : "Gen_140x140_x2",
   5047                         "tileSizeX" : "140",
   5048                         "tileSizeY" : "140"
   5049                     }
   5050                 },
   5051                 {
   5052                     "name" : "VocCarrierSpread",
   5053                     "parameterAttachment" : {
   5054                         "parameter" : "Filter1 Keyfollow"
   5055                     },
   5056                     "rotary" : {
   5057                     },
   5058                     "spritesheet" : {
   5059                         "x" : "1553",
   5060                         "y" : "770",
   5061                         "width" : "140",
   5062                         "height" : "140",
   5063                         "texture" : "GenPol_140x140_x2",
   5064                         "tileSizeX" : "140",
   5065                         "tileSizeY" : "140"
   5066                     }
   5067                 },
   5068                 {
   5069                     "name" : "VocModulatorFreqOffset",
   5070                     "parameterAttachment" : {
   5071                         "parameter" : "Cutoff2"
   5072                     },
   5073                     "rotary" : {
   5074                     },
   5075                     "spritesheet" : {
   5076                         "x" : "1303",
   5077                         "y" : "953",
   5078                         "width" : "140",
   5079                         "height" : "140",
   5080                         "texture" : "Gen_140x140_x2",
   5081                         "tileSizeX" : "140",
   5082                         "tileSizeY" : "140"
   5083                     }
   5084                 },
   5085                 {
   5086                     "name" : "VocModulatorQFactor",
   5087                     "parameterAttachment" : {
   5088                         "parameter" : "Filter2 Resonance"
   5089                     },
   5090                     "rotary" : {
   5091                     },
   5092                     "spritesheet" : {
   5093                         "x" : "1425",
   5094                         "y" : "954",
   5095                         "width" : "140",
   5096                         "height" : "140",
   5097                         "texture" : "Gen_140x140_x2",
   5098                         "tileSizeX" : "140",
   5099                         "tileSizeY" : "140"
   5100                     }
   5101                 },
   5102                 {
   5103                     "name" : "VocModulatorSpread",
   5104                     "parameterAttachment" : {
   5105                         "parameter" : "Filter2 Keyfollow"
   5106                     },
   5107                     "rotary" : {
   5108                     },
   5109                     "spritesheet" : {
   5110                         "x" : "1553",
   5111                         "y" : "952",
   5112                         "width" : "140",
   5113                         "height" : "140",
   5114                         "texture" : "GenPol_140x140_x2",
   5115                         "tileSizeX" : "140",
   5116                         "tileSizeY" : "140"
   5117                     }
   5118                 },
   5119                 {
   5120                     "name" : "VocModulatorInput",
   5121                     "combobox" : {
   5122                         "text" : "Wave 42",
   5123                         "textHeight" : "30",
   5124                         "alignH" : "L",
   5125                         "alignV" : "C",
   5126                         "x" : "1109",
   5127                         "y" : "1004",
   5128                         "width" : "162",
   5129                         "height" : "36"
   5130                     },
   5131                     "parameterAttachment" : {
   5132                         "parameter" : "Input Select"
   5133                     }
   5134                 }
   5135             ]
   5136         },
   5137         {
   5138             "name" : "page_arp",
   5139             "image" : {
   5140                 "x" : "676",
   5141                 "y" : "268",
   5142                 "width" : "2034",
   5143                 "height" : "1238",
   5144                 "texture" : "ARP_2034x1238_x2"
   5145             },
   5146             "children" : [
   5147                 {
   5148                     "name" : "VelOsc1Shape",
   5149                     "parameterAttachment" : {
   5150                         "parameter" : "Osc1 Shape Velocity"
   5151                     },
   5152                     "rotary" : {
   5153                     },
   5154                     "spritesheet" : {
   5155                         "x" : "107",
   5156                         "y" : "93",
   5157                         "width" : "140",
   5158                         "height" : "140",
   5159                         "texture" : "GenPol_140x140_x2",
   5160                         "tileSizeX" : "140",
   5161                         "tileSizeY" : "140"
   5162                     }
   5163                 },
   5164                 {
   5165                     "name" : "VelFlt1Freq",
   5166                     "parameterAttachment" : {
   5167                         "parameter" : "Flt1 EnvAmt Velocity"
   5168                     },
   5169                     "rotary" : {
   5170                     },
   5171                     "spritesheet" : {
   5172                         "x" : "233",
   5173                         "y" : "93",
   5174                         "width" : "140",
   5175                         "height" : "140",
   5176                         "texture" : "GenPol_140x140_x2",
   5177                         "tileSizeX" : "140",
   5178                         "tileSizeY" : "140"
   5179                     }
   5180                 },
   5181                 {
   5182                     "name" : "VelFlt1Res",
   5183                     "parameterAttachment" : {
   5184                         "parameter" : "Resonance1 Velocity"
   5185                     },
   5186                     "rotary" : {
   5187                     },
   5188                     "spritesheet" : {
   5189                         "x" : "356",
   5190                         "y" : "93",
   5191                         "width" : "140",
   5192                         "height" : "140",
   5193                         "texture" : "GenPol_140x140_x2",
   5194                         "tileSizeX" : "140",
   5195                         "tileSizeY" : "140"
   5196                     }
   5197                 },
   5198                 {
   5199                     "name" : "VelPW",
   5200                     "parameterAttachment" : {
   5201                         "parameter" : "PulseWidth Velocity"
   5202                     },
   5203                     "rotary" : {
   5204                     },
   5205                     "spritesheet" : {
   5206                         "x" : "483",
   5207                         "y" : "93",
   5208                         "width" : "140",
   5209                         "height" : "140",
   5210                         "texture" : "GenPol_140x140_x2",
   5211                         "tileSizeX" : "140",
   5212                         "tileSizeY" : "140"
   5213                     }
   5214                 },
   5215                 {
   5216                     "name" : "VelVol",
   5217                     "parameterAttachment" : {
   5218                         "parameter" : "Amp Velocity"
   5219                     },
   5220                     "rotary" : {
   5221                     },
   5222                     "spritesheet" : {
   5223                         "x" : "616",
   5224                         "y" : "93",
   5225                         "width" : "140",
   5226                         "height" : "140",
   5227                         "texture" : "GenPol_140x140_x2",
   5228                         "tileSizeX" : "140",
   5229                         "tileSizeY" : "140"
   5230                     }
   5231                 },
   5232                 {
   5233                     "name" : "VelPan",
   5234                     "parameterAttachment" : {
   5235                         "parameter" : "Panorama Velocity"
   5236                     },
   5237                     "rotary" : {
   5238                     },
   5239                     "spritesheet" : {
   5240                         "x" : "739",
   5241                         "y" : "93",
   5242                         "width" : "140",
   5243                         "height" : "140",
   5244                         "texture" : "GenPol_140x140_x2",
   5245                         "tileSizeX" : "140",
   5246                         "tileSizeY" : "140"
   5247                     }
   5248                 },
   5249                 {
   5250                     "name" : "VelOsc2Shape",
   5251                     "parameterAttachment" : {
   5252                         "parameter" : "Osc2 Shape Velocity"
   5253                     },
   5254                     "rotary" : {
   5255                     },
   5256                     "spritesheet" : {
   5257                         "x" : "107",
   5258                         "y" : "271",
   5259                         "width" : "140",
   5260                         "height" : "140",
   5261                         "texture" : "GenPol_140x140_x2",
   5262                         "tileSizeX" : "140",
   5263                         "tileSizeY" : "140"
   5264                     }
   5265                 },
   5266                 {
   5267                     "name" : "VelFlt2Freq",
   5268                     "parameterAttachment" : {
   5269                         "parameter" : "Flt2 EnvAmt Velocity"
   5270                     },
   5271                     "rotary" : {
   5272                     },
   5273                     "spritesheet" : {
   5274                         "x" : "233",
   5275                         "y" : "271",
   5276                         "width" : "140",
   5277                         "height" : "140",
   5278                         "texture" : "GenPol_140x140_x2",
   5279                         "tileSizeX" : "140",
   5280                         "tileSizeY" : "140"
   5281                     }
   5282                 },
   5283                 {
   5284                     "name" : "VelFlt2Res",
   5285                     "parameterAttachment" : {
   5286                         "parameter" : "Resonance2 Velocity"
   5287                     },
   5288                     "rotary" : {
   5289                     },
   5290                     "spritesheet" : {
   5291                         "x" : "356",
   5292                         "y" : "271",
   5293                         "width" : "140",
   5294                         "height" : "140",
   5295                         "texture" : "GenPol_140x140_x2",
   5296                         "tileSizeX" : "140",
   5297                         "tileSizeY" : "140"
   5298                     }
   5299                 },
   5300                 {
   5301                     "name" : "VelFM",
   5302                     "parameterAttachment" : {
   5303                         "parameter" : "Fm Amount Velocity"
   5304                     },
   5305                     "rotary" : {
   5306                     },
   5307                     "spritesheet" : {
   5308                         "x" : "483",
   5309                         "y" : "271",
   5310                         "width" : "140",
   5311                         "height" : "140",
   5312                         "texture" : "GenPol_140x140_x2",
   5313                         "tileSizeX" : "140",
   5314                         "tileSizeY" : "140"
   5315                     }
   5316                 },
   5317                 {
   5318                     "name" : "InputMode",
   5319                     "combobox" : {
   5320                         "text" : "Wave 42",
   5321                         "textHeight" : "30",
   5322                         "alignH" : "L",
   5323                         "alignV" : "C",
   5324                         "x" : "137",
   5325                         "y" : "609",
   5326                         "width" : "162",
   5327                         "height" : "36"
   5328                     },
   5329                     "parameterAttachment" : {
   5330                         "parameter" : "Input Mode"
   5331                     }
   5332                 },
   5333                 {
   5334                     "name" : "InputSelect",
   5335                     "combobox" : {
   5336                         "text" : "Wave 42",
   5337                         "textHeight" : "30",
   5338                         "alignH" : "L",
   5339                         "alignV" : "C",
   5340                         "x" : "340",
   5341                         "y" : "609",
   5342                         "width" : "162",
   5343                         "height" : "36"
   5344                     },
   5345                     "parameterAttachment" : {
   5346                         "parameter" : "Input Select"
   5347                     }
   5348                 },
   5349                 {
   5350                                     "name" : "PureTuning",
   5351                                     "parameterAttachment" : {
   5352                                         "parameter" : "Pure Tuning"
   5353                                     },
   5354                                     "rotary" : {
   5355                                     },
   5356                                     "spritesheet" : {
   5357                                         "x" : "107",
   5358                                         "y" : "769",
   5359                                         "width" : "140",
   5360                                         "height" : "140",
   5361                                         "texture" : "Gen_140x140_x2",
   5362                                         "tileSizeX" : "140",
   5363                                         "tileSizeY" : "140"
   5364                                     }
   5365                                 },
   5366                 {
   5367                     "name" : "ArpModeButton",
   5368                     "parameterAttachment" : {
   5369                         "parameter" : "Arp Mode"
   5370                     },
   5371                     "rotary" : {
   5372                     },
   5373                     "spritesheet" : {
   5374                         "x" : "1002.9",
   5375                         "y" : "136.7",
   5376                         "width" : "104",
   5377                         "height" : "72",
   5378                         "texture" : "arpall_104x432_X2",
   5379                         "tileSizeX" : "104",
   5380                         "tileSizeY" : "72"
   5381                     },
   5382                     "children" : [
   5383                         {
   5384                             "name" : "ArpModeComboBox",
   5385                             "combobox" : {
   5386                                 "text" : "Hold",
   5387                                 "textHeight" : "30",
   5388                                 "color" : "FFFFFF00",
   5389                                 "alignH" : "L",
   5390                                 "alignV" : "C",
   5391                                 "x" : "0",
   5392                                 "y" : "0",
   5393                                 "width" : "104",
   5394                                 "height" : "72"
   5395                             },
   5396                             "parameterAttachment" : {
   5397                                 "parameter" : "Arp Mode"
   5398                             }
   5399                         }
   5400                     ]
   5401                 },
   5402                 {
   5403                     "name" : "ArpPattern",
   5404                     "combobox" : {
   5405                         "text" : "Wave 42",
   5406                         "textHeight" : "24",
   5407                         "color" : "FD9595FF",
   5408                         "alignH" : "L",
   5409                         "alignV" : "C",
   5410                         "x" : "1164",
   5411                         "y" : "121",
   5412                         "width" : "170",
   5413                         "height" : "36"
   5414                     },
   5415                     "parameterAttachment" : {
   5416                         "parameter" : "Arp Pattern Selct"
   5417                     }
   5418                 },
   5419                 {
   5420                     "name" : "ArpOctaveRange",
   5421                     "combobox" : {
   5422                         "text" : "Wave 42",
   5423                         "textHeight" : "24",
   5424                         "color" : "FD9595FF",
   5425                         "alignH" : "L",
   5426                         "alignV" : "C",
   5427                         "x" : "1164",
   5428                         "y" : "187",
   5429                         "width" : "170",
   5430                         "height" : "36"
   5431                     },
   5432                     "parameterAttachment" : {
   5433                         "parameter" : "Arp Octave Range"
   5434                     }
   5435                 },
   5436                 {
   5437                     "name" : "ArpResolution",
   5438                     "combobox" : {
   5439                         "text" : "Wave 42",
   5440                         "textHeight" : "24",
   5441                         "color" : "FD9595FF",
   5442                         "alignH" : "L",
   5443                         "alignV" : "C",
   5444                         "x" : "1377",
   5445                         "y" : "121",
   5446                         "width" : "170",
   5447                         "height" : "36"
   5448                     },
   5449                     "parameterAttachment" : {
   5450                         "parameter" : "Arp Clock"
   5451                     }
   5452                 },
   5453                 {
   5454                     "name" : "ArpHold",
   5455                     "parameterAttachment" : {
   5456                         "parameter" : "Arp Hold Enable"
   5457                     },
   5458                     "button" : {
   5459                         "isToggle" : "1",
   5460                         "normalImage" : "1",
   5461                         "downImage" : "0",
   5462                         "normalImageOn" : "0",
   5463                         "downImageOn" : "1",
   5464                         "x" : "1362",
   5465                         "y" : "187",
   5466                         "width" : "72",
   5467                         "height" : "37",
   5468                         "texture" : "arp_72x37_X2",
   5469                         "tileSizeX" : "72",
   5470                         "tileSizeY" : "37"
   5471                     }
   5472                 },
   5473                 {
   5474                     "name" : "ArpGlobalTempo",
   5475                     "parameterAttachment" : {
   5476                         "parameter" : "Clock Tempo"
   5477                     },
   5478                     "rotary" : {
   5479                     },
   5480                     "spritesheet" : {
   5481                         "x" : "1609",
   5482                         "y" : "90",
   5483                         "width" : "140",
   5484                         "height" : "140",
   5485                         "texture" : "Gen_140x140_x2",
   5486                         "tileSizeX" : "140",
   5487                         "tileSizeY" : "140"
   5488                     }
   5489                 },
   5490                 {
   5491                     "name" : "ArpNoteLength",
   5492                     "parameterAttachment" : {
   5493                         "parameter" : "Arp Note Length"
   5494                     },
   5495                     "rotary" : {
   5496                     },
   5497                     "spritesheet" : {
   5498                         "x" : "1732",
   5499                         "y" : "90",
   5500                         "width" : "140",
   5501                         "height" : "140",
   5502                         "texture" : "GenPol_140x140_x2",
   5503                         "tileSizeX" : "140",
   5504                         "tileSizeY" : "140"
   5505                     }
   5506                 },
   5507                 {
   5508                     "name" : "ArpNoteSwing",
   5509                     "parameterAttachment" : {
   5510                         "parameter" : "Arp Swing"
   5511                     },
   5512                     "rotary" : {
   5513                     },
   5514                     "spritesheet" : {
   5515                         "x" : "1857.5",
   5516                         "y" : "90",
   5517                         "width" : "140",
   5518                         "height" : "140",
   5519                         "texture" : "Gen_140x140_x2",
   5520                         "tileSizeX" : "140",
   5521                         "tileSizeY" : "140"
   5522                     }
   5523                 },
   5524                 {
   5525                     "name" : "SoftKnobMode",
   5526                     "combobox" : {
   5527                         "text" : "Wave 42",
   5528                         "textHeight" : "30",
   5529                         "alignH" : "L",
   5530                         "alignV" : "C",
   5531                         "x" : "969",
   5532                         "y" : "381",
   5533                         "width" : "162",
   5534                         "height" : "36"
   5535                     },
   5536                     "parameterAttachment" : {
   5537                         "parameter" : "Soft Knob-1 Mode"
   5538                     }
   5539                 },
   5540                 {
   5541                     "name" : "SoftKnobName",
   5542                     "combobox" : {
   5543                         "text" : "Wave 42",
   5544                         "textHeight" : "30",
   5545                         "alignH" : "L",
   5546                         "alignV" : "C",
   5547                         "x" : "1180.55",
   5548                         "y" : "381",
   5549                         "width" : "162",
   5550                         "height" : "36"
   5551                     },
   5552                     "parameterAttachment" : {
   5553                         "parameter" : "Soft Knob1 ShortName"
   5554                     }
   5555                 },
   5556                 {
   5557                     "name" : "SoftKnobMode",
   5558                     "combobox" : {
   5559                         "text" : "Wave 42",
   5560                         "textHeight" : "30",
   5561                         "alignH" : "L",
   5562                         "alignV" : "C",
   5563                         "x" : "1609",
   5564                         "y" : "381",
   5565                         "width" : "162",
   5566                         "height" : "36"
   5567                     },
   5568                     "parameterAttachment" : {
   5569                         "parameter" : "Soft Knob-2 Mode"
   5570                     }
   5571                 },
   5572                 {
   5573                     "name" : "SoftKnobName",
   5574                     "combobox" : {
   5575                         "text" : "Wave 42",
   5576                         "textHeight" : "30",
   5577                         "alignH" : "L",
   5578                         "alignV" : "C",
   5579                         "x" : "1820.55",
   5580                         "y" : "381",
   5581                         "width" : "162",
   5582                         "height" : "36"
   5583                     },
   5584                     "parameterAttachment" : {
   5585                         "parameter" : "Soft Knob2 ShortName"
   5586                     }
   5587                 },
   5588                 {
   5589                     "name" : "KeyMode",
   5590                     "combobox" : {
   5591                         "text" : "Wave 42",
   5592                         "textHeight" : "30",
   5593                         "alignH" : "L",
   5594                         "alignV" : "C",
   5595                         "x" : "969",
   5596                         "y" : "617.3999",
   5597                         "width" : "162",
   5598                         "height" : "36"
   5599                     },
   5600                     "parameterAttachment" : {
   5601                         "parameter" : "Key Mode"
   5602                     }
   5603                 },
   5604                 {
   5605                     "name" : "PatchVolume",
   5606                     "parameterAttachment" : {
   5607                         "parameter" : "Patch Volume"
   5608                     },
   5609                     "rotary" : {
   5610                     },
   5611                     "spritesheet" : {
   5612                         "x" : "1128",
   5613                         "y" : "569.4",
   5614                         "width" : "140",
   5615                         "height" : "140",
   5616                         "texture" : "Gen_140x140_x2",
   5617                         "tileSizeX" : "140",
   5618                         "tileSizeY" : "140"
   5619                     }
   5620                 },
   5621                 {
   5622                     "name" : "Panning",
   5623                     "parameterAttachment" : {
   5624                         "parameter" : "Panorama"
   5625                     },
   5626                     "rotary" : {
   5627                     },
   5628                     "spritesheet" : {
   5629                         "x" : "1252",
   5630                         "y" : "569.4",
   5631                         "width" : "140",
   5632                         "height" : "140",
   5633                         "texture" : "GenPol_140x140_x2",
   5634                         "tileSizeX" : "140",
   5635                         "tileSizeY" : "140"
   5636                     }
   5637                 },
   5638                 {
   5639                     "name" : "SecondaryOutput",
   5640                     "combobox" : {
   5641                         "text" : "Wave 42",
   5642                         "textHeight" : "30",
   5643                         "alignH" : "L",
   5644                         "alignV" : "C",
   5645                         "x" : "969",
   5646                         "y" : "776.5",
   5647                         "width" : "162",
   5648                         "height" : "36"
   5649                     },
   5650                     "parameterAttachment" : {
   5651                         "parameter" : "Part Output Select"
   5652                     }
   5653                 },
   5654                 {
   5655                     "name" : "OutputBalance",
   5656                     "parameterAttachment" : {
   5657                         "parameter" : "Second Output Balance"
   5658                     },
   5659                     "rotary" : {
   5660                     },
   5661                     "spritesheet" : {
   5662                         "x" : "1129",
   5663                         "y" : "728.5",
   5664                         "width" : "140",
   5665                         "height" : "140",
   5666                         "texture" : "GenPol_140x140_x2",
   5667                         "tileSizeX" : "140",
   5668                         "tileSizeY" : "140"
   5669                     }
   5670                 },
   5671                 {
   5672                     "name" : "Transpose",
   5673                     "parameterAttachment" : {
   5674                         "parameter" : "Transpose"
   5675                     },
   5676                     "rotary" : {
   5677                     },
   5678                     "spritesheet" : {
   5679                         "x" : "1252",
   5680                         "y" : "728.5",
   5681                         "width" : "140",
   5682                         "height" : "140",
   5683                         "texture" : "GenPol_140x140_x2",
   5684                         "tileSizeX" : "140",
   5685                         "tileSizeY" : "140"
   5686                     }
   5687                 },
   5688                 {
   5689                     "name" : "BendUp",
   5690                     "combobox" : {
   5691                         "text" : "Wave 42",
   5692                         "textHeight" : "30",
   5693                         "alignH" : "L",
   5694                         "alignV" : "C",
   5695                         "x" : "1608",
   5696                         "y" : "617.3999",
   5697                         "width" : "160",
   5698                         "height" : "36"
   5699                     },
   5700                     "parameterAttachment" : {
   5701                         "parameter" : "Bender Range Up"
   5702                     }
   5703                 },
   5704                 {
   5705                     "name" : "BendDown",
   5706                     "combobox" : {
   5707                         "text" : "Wave 42",
   5708                         "textHeight" : "30",
   5709                         "alignH" : "L",
   5710                         "alignV" : "C",
   5711                         "x" : "1822",
   5712                         "y" : "617.3999",
   5713                         "width" : "160",
   5714                         "height" : "36"
   5715                     },
   5716                     "parameterAttachment" : {
   5717                         "parameter" : "Bender Range Down"
   5718                     }
   5719                 },
   5720                 {
   5721                     "name" : "BendScale",
   5722                     "combobox" : {
   5723                         "text" : "Wave 42",
   5724                         "textHeight" : "30",
   5725                         "alignH" : "L",
   5726                         "alignV" : "C",
   5727                         "x" : "1608",
   5728                         "y" : "716.3999",
   5729                         "width" : "160",
   5730                         "height" : "36"
   5731                     },
   5732                     "parameterAttachment" : {
   5733                         "parameter" : "Bender Scale"
   5734                     }
   5735                 },
   5736                 {
   5737                     "name" : "SmoothMode",
   5738                     "combobox" : {
   5739                         "text" : "Wave 42",
   5740                         "textHeight" : "30",
   5741                         "alignH" : "L",
   5742                         "alignV" : "C",
   5743                         "x" : "1822",
   5744                         "y" : "716.3999",
   5745                         "width" : "160",
   5746                         "height" : "36"
   5747                     },
   5748                     "parameterAttachment" : {
   5749                         "parameter" : "Control Smooth Mode"
   5750                     }
   5751                 },
   5752                 {
   5753                     "name" : "Category1",
   5754                     "combobox" : {
   5755                         "text" : "Wave 42",
   5756                         "textHeight" : "30",
   5757                         "alignH" : "L",
   5758                         "alignV" : "C",
   5759                         "x" : "1608",
   5760                         "y" : "815.3999",
   5761                         "width" : "160",
   5762                         "height" : "36"
   5763                     },
   5764                     "parameterAttachment" : {
   5765                         "parameter" : "Category1"
   5766                     }
   5767                 },
   5768                 {
   5769                     "name" : "Category2",
   5770                     "combobox" : {
   5771                         "text" : "Wave 42",
   5772                         "textHeight" : "30",
   5773                         "alignH" : "L",
   5774                         "alignV" : "C",
   5775                         "x" : "1822",
   5776                         "y" : "815.3999",
   5777                         "width" : "160",
   5778                         "height" : "36"
   5779                     },
   5780                     "parameterAttachment" : {
   5781                         "parameter" : "Category2"
   5782                     }
   5783                 },
   5784                 {
   5785                     "name" : "MidiIn",
   5786                     "combobox" : {
   5787                         "text" : "In Device X",
   5788                         "textHeight" : "20",
   5789                         "alignH" : "L",
   5790                         "alignV" : "C",
   5791                         "x" : "992",
   5792                         "y" : "1116",
   5793                         "width" : "124.2466",
   5794                         "height" : "36"
   5795                     }
   5796                 },
   5797                 {
   5798                     "name" : "MidiOut",
   5799                     "combobox" : {
   5800                         "text" : "Out Device X",
   5801                         "textHeight" : "20",
   5802                         "alignH" : "L",
   5803                         "alignV" : "C",
   5804                         "x" : "1116",
   5805                         "y" : "1116",
   5806                         "width" : "124.2466",
   5807                         "height" : "36"
   5808                     }
   5809                 }
   5810             ]
   5811         },
   5812         {
   5813             "name" : "page_presets",
   5814             "image" : {
   5815                 "x" : "676",
   5816                 "y" : "268",
   5817                 "width" : "2034",
   5818                 "height" : "1238",
   5819                 "texture" : "Pres_2034x1238_x2"
   5820             },
   5821             "children" : [
   5822                 {
   5823                     "name" : "ContainerPatchManager",
   5824                     "component" : {
   5825                         "x" : "88",
   5826                         "y" : "95",
   5827                         "width" : "1859",
   5828                         "height" : "1055"
   5829                     }
   5830                 }
   5831             ]
   5832         },
   5833         {
   5834             "name" : "DonateInfo",
   5835             "hyperlinkbutton" : {
   5836                 "url" : "https://paypal.me/dsp56300",
   5837                 "text" : "To donate: https://paypal.me/dsp56300",
   5838                 "textHeight" : "28",
   5839                 "color" : "FF7180FF",
   5840                 "x" : "74",
   5841                 "y" : "1543",
   5842                 "width" : "604.98",
   5843                 "height" : "45"
   5844             }
   5845         },
   5846         {
   5847             "name" : "VersionInfo",
   5848             "label" : {
   5849                 "text" : "DSP56300 Emulator Version 0.8.15 - March 12 2042 12:34:56",
   5850                 "textHeight" : "28",
   5851                 "color" : "FF7180FF",
   5852                 "alignH" : "R",
   5853                 "alignV" : "C",
   5854                 "x" : "1416",
   5855                 "y" : "1543",
   5856                 "width" : "1280",
   5857                 "height" : "45"
   5858             }
   5859         }
   5860     ]
   5861 }