commit bd1a9cc42413c4f764c5b66c47ff03ab36427629 parent 13e05658be828404e334b09a615c1b8335c71f07 Author: Jatin Chowdhury <jatinchowdhury18@gmail.com> Date: Wed, 7 Apr 2021 22:02:09 -0400 Add depth 0.1x button to iOS UI Diffstat:
M | Plugin/Source/GUI/Assets/gui_ios.xml | | | 25 | ++++++++++++++++++------- |
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/Plugin/Source/GUI/Assets/gui_ios.xml b/Plugin/Source/GUI/Assets/gui_ios.xml @@ -61,9 +61,10 @@ <Slider caption="High Cut" parameter="ifilt_high" class="Slider" name="High Cut" tooltip="Applies a high cut filter before applying tape processing."/> <TextButton parameter="ifilt_makeup" text="Makeup" background-color="00000000" - margin="0" padding="5" button-color="00000000" flex-grow="0.35" - button-on-color="FF8B3232" lookAndFeel="SpeedButtonLNF" name="Makeup" - tooltip="Adds the signal cut out by the cut filters back to the processed signal."/> + margin="0" padding="5" button-color="FF33343D" flex-grow="0.35" + button-on-color="FFB41717" lookAndFeel="LookAndFeel_V3" name="Makeup" + tooltip="Adds the signal cut out by the cut filters back to the processed signal." + button-off-text="FFFFFFFF" button-on-text="FFFFFFFF"/> <PowerButton background-color="00000000" max-height="25" min-height="20" margin="0" padding="0" button-color="ff595c6b" button-on-color="FFEAA92C" parameter="ifilt_onoff" name="Filters On/Off" tooltip="Turns the pre-processing filters on or off."/> @@ -142,10 +143,20 @@ </View> <View tab-caption="Degrade" padding="0" flex-direction="column" background-color="FF31323A" margin="0"> - <View margin="0" padding="0" flex-grow="0.15" background-color="00000000"/> - <Slider parameter="deg_depth" caption="Depth" class="Slider" name="Depth" - tooltip="Sets the depth of the tape degradation." - margin="0" slider-type="linear-horizontal" max-height="70"/> + <View flex-direction="column" max-height="140" background-color="FF1E1F22" + flex-grow="2.0" flex-shrink="2.0" padding="0"> + <View max-height="5"/> + <Slider parameter="deg_depth" caption="Depth" class="Slider" name="Depth" + tooltip="Sets the depth of the tape degradation." slider-type="linear-horizontal" + max-height="70" margin="0" min-height="0" slidertext-width="80" + flex-grow="2.5" flex-shrink="2.5" padding=""/> + <TextButton flex-align-self="auto" parameter="deg_point1x" max-height="160" background-color="FF31323A" + button-on-color="FFB41717" button-color="FF33343D" text="0.1x" + button-off-text="FFFFFFFF" button-on-text="FFFFFFFF" height="" + width="" min-height="0.0" padding="0" caption-placement="centred" + min-width="" margin="5" caption="" flex-grow="1.0" flex-shrink="0.1" + name="0.1x" lookAndFeel="LookAndFeel_V3" tooltip="Scales the Depth value by 0.1 to allow for more subtle degradation"/> + </View> <View margin="0" padding="0" flex-grow="0.1" background-color="00000000"/> <Slider caption="Amount" parameter="deg_amt" class="Slider" name="Amount" margin="0" tooltip="Sets the amount of the tape that is degraded. At large values all of the tape will be affected, at small values only some sections will be affected."