From 7a1e78571509530a1fbce00a4fafb822dab474f7 Mon Sep 17 00:00:00 2001 From: nopeppermint Date: Sat, 13 Oct 2018 15:45:01 +0200 Subject: [PATCH 1/5] add 8 sampler to latenight, with option for small samplers first draw of small sampler, remove no longer used files and minor fix add expand/collapse button, bpm, tooltip and smaller font 4 small or big sampler, or 8 tiny sampler with either the 4 left or 4 right big remove 4 sampler option, adapt small sampler for two rows remove no longer used buttons, add new sampler idea remove spacers and change attribute names fix tab/whitespace --- .../LateNight/buttons/btn_samplerCollapse.svg | 142 ++++++++++++++++ .../buttons/btn_samplerCollapse_1_4.svg | 153 +++++++++++++++++ .../buttons/btn_samplerCollapse_5_8.svg | 153 +++++++++++++++++ .../LateNight/buttons/btn_samplerExpand.svg | 145 ++++++++++++++++ .../buttons/btn_samplerExpand_1_4.svg | 156 ++++++++++++++++++ .../buttons/btn_samplerExpand_5_8.svg | 156 ++++++++++++++++++ res/skins/LateNight/samplers_rack.xml | 76 ++++++--- res/skins/LateNight/samplers_unit_1-8.xml | 85 ++++++++++ res/skins/LateNight/samplers_unit_1-8_big.xml | 104 ++++++++++++ res/skins/LateNight/samplers_unit_1234.xml | 38 +++++ res/skins/LateNight/samplersmall.xml | 147 +++++++++++++++++ res/skins/LateNight/skin.xml | 3 + res/skins/LateNight/skin_settings.xml | 79 ++++++--- res/skins/LateNight/style.qss | 31 ++++ 14 files changed, 1430 insertions(+), 38 deletions(-) create mode 100644 res/skins/LateNight/buttons/btn_samplerCollapse.svg create mode 100644 res/skins/LateNight/buttons/btn_samplerCollapse_1_4.svg create mode 100644 res/skins/LateNight/buttons/btn_samplerCollapse_5_8.svg create mode 100644 res/skins/LateNight/buttons/btn_samplerExpand.svg create mode 100644 res/skins/LateNight/buttons/btn_samplerExpand_1_4.svg create mode 100644 res/skins/LateNight/buttons/btn_samplerExpand_5_8.svg create mode 100644 res/skins/LateNight/samplers_unit_1-8.xml create mode 100644 res/skins/LateNight/samplers_unit_1-8_big.xml create mode 100644 res/skins/LateNight/samplers_unit_1234.xml create mode 100644 res/skins/LateNight/samplersmall.xml diff --git a/res/skins/LateNight/buttons/btn_samplerCollapse.svg b/res/skins/LateNight/buttons/btn_samplerCollapse.svg new file mode 100644 index 00000000000..c74904f19d1 --- /dev/null +++ b/res/skins/LateNight/buttons/btn_samplerCollapse.svg @@ -0,0 +1,142 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/res/skins/LateNight/buttons/btn_samplerCollapse_1_4.svg b/res/skins/LateNight/buttons/btn_samplerCollapse_1_4.svg new file mode 100644 index 00000000000..2b72710c7ff --- /dev/null +++ b/res/skins/LateNight/buttons/btn_samplerCollapse_1_4.svg @@ -0,0 +1,153 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + - + 1-4 + diff --git a/res/skins/LateNight/buttons/btn_samplerCollapse_5_8.svg b/res/skins/LateNight/buttons/btn_samplerCollapse_5_8.svg new file mode 100644 index 00000000000..b6fefc14528 --- /dev/null +++ b/res/skins/LateNight/buttons/btn_samplerCollapse_5_8.svg @@ -0,0 +1,153 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + - + 5-8 + diff --git a/res/skins/LateNight/buttons/btn_samplerExpand.svg b/res/skins/LateNight/buttons/btn_samplerExpand.svg new file mode 100644 index 00000000000..76136584180 --- /dev/null +++ b/res/skins/LateNight/buttons/btn_samplerExpand.svg @@ -0,0 +1,145 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/LateNight/buttons/btn_samplerExpand_1_4.svg b/res/skins/LateNight/buttons/btn_samplerExpand_1_4.svg new file mode 100644 index 00000000000..be6ce022d29 --- /dev/null +++ b/res/skins/LateNight/buttons/btn_samplerExpand_1_4.svg @@ -0,0 +1,156 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + 1-4 + diff --git a/res/skins/LateNight/buttons/btn_samplerExpand_5_8.svg b/res/skins/LateNight/buttons/btn_samplerExpand_5_8.svg new file mode 100644 index 00000000000..a455a282cc6 --- /dev/null +++ b/res/skins/LateNight/buttons/btn_samplerExpand_5_8.svg @@ -0,0 +1,156 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + 5-8 + diff --git a/res/skins/LateNight/samplers_rack.xml b/res/skins/LateNight/samplers_rack.xml index 08ff37e19d5..ddfc4695dae 100644 --- a/res/skins/LateNight/samplers_rack.xml +++ b/res/skins/LateNight/samplers_rack.xml @@ -1,30 +1,72 @@