diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2018-02-19 19:11:37 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2018-02-19 19:11:37 +0100 |
commit | 083599c6e2bac71feff7320a1b23475e33afadbb (patch) | |
tree | 7b85d7a348a7c4cfc14566aae961d90b1bad3e8d | |
parent | 656aeddec6f90d965e2c1d91eb5a9abc8e4723c1 (diff) | |
download | synthpod-083599c6e2bac71feff7320a1b23475e33afadbb.tar.xz |
data: cleanup deprecated files.
30 files changed, 1 insertions, 1893 deletions
@@ -1 +1 @@ -0.1.5555 +0.1.5557 diff --git a/data/entry.edc b/data/entry.edc deleted file mode 100644 index ee9ae856..00000000 --- a/data/entry.edc +++ /dev/null @@ -1,121 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define ENTRY_UI "/synthpod/entry/ui" - -images { - image: "border.png" COMP; -} - -group { - name: "/synthpod/entry/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.05; - rel2.relative: 1.0 0.95; - color: 32 32 32 255; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "elm.swallow.content"; - type: SWALLOW; - mouse_events: 1; - description { - state: "default" 0.0; - } - } - - part { - name: "border"; - type: IMAGE; - mouse_events: 1; - repeat_events: 1; - clip_to: "col.clip"; - description { - state: "default" 0.0; - rel1.to: "shadow"; - rel2.to: "shadow"; - image.normal: "border.png"; - image.border: 2 2 0 0; - image.middle: NONE; - image.scale_hint: STATIC; - } - } - } - - programs { - program { signal: "col,00"; source: ENTRY_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: ENTRY_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: ENTRY_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: ENTRY_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: ENTRY_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: ENTRY_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: ENTRY_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: ENTRY_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: ENTRY_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: ENTRY_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: ENTRY_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: ENTRY_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: ENTRY_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: ENTRY_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: ENTRY_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: ENTRY_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: ENTRY_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: ENTRY_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: ENTRY_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: ENTRY_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: ENTRY_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - } -} diff --git a/data/font/DejaVuSansMono-Bold.ttf b/data/font/DejaVuSansMono-Bold.ttf Binary files differdeleted file mode 100644 index 9c716794..00000000 --- a/data/font/DejaVuSansMono-Bold.ttf +++ /dev/null diff --git a/data/font/Rase-GPL.otf b/data/font/Rase-GPL.otf Binary files differdeleted file mode 100644 index ae2e57be..00000000 --- a/data/font/Rase-GPL.otf +++ /dev/null diff --git a/data/group.edc b/data/group.edc deleted file mode 100644 index f0d942b5..00000000 --- a/data/group.edc +++ /dev/null @@ -1,125 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define GROUP_UI "/synthpod/group/ui" - -images { - image: "border.png" COMP; -} - -group { - name: "/synthpod/group/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.05; - rel2.relative: 1.0 0.95; - color: 32 32 32 0; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "elm.text"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - text.size: 10; - text.text: ""; - text.align: 0.0 0.5; - color: 255 255 255 255; - } - } - - part { - name: "border"; - type: IMAGE; - mouse_events: 0; - clip_to: "col.clip"; - description { - state: "default" 0.0; - rel1.to: "shadow"; - rel2.to: "shadow"; - image.normal: "border.png"; - image.border: 0 0 0 2; - image.middle: NONE; - image.scale_hint: STATIC; - } - } - } - - programs { - program { signal: "col,00"; source: GROUP_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: GROUP_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: GROUP_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: GROUP_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: GROUP_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: GROUP_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: GROUP_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: GROUP_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: GROUP_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: GROUP_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: GROUP_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: GROUP_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: GROUP_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: GROUP_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: GROUP_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: GROUP_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: GROUP_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: GROUP_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: GROUP_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: GROUP_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: GROUP_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - } -} diff --git a/data/modgrid.edc b/data/modgrid.edc deleted file mode 100644 index 18ed0a5e..00000000 --- a/data/modgrid.edc +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -group { - name: "elm/gengrid/item/synthpod/default"; - data.item: "contents" "elm.swallow.content"; - - parts { - part { - name: "elm.swallow.content"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { - state: "default" 0.0; - fixed: 1 1; - } - } - } -} diff --git a/data/modlist.edc b/data/modlist.edc deleted file mode 100644 index 42958c78..00000000 --- a/data/modlist.edc +++ /dev/null @@ -1,514 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define MODLIST_UI "/synthpod/modlist/ui" - -images { - image: "source.png" COMP; - image: "sink.png" COMP; - - image: "favourite-button-of-circular-shape.png" COMP; - image: "keyboard-of-four-buttons-circular-button-symbol.png" COMP; - image: "list-circular-button.png" COMP; - image: "rec-circular-button.png" COMP; - image: "verification-sign-in-a-circle-outline.png" COMP; - - image: "favourite-button-of-circular-shape_filled.png" COMP; - image: "keyboard-of-four-buttons-circular-button-symbol_filled.png" COMP; - image: "list-circular-button_filled.png" COMP; - image: "rec-circular-button_filled.png" COMP; - image: "verification-sign-in-a-circle-outline_filled.png" COMP; - - image: "close-square-button.png" COMP; -} - -group { - name: "/synthpod/modlist/module"; - - parts { - part { - name: "clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; } - description { state: "default" 0.01; fixed: 1 1; color: COL01; } - description { state: "default" 0.02; fixed: 1 1; color: COL02; } - description { state: "default" 0.03; fixed: 1 1; color: COL03; } - description { state: "default" 0.04; fixed: 1 1; color: COL04; } - description { state: "default" 0.05; fixed: 1 1; color: COL05; } - description { state: "default" 0.06; fixed: 1 1; color: COL06; } - description { state: "default" 0.07; fixed: 1 1; color: COL07; } - description { state: "default" 0.08; fixed: 1 1; color: COL08; } - description { state: "default" 0.09; fixed: 1 1; color: COL09; } - description { state: "default" 0.10; fixed: 1 1; color: COL10; } - description { state: "default" 0.11; fixed: 1 1; color: COL11; } - description { state: "default" 0.12; fixed: 1 1; color: COL12; } - description { state: "default" 0.13; fixed: 1 1; color: COL13; } - description { state: "default" 0.14; fixed: 1 1; color: COL14; } - description { state: "default" 0.15; fixed: 1 1; color: COL15; } - description { state: "default" 0.16; fixed: 1 1; color: COL16; } - description { state: "default" 0.17; fixed: 1 1; color: COL17; } - description { state: "default" 0.18; fixed: 1 1; color: COL18; } - description { state: "default" 0.19; fixed: 1 1; color: COL19; } - description { state: "default" 0.20; fixed: 1 1; color: COL20; } - } - part { - name: "enable"; - type: IMAGE; - mouse_events: 1; - clip_to: "clip"; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.5; - aspect: 1.0 1.0; - rel1.relative: 0 0; - rel2.relative: 0 1; - image.normal: "verification-sign-in-a-circle-outline.png"; - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - image.normal: "verification-sign-in-a-circle-outline_filled.png"; - color: 255 255 255 255; - } - } - part { - name: "link"; - type: IMAGE; - mouse_events: 1; - clip_to: "clip"; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.5; - aspect: 1.0 1.0; - rel1.relative: 1 0; - rel1.to_x: "enable"; - rel2.relative: 2 1; - rel2.to_x: "enable"; - image.normal: "favourite-button-of-circular-shape.png"; - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - image.normal: "favourite-button-of-circular-shape_filled.png"; - color: 255 255 255 255; - } - } - part { - name: "auto"; - type: IMAGE; - mouse_events: 1; - clip_to: "clip"; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.5; - aspect: 1.0 1.0; - rel1.to_x: "link"; - rel1.relative: 1 0; - rel2.to_x: "link"; - rel2.relative: 2 1; - image.normal: "list-circular-button.png"; - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - image.normal: "list-circular-button_filled.png"; - color: 255 255 255 255; - } - } - part { - name: "ui"; - type: IMAGE; - mouse_events: 1; - clip_to: "clip"; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.5; - aspect: 1.0 1.0; - rel1.to_x: "auto"; - rel1.relative: 1 0; - rel2.to_x: "auto"; - rel2.relative: 2 1; - image.normal: "keyboard-of-four-buttons-circular-button-symbol.png"; - color: 255 255 255 0; - } - description { - state: "default" 0.5; - inherit: "default" 0.0; - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - image.normal: "keyboard-of-four-buttons-circular-button-symbol_filled.png"; - color: 255 255 255 255; - } - } - - part { - name: "close"; - type: IMAGE; - mouse_events: 1; - clip_to: "clip"; - description { - state: "default" 0.0; - fixed: 1 1; - align: 1.0 0.5; - aspect: 1.0 1.0; - rel1.relative: 1 0; - rel2.relative: 1 1; - image.normal: "close-square-button.png"; - color: 255 255 255 0; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - } - - programs { - program { signal: "col,00"; source: MODLIST_UI; action: STATE_SET "default" 0.00; target: "clip"; } - program { signal: "col,01"; source: MODLIST_UI; action: STATE_SET "default" 0.01; target: "clip"; } - program { signal: "col,02"; source: MODLIST_UI; action: STATE_SET "default" 0.02; target: "clip"; } - program { signal: "col,03"; source: MODLIST_UI; action: STATE_SET "default" 0.03; target: "clip"; } - program { signal: "col,04"; source: MODLIST_UI; action: STATE_SET "default" 0.04; target: "clip"; } - program { signal: "col,05"; source: MODLIST_UI; action: STATE_SET "default" 0.05; target: "clip"; } - program { signal: "col,06"; source: MODLIST_UI; action: STATE_SET "default" 0.06; target: "clip"; } - program { signal: "col,07"; source: MODLIST_UI; action: STATE_SET "default" 0.07; target: "clip"; } - program { signal: "col,08"; source: MODLIST_UI; action: STATE_SET "default" 0.08; target: "clip"; } - program { signal: "col,09"; source: MODLIST_UI; action: STATE_SET "default" 0.09; target: "clip"; } - program { signal: "col,10"; source: MODLIST_UI; action: STATE_SET "default" 0.10; target: "clip"; } - program { signal: "col,11"; source: MODLIST_UI; action: STATE_SET "default" 0.11; target: "clip"; } - program { signal: "col,12"; source: MODLIST_UI; action: STATE_SET "default" 0.12; target: "clip"; } - program { signal: "col,13"; source: MODLIST_UI; action: STATE_SET "default" 0.13; target: "clip"; } - program { signal: "col,14"; source: MODLIST_UI; action: STATE_SET "default" 0.14; target: "clip"; } - program { signal: "col,15"; source: MODLIST_UI; action: STATE_SET "default" 0.15; target: "clip"; } - program { signal: "col,16"; source: MODLIST_UI; action: STATE_SET "default" 0.16; target: "clip"; } - program { signal: "col,17"; source: MODLIST_UI; action: STATE_SET "default" 0.17; target: "clip"; } - program { signal: "col,18"; source: MODLIST_UI; action: STATE_SET "default" 0.18; target: "clip"; } - program { signal: "col,19"; source: MODLIST_UI; action: STATE_SET "default" 0.19; target: "clip"; } - program { signal: "col,20"; source: MODLIST_UI; action: STATE_SET "default" 0.20; target: "clip"; } - - program { - signal: "link,on"; - action: STATE_SET "default" 1.0; - target: "link"; - } - program { - signal: "link,off"; - action: STATE_SET "default" 0.0; - target: "link"; - } - program { - signal: "mouse,down,*"; - source: "link"; - action: SIGNAL_EMIT "link,toggle" ""; - } - - program { - signal: "close,show"; - action: STATE_SET "default" 1.0; - target: "close"; - } - program { - signal: "close,hide"; - action: STATE_SET "default" 0.0; - target: "close"; - } - program { - signal: "mouse,down,*"; - source: "close"; - action: SIGNAL_EMIT "close,click" ""; - } - - program { - signal: "enable,on"; - action: STATE_SET "default" 1.0; - target: "enable"; - } - program { - signal: "enable,off"; - action: STATE_SET "default" 0.0; - target: "enable"; - } - program { - signal: "mouse,down,*"; - source: "enable"; - action: SIGNAL_EMIT "enable,toggle" ""; - } - - program { - signal: "ui,on"; - action: STATE_SET "default" 1.0; - target: "ui"; - } - program { - signal: "ui,off"; - action: STATE_SET "default" 0.5; - target: "ui"; - } - program { - signal: "ui,hide"; - action: STATE_SET "default" 0.0; - target: "ui"; - } - program { - signal: "mouse,down,*"; - source: "ui"; - action: SIGNAL_EMIT "ui,toggle" ""; - } - - program { - signal: "auto,on"; - action: STATE_SET "default" 1.0; - target: "auto"; - } - program { - signal: "auto,off"; - action: STATE_SET "default" 0.0; - target: "auto"; - } - program { - signal: "mouse,down,*"; - source: "auto"; - action: SIGNAL_EMIT "auto,toggle" ""; - } - } -} - -group { - name: "/synthpod/modlist/port"; - - parts { - part { - name: "clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; } - description { state: "default" 0.01; fixed: 1 1; color: COL01; } - description { state: "default" 0.02; fixed: 1 1; color: COL02; } - description { state: "default" 0.03; fixed: 1 1; color: COL03; } - description { state: "default" 0.04; fixed: 1 1; color: COL04; } - description { state: "default" 0.05; fixed: 1 1; color: COL05; } - description { state: "default" 0.06; fixed: 1 1; color: COL06; } - description { state: "default" 0.07; fixed: 1 1; color: COL07; } - description { state: "default" 0.08; fixed: 1 1; color: COL08; } - description { state: "default" 0.09; fixed: 1 1; color: COL09; } - description { state: "default" 0.10; fixed: 1 1; color: COL10; } - description { state: "default" 0.11; fixed: 1 1; color: COL11; } - description { state: "default" 0.12; fixed: 1 1; color: COL12; } - description { state: "default" 0.13; fixed: 1 1; color: COL13; } - description { state: "default" 0.14; fixed: 1 1; color: COL14; } - description { state: "default" 0.15; fixed: 1 1; color: COL15; } - description { state: "default" 0.16; fixed: 1 1; color: COL16; } - description { state: "default" 0.17; fixed: 1 1; color: COL17; } - description { state: "default" 0.18; fixed: 1 1; color: COL18; } - description { state: "default" 0.19; fixed: 1 1; color: COL19; } - description { state: "default" 0.20; fixed: 1 1; color: COL20; } - } - part { - name: "direction"; - type: IMAGE; - mouse_events: 0; - clip_to: "clip"; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.5; - aspect: 1.0 1.0; - rel1.relative: 0 0; - rel2.relative: 0 1; - min: 16 16; - image.normal: "sink.png"; - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - image.normal: "source.png"; - } - } - part { - name: "elm.text"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.to_x: "direction"; - rel1.relative: 1 0; - rel2.relative: 0.4 1; - text { - text: ""; - size: 10; - align: 0.0 0.5; - }; - } - } - part { - name: "elm.swallow.content"; - type: SWALLOW; - mouse_events: 1; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.4 0; - rel2.to_x: "monitor"; - rel2.relative: 0 1; - } - } - part { - name: "monitor"; - type: IMAGE; - mouse_events: 1; - description { - state: "default" 0.0; - fixed: 1 1; - align: 1.0 0.5; - aspect: 1.0 1.0; - rel1.to_x: "link"; - rel1.relative: -1 0; - rel2.to_x: "link"; - rel2.relative: 0 1; - image.normal: "rec-circular-button.png"; - color: 255 255 255 0; - } - description { - state: "default" 0.5; - inherit: "default" 0.0; - color: 255 255 255 64; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - part { - name: "link"; - type: IMAGE; - mouse_events: 1; - description { - state: "default" 0.0; - fixed: 1 1; - align: 1.0 0.5; - aspect: 1.0 1.0; - rel1.relative: 1 0; - rel2.relative: 1 1; - image.normal: "favourite-button-of-circular-shape.png"; - color: 255 255 255 0; - } - description { - state: "default" 0.5; - inherit: "default" 0.0; - color: 255 255 255 64; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - } - - programs { - program { signal: "col,00"; source: MODLIST_UI; action: STATE_SET "default" 0.00; target: "clip"; } - program { signal: "col,01"; source: MODLIST_UI; action: STATE_SET "default" 0.01; target: "clip"; } - program { signal: "col,02"; source: MODLIST_UI; action: STATE_SET "default" 0.02; target: "clip"; } - program { signal: "col,03"; source: MODLIST_UI; action: STATE_SET "default" 0.03; target: "clip"; } - program { signal: "col,04"; source: MODLIST_UI; action: STATE_SET "default" 0.04; target: "clip"; } - program { signal: "col,05"; source: MODLIST_UI; action: STATE_SET "default" 0.05; target: "clip"; } - program { signal: "col,06"; source: MODLIST_UI; action: STATE_SET "default" 0.06; target: "clip"; } - program { signal: "col,07"; source: MODLIST_UI; action: STATE_SET "default" 0.07; target: "clip"; } - program { signal: "col,08"; source: MODLIST_UI; action: STATE_SET "default" 0.08; target: "clip"; } - program { signal: "col,09"; source: MODLIST_UI; action: STATE_SET "default" 0.09; target: "clip"; } - program { signal: "col,10"; source: MODLIST_UI; action: STATE_SET "default" 0.10; target: "clip"; } - program { signal: "col,11"; source: MODLIST_UI; action: STATE_SET "default" 0.11; target: "clip"; } - program { signal: "col,12"; source: MODLIST_UI; action: STATE_SET "default" 0.12; target: "clip"; } - program { signal: "col,13"; source: MODLIST_UI; action: STATE_SET "default" 0.13; target: "clip"; } - program { signal: "col,14"; source: MODLIST_UI; action: STATE_SET "default" 0.14; target: "clip"; } - program { signal: "col,15"; source: MODLIST_UI; action: STATE_SET "default" 0.15; target: "clip"; } - program { signal: "col,16"; source: MODLIST_UI; action: STATE_SET "default" 0.16; target: "clip"; } - program { signal: "col,17"; source: MODLIST_UI; action: STATE_SET "default" 0.17; target: "clip"; } - program { signal: "col,18"; source: MODLIST_UI; action: STATE_SET "default" 0.18; target: "clip"; } - program { signal: "col,19"; source: MODLIST_UI; action: STATE_SET "default" 0.19; target: "clip"; } - program { signal: "col,20"; source: MODLIST_UI; action: STATE_SET "default" 0.20; target: "clip"; } - - program { - signal: "link,hide"; - action: STATE_SET "default" 0.0; - target: "link"; - } - program { - signal: "link,on"; - action: STATE_SET "default" 1.0; - target: "link"; - } - program { - signal: "link,off"; - action: STATE_SET "default" 0.5; - target: "link"; - } - program { - signal: "mouse,down,*"; - source: "link"; - action: SIGNAL_EMIT "link,toggle" ""; - } - - program { - signal: "monitor,hide"; - action: STATE_SET "default" 0.0; - target: "monitor"; - } - program { - signal: "monitor,on"; - action: STATE_SET "default" 1.0; - target: "monitor"; - } - program { - signal: "monitor,off"; - action: STATE_SET "default" 0.5; - target: "monitor"; - } - program { - signal: "mouse,down,*"; - source: "monitor"; - action: SIGNAL_EMIT "monitor,toggle" ""; - } - - program { - signal: "source,on"; - action: STATE_SET "default" 1.0; - target: "direction"; - } - program { - signal: "source,off"; - action: STATE_SET "default" 0.0; - target: "direction"; - } - } -} diff --git a/data/omk_logo.edc b/data/omk_logo.edc deleted file mode 100644 index 11c0f9a1..00000000 --- a/data/omk_logo.edc +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -images { - image: "omk_logo_256x256.png" COMP; -} - -group { - name: "/omk/logo"; - - parts { - part { - name: "logo"; - type: IMAGE; - mouse_events: 0; - description { - state: "default" 0.0; - image.normal: "omk_logo_256x256.png"; - aspect: 1 1; - aspect_preference: BOTH; - } - } - } -} diff --git a/data/patcher.edc b/data/patcher.edc deleted file mode 100644 index 92dc468b..00000000 --- a/data/patcher.edc +++ /dev/null @@ -1,220 +0,0 @@ -/* - * Copyright (c) 2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define PATCHER_UI "/patcher/ui" - -group { - name: "/patcher/port"; - - parts { - part { - name: "clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL00; } - description { state: "default" 0.01; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL01; } - description { state: "default" 0.02; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL02; } - description { state: "default" 0.03; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL03; } - description { state: "default" 0.04; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL04; } - description { state: "default" 0.05; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL05; } - description { state: "default" 0.06; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL06; } - description { state: "default" 0.07; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL07; } - description { state: "default" 0.08; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL08; } - description { state: "default" 0.09; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL09; } - description { state: "default" 0.10; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL10; } - description { state: "default" 0.11; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL11; } - description { state: "default" 0.12; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL12; } - description { state: "default" 0.13; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL13; } - description { state: "default" 0.14; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL14; } - description { state: "default" 0.15; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL15; } - description { state: "default" 0.16; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL16; } - description { state: "default" 0.17; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL17; } - description { state: "default" 0.18; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL18; } - description { state: "default" 0.19; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL19; } - description { state: "default" 0.20; fixed: 1 1; rel1.offset: 0 -1; rel2.offset: 0 1; color: COL20; } - } - - part { - name: "fg"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - color: 204 204 204 255; - } - description { - state: "default" 1.0; - color: 64 64 64 255; - } - } - - part { - name: "bg"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - rel1.offset: 0 -1; - rel2.offset: 0 1; - color: 204 204 204 0; - } - description { - state: "default" 1.0; - rel1.offset: 0 -1; - rel2.offset: 0 1; - color: 204 204 204 255; - } - } - - part { - name: "col"; - type: RECT; - clip_to: "clip"; - mouse_events: 0; - description { - state: "default" 0.0; - rel1.relative: 0 0; - rel1.offset: 0 -1; - rel2.relative: 0 1; - rel2.offset: 24 1; - } - description { - state: "default" 1.0; - rel1.relative: 1 0; - rel1.offset: -24 -1; - rel2.relative: 1 1; - rel2.offset: 0 1; - } - } - - part { - name: "text.client"; - type: TEXT; - mouse_events: 0; - clip_to: "fg"; - scale: 1; - description { - state: "default" 0.0; - rel1.relative: 0.0 0; - rel1.offset: 29 0; - rel2.relative: 0.5 1; - text { - font: "default"; - size: 10; - align: 0.0 0.5; - } - color: 255 255 255 255; - } - description { - state: "default" 1.0; - rel1.relative: 0.5 0; - rel2.relative: 1.0 1; - rel2.offset: -29 0; - text { - font: "default"; - size: 10; - align: 1.0 0.5; - } - color: 255 255 255 255; - } - } - - part { - name: "text.port"; - type: TEXT; - mouse_events: 0; - clip_to: "fg"; - scale: 1; - description { - state: "default" 0.0; - rel1.relative: 0.5 0; - rel2.relative: 1.0 1; - rel2.offset: -5 0; - text { - font: "default"; - size: 10; - align: 1.0 0.5; - } - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - rel1.relative: 0.0 0; - rel1.offset: 5 0; - rel2.relative: 0.5 1; - text.align: 0.0 0.5; - } - } - } - - programs { - program { signal: "col,00"; source: PATCHER_UI; action: STATE_SET "default" 0.00; target: "clip"; } - program { signal: "col,01"; source: PATCHER_UI; action: STATE_SET "default" 0.01; target: "clip"; } - program { signal: "col,02"; source: PATCHER_UI; action: STATE_SET "default" 0.02; target: "clip"; } - program { signal: "col,03"; source: PATCHER_UI; action: STATE_SET "default" 0.03; target: "clip"; } - program { signal: "col,04"; source: PATCHER_UI; action: STATE_SET "default" 0.04; target: "clip"; } - program { signal: "col,05"; source: PATCHER_UI; action: STATE_SET "default" 0.05; target: "clip"; } - program { signal: "col,06"; source: PATCHER_UI; action: STATE_SET "default" 0.06; target: "clip"; } - program { signal: "col,07"; source: PATCHER_UI; action: STATE_SET "default" 0.07; target: "clip"; } - program { signal: "col,08"; source: PATCHER_UI; action: STATE_SET "default" 0.08; target: "clip"; } - program { signal: "col,09"; source: PATCHER_UI; action: STATE_SET "default" 0.09; target: "clip"; } - program { signal: "col,10"; source: PATCHER_UI; action: STATE_SET "default" 0.10; target: "clip"; } - program { signal: "col,11"; source: PATCHER_UI; action: STATE_SET "default" 0.11; target: "clip"; } - program { signal: "col,12"; source: PATCHER_UI; action: STATE_SET "default" 0.12; target: "clip"; } - program { signal: "col,13"; source: PATCHER_UI; action: STATE_SET "default" 0.13; target: "clip"; } - program { signal: "col,14"; source: PATCHER_UI; action: STATE_SET "default" 0.14; target: "clip"; } - program { signal: "col,15"; source: PATCHER_UI; action: STATE_SET "default" 0.15; target: "clip"; } - program { signal: "col,16"; source: PATCHER_UI; action: STATE_SET "default" 0.16; target: "clip"; } - program { signal: "col,17"; source: PATCHER_UI; action: STATE_SET "default" 0.17; target: "clip"; } - program { signal: "col,18"; source: PATCHER_UI; action: STATE_SET "default" 0.18; target: "clip"; } - program { signal: "col,19"; source: PATCHER_UI; action: STATE_SET "default" 0.19; target: "clip"; } - program { signal: "col,20"; source: PATCHER_UI; action: STATE_SET "default" 0.20; target: "clip"; } - - program { - signal: "source"; - source: PATCHER_UI; - action: STATE_SET "default" 0.0; - target: "col"; - target: "text.client"; - target: "text.port"; - } - program { - signal: "sink"; - source: PATCHER_UI; - action: STATE_SET "default" 1.0; - target: "col"; - target: "text.client"; - target: "text.port"; - } - - program { - signal: "on"; - source: PATCHER_UI; - action: STATE_SET "default" 1.0; - target: "fg"; - target: "bg"; - } - program { - signal: "off"; - source: PATCHER_UI; - action: STATE_SET "default" 0.0; - target: "fg"; - target: "bg"; - } - } -} diff --git a/data/rounded_ui/COPYING b/data/rounded_ui/COPYING deleted file mode 100644 index fdfdd0d3..00000000 --- a/data/rounded_ui/COPYING +++ /dev/null @@ -1,3 +0,0 @@ -Robin Kylander -CC-BY-SA 3.0 -http://www.flaticon.com/packs/rounded-ui diff --git a/data/rounded_ui/favourite-button-of-circular-shape.png b/data/rounded_ui/favourite-button-of-circular-shape.png Binary files differdeleted file mode 100644 index a6a8d1d3..00000000 --- a/data/rounded_ui/favourite-button-of-circular-shape.png +++ /dev/null diff --git a/data/rounded_ui/keyboard-of-four-buttons-circular-button-symbol.png b/data/rounded_ui/keyboard-of-four-buttons-circular-button-symbol.png Binary files differdeleted file mode 100644 index 2e44eadb..00000000 --- a/data/rounded_ui/keyboard-of-four-buttons-circular-button-symbol.png +++ /dev/null diff --git a/data/rounded_ui/list-circular-button.png b/data/rounded_ui/list-circular-button.png Binary files differdeleted file mode 100644 index 72812bcb..00000000 --- a/data/rounded_ui/list-circular-button.png +++ /dev/null diff --git a/data/rounded_ui/rec-circular-button.png b/data/rounded_ui/rec-circular-button.png Binary files differdeleted file mode 100644 index 1b62350a..00000000 --- a/data/rounded_ui/rec-circular-button.png +++ /dev/null diff --git a/data/rounded_ui/verification-sign-in-a-circle-outline.png b/data/rounded_ui/verification-sign-in-a-circle-outline.png Binary files differdeleted file mode 100644 index 26d16e6e..00000000 --- a/data/rounded_ui/verification-sign-in-a-circle-outline.png +++ /dev/null diff --git a/data/rounded_ui_filled/COPYING b/data/rounded_ui_filled/COPYING deleted file mode 100644 index fdfdd0d3..00000000 --- a/data/rounded_ui_filled/COPYING +++ /dev/null @@ -1,3 +0,0 @@ -Robin Kylander -CC-BY-SA 3.0 -http://www.flaticon.com/packs/rounded-ui diff --git a/data/rounded_ui_filled/favourite-button-of-circular-shape_filled.png b/data/rounded_ui_filled/favourite-button-of-circular-shape_filled.png Binary files differdeleted file mode 100644 index 567bc90e..00000000 --- a/data/rounded_ui_filled/favourite-button-of-circular-shape_filled.png +++ /dev/null diff --git a/data/rounded_ui_filled/keyboard-of-four-buttons-circular-button-symbol_filled.png b/data/rounded_ui_filled/keyboard-of-four-buttons-circular-button-symbol_filled.png Binary files differdeleted file mode 100644 index 59b480d5..00000000 --- a/data/rounded_ui_filled/keyboard-of-four-buttons-circular-button-symbol_filled.png +++ /dev/null diff --git a/data/rounded_ui_filled/list-circular-button_filled.png b/data/rounded_ui_filled/list-circular-button_filled.png Binary files differdeleted file mode 100644 index 861eb902..00000000 --- a/data/rounded_ui_filled/list-circular-button_filled.png +++ /dev/null diff --git a/data/rounded_ui_filled/rec-circular-button_filled.png b/data/rounded_ui_filled/rec-circular-button_filled.png Binary files differdeleted file mode 100644 index 268de9b6..00000000 --- a/data/rounded_ui_filled/rec-circular-button_filled.png +++ /dev/null diff --git a/data/rounded_ui_filled/verification-sign-in-a-circle-outline_filled.png b/data/rounded_ui_filled/verification-sign-in-a-circle-outline_filled.png Binary files differdeleted file mode 100644 index b04396e5..00000000 --- a/data/rounded_ui_filled/verification-sign-in-a-circle-outline_filled.png +++ /dev/null diff --git a/data/smart_bitmask.edc b/data/smart_bitmask.edc deleted file mode 100644 index 55a77123..00000000 --- a/data/smart_bitmask.edc +++ /dev/null @@ -1,185 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define SMART_BITMASK_UI "/synthpod/smart_bitmask/ui" - -group { - name: "/synthpod/smart_bitmask/node"; - - parts { - part { - name: "border"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - color: 48 48 48 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - - part { - name: "label"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - text { - size: 10; - fit: 1 1; - align: 0.5 0.5; - text: ""; - } - color: 255 255 255 255; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 48 48 48 255; - } - } - - part { - name: "ev"; - type: RECT; - mouse_events: 1; - description { - state: "default" 0.0; - color: 255 255 255 0; - } - } - } - - programs { - program { - signal: "on"; - source: SMART_BITMASK_UI; - action: STATE_SET "default" 1.0; - target: "border"; - target: "label"; - } - program { - signal: "off"; - source: SMART_BITMASK_UI; - action: STATE_SET "default" 0.0; - target: "border"; - target: "label"; - } - } -} - -group { - name: "/synthpod/smart_bitmask/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.05; - rel2.relative: 1.0 0.95; - color: 32 32 32 255; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "table"; - type: TABLE; - mouse_events: 1; - clip_to: "col.clip"; - description { - state: "default" 0.0; - color: 255 255 255 128; - table { - homogeneous: TABLE; - padding: 1 1; - align: 0.5 0.5; - } - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - } - - programs { - program { signal: "col,00"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - - program { signal: "enabled"; source: SMART_BITMASK_UI; action: STATE_SET "default" 1.0; target: "table"; } - program { signal: "disabled"; source: SMART_BITMASK_UI; action: STATE_SET "default" 0.0; target: "table"; } - } -} diff --git a/data/smart_meter.edc b/data/smart_meter.edc deleted file mode 100644 index 2dc61570..00000000 --- a/data/smart_meter.edc +++ /dev/null @@ -1,108 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define SMART_METER_UI "/synthpod/smart_meter/ui" - -images { -} - -group { - name: "/synthpod/smart_meter/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.4; - rel2.relative: 1.0 0.6; - color: 32 32 32 255; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "drag"; - type: RECT; - mouse_events: 0; - clip_to: "col.clip"; - dragable.x: 1 1 0; - dragable.y: 0 0 0; - dragable.confine: "col.clip"; - description { - state: "default" 0.0; - color: 255 255 255 255; - } - } - } - - programs { - program { signal: "col,00"; source: SMART_METER_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: SMART_METER_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: SMART_METER_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: SMART_METER_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: SMART_METER_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: SMART_METER_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: SMART_METER_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: SMART_METER_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: SMART_METER_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: SMART_METER_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: SMART_METER_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: SMART_METER_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: SMART_METER_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: SMART_METER_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: SMART_METER_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: SMART_METER_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: SMART_METER_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: SMART_METER_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: SMART_METER_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: SMART_METER_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: SMART_METER_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - } -} diff --git a/data/smart_slider.edc b/data/smart_slider.edc deleted file mode 100644 index c3298986..00000000 --- a/data/smart_slider.edc +++ /dev/null @@ -1,140 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define SMART_SLIDER_UI "/synthpod/smart_slider/ui" - -images { -} - -group { - name: "/synthpod/smart_slider/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.05; - rel2.relative: 1.0 0.95; - color: 32 32 32 255; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "drag"; - type: RECT; - mouse_events: 0; - clip_to: "col.clip"; - dragable.x: 1 1 0; - dragable.y: 0 0 0; - dragable.confine: "col.clip"; - description { - state: "default" 0.0; - color: 255 255 255 128; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - - part { - name: "label"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - text.size: 10; - text.text: ""; - text.align: 0.5 0.5; - color: 255 255 255 255; - } - } - - part { - name: "ev"; - type: RECT; - mouse_events: 1; - description { - state: "default" 0.0; - color: 255 255 255 0; - } - } - } - - programs { - program { signal: "col,00"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - - program { signal: "enabled"; source: SMART_SLIDER_UI; action: STATE_SET "default" 1.0; target: "drag"; } - program { signal: "disabled"; source: SMART_SLIDER_UI; action: STATE_SET "default" 0.0; target: "drag"; } - } -} diff --git a/data/smart_spinner.edc b/data/smart_spinner.edc deleted file mode 100644 index 512d9095..00000000 --- a/data/smart_spinner.edc +++ /dev/null @@ -1,140 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define SMART_SPINNER_UI "/synthpod/smart_spinner/ui" - -images { -} - -group { - name: "/synthpod/smart_spinner/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.05; - rel2.relative: 1.0 0.95; - color: 32 32 32 255; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "drag"; - type: RECT; - mouse_events: 0; - clip_to: "col.clip"; - dragable.x: 1 1 0; - dragable.y: 0 0 0; - dragable.confine: "col.clip"; - description { - state: "default" 0.0; - color: 255 255 255 128; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - - part { - name: "label"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - text.size: 10; - text.text: ""; - text.align: 0.5 0.5; - color: 255 255 255 255; - } - } - - part { - name: "ev"; - type: RECT; - mouse_events: 1; - description { - state: "default" 0.0; - color: 255 255 255 0; - } - } - } - - programs { - program { signal: "col,00"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - - program { signal: "enabled"; source: SMART_SPINNER_UI; action: STATE_SET "default" 1.0; target: "drag"; } - program { signal: "disabled"; source: SMART_SPINNER_UI; action: STATE_SET "default" 0.0; target: "drag"; } - } -} diff --git a/data/smart_toggle.edc b/data/smart_toggle.edc deleted file mode 100644 index 916e1b20..00000000 --- a/data/smart_toggle.edc +++ /dev/null @@ -1,145 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#define SMART_TOGGLE_UI "/synthpod/smart_toggle/ui" - -images { - image: "border.png" COMP; -} - -group { - name: "/synthpod/smart_toggle/theme"; - - parts { - part { - name: "shadow"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 1 1; - rel1.relative: 0.0 0.05; - rel2.relative: 1.0 0.95; - aspect_preference: BOTH; - aspect: 1 1; - color: 32 32 32 255; - } - } - - part { - name: "col.clip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.00; fixed: 1 1; color: COL00; - rel1.to: "shadow"; - rel2.to: "shadow"; - } - description { state: "default" 0.01; inherit: "default" 0.00; color: COL01; } - description { state: "default" 0.02; inherit: "default" 0.00; color: COL02; } - description { state: "default" 0.03; inherit: "default" 0.00; color: COL03; } - description { state: "default" 0.04; inherit: "default" 0.00; color: COL04; } - description { state: "default" 0.05; inherit: "default" 0.00; color: COL05; } - description { state: "default" 0.06; inherit: "default" 0.00; color: COL06; } - description { state: "default" 0.07; inherit: "default" 0.00; color: COL07; } - description { state: "default" 0.08; inherit: "default" 0.00; color: COL08; } - description { state: "default" 0.09; inherit: "default" 0.00; color: COL09; } - description { state: "default" 0.10; inherit: "default" 0.00; color: COL10; } - description { state: "default" 0.11; inherit: "default" 0.00; color: COL11; } - description { state: "default" 0.12; inherit: "default" 0.00; color: COL12; } - description { state: "default" 0.13; inherit: "default" 0.00; color: COL13; } - description { state: "default" 0.14; inherit: "default" 0.00; color: COL14; } - description { state: "default" 0.15; inherit: "default" 0.00; color: COL15; } - description { state: "default" 0.16; inherit: "default" 0.00; color: COL16; } - description { state: "default" 0.17; inherit: "default" 0.00; color: COL17; } - description { state: "default" 0.18; inherit: "default" 0.00; color: COL18; } - description { state: "default" 0.19; inherit: "default" 0.00; color: COL19; } - description { state: "default" 0.20; inherit: "default" 0.00; color: COL20; } - } - - part { - name: "drag"; - type: RECT; - mouse_events: 0; - clip_to: "col.clip"; - dragable.x: 1 1 0; - dragable.y: 0 0 0; - dragable.confine: "col.clip"; - description { - state: "default" 0.0; - color: 255 255 255 128; - } - description { - state: "default" 1.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - } - - part { - name: "border"; - type: IMAGE; - mouse_events: 0; - clip_to: "col.clip"; - description { - state: "default" 0.0; - rel1.to: "shadow"; - rel2.to: "shadow"; - image.normal: "border.png"; - image.border: 2 2 2 2; - image.middle: NONE; - image.scale_hint: STATIC; - } - } - - part { - name: "ev"; - type: RECT; - mouse_events: 1; - description { - state: "default" 0.0; - color: 255 255 255 0; - } - } - } - - programs { - program { signal: "col,00"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.00; target: "col.clip"; } - program { signal: "col,01"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.01; target: "col.clip"; } - program { signal: "col,02"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.02; target: "col.clip"; } - program { signal: "col,03"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.03; target: "col.clip"; } - program { signal: "col,04"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.04; target: "col.clip"; } - program { signal: "col,05"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.05; target: "col.clip"; } - program { signal: "col,06"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.06; target: "col.clip"; } - program { signal: "col,07"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.07; target: "col.clip"; } - program { signal: "col,08"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.08; target: "col.clip"; } - program { signal: "col,09"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.09; target: "col.clip"; } - program { signal: "col,10"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.10; target: "col.clip"; } - program { signal: "col,11"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.11; target: "col.clip"; } - program { signal: "col,12"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.12; target: "col.clip"; } - program { signal: "col,13"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.13; target: "col.clip"; } - program { signal: "col,14"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.14; target: "col.clip"; } - program { signal: "col,15"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.15; target: "col.clip"; } - program { signal: "col,16"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.16; target: "col.clip"; } - program { signal: "col,17"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.17; target: "col.clip"; } - program { signal: "col,18"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.18; target: "col.clip"; } - program { signal: "col,19"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.19; target: "col.clip"; } - program { signal: "col,20"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.20; target: "col.clip"; } - - program { signal: "enabled"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 1.0; target: "drag"; } - program { signal: "disabled"; source: SMART_TOGGLE_UI; action: STATE_SET "default" 0.0; target: "drag"; } - } -} diff --git a/data/squared_ui/COPYING b/data/squared_ui/COPYING deleted file mode 100644 index 69d731a0..00000000 --- a/data/squared_ui/COPYING +++ /dev/null @@ -1,3 +0,0 @@ -Robin Kylander -CC-BY-SA 3.0 -http://www.flaticon.com/packs/sqaured-ui diff --git a/data/squared_ui/close-square-button.png b/data/squared_ui/close-square-button.png Binary files differdeleted file mode 100644 index 680536e7..00000000 --- a/data/squared_ui/close-square-button.png +++ /dev/null diff --git a/data/synthpod.edc b/data/synthpod.edc deleted file mode 100644 index 6adb8ca2..00000000 --- a/data/synthpod.edc +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -#if 1 -#define COLORS_MAX "20" -#define COL00 128 128 128 255 // Black -#define COL01 255 179 0 255 // Vivid Yellow -#define COL02 128 62 117 255 // Strong Purple -#define COL03 255 104 0 255 // Vivid Orange -#define COL04 166 189 215 255 // Very Light Blue -#define COL05 193 0 32 255 // Vivid Red -#define COL06 206 162 98 255 // Grayish Yellow -#define COL07 129 112 102 255 // Medium Gray -#define COL08 0 125 52 255 // Vivid Green -#define COL09 246 118 142 255 // Strong Purplish Pink -#define COL10 0 83 138 255 // Strong Blue -#define COL11 255 122 92 255 // Strong Yellowish Pink -#define COL12 83 55 122 255 // Strong Violet -#define COL13 255 142 0 255 // Vivid Orange Yellow -#define COL14 179 40 81 255 // Strong Purplish Red -#define COL15 244 200 0 255 // Vivid Greenish Yellow -#define COL16 127 24 13 255 // Strong Reddish Brown -#define COL17 147 170 0 255 // Vivid Yellowish Green -#define COL18 89 51 21 255 // Deep Yellowish Brown -#define COL19 241 58 19 255 // Vivid Reddish Orange -#define COL20 35 44 22 255 // Dark Olive Green -#endif - -#if 0 -// P. Green-Armytage (2010): A Colour Alphabet and the Limits of Colour Coding. -// Colour: Design & Creativity (5) (2010): 10, 1-23 -#define COLORS_MAX "20" -#define COL00 0 0 0 255 -#define COL01 240 163 255 255 -#define COL02 0 117 220 255 -#define COL03 153 63 0 255 -#define COL04 76 0 92 255 -#define COL05 25 25 25 255 -#define COL06 0 92 49 255 -#define COL07 43 206 72 255 -#define COL08 255 204 153 255 -#define COL09 128 128 128 255 -#define COL10 148 255 181 255 -#define COL11 143 124 0 255 -#define COL12 157 204 0 255 -#define COL13 194 0 136 255 -#define COL14 0 51 128 255 -#define COL15 255 164 5 255 -#define COL16 255 168 187 255 -#define COL17 66 102 0 255 -#define COL18 255 0 16 255 -#define COL19 94 241 242 255 -#define COL20 0 153 143 255 -#define COL21 224 255 102 255 -#define COL22 116 10 255 255 -#define COL23 153 0 0 255 -#define COL24 255 255 128 255 -#define COL25 255 255 0 255 -#define COL26 255 80 5 255 -#endif - -collections { -#include <theme.edc> -#include <omk_logo.edc> -#include <modlist.edc> -#include <modgrid.edc> -#include <patcher.edc> -#include <smart_slider.edc> -#include <smart_meter.edc> -#include <smart_spinner.edc> -#include <smart_toggle.edc> -#include <smart_bitmask.edc> -#include <entry.edc> -#include <group.edc> -} diff --git a/data/theme.edc b/data/theme.edc deleted file mode 100644 index 5f055a80..00000000 --- a/data/theme.edc +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the Artistic License 2.0 as published by - * The Perl Foundation. - * - * This source is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Artistic License 2.0 for more details. - * - * You should have received a copy of the Artistic License 2.0 - * along the source as a COPYING file. If not, obtain it from - * http://www.perlfoundation.org/artistic_license_2_0. - */ - -group { - name: "/synthpod/theme"; - - data { - item: "colors_max" COLORS_MAX; - } -} |