Skip to content

Commit 6ec56a6

Browse files
authored
Release XY Pad X v1.2 (#430)
preserve slider settings when modifying any [+] option
1 parent ee5e9a2 commit 6ec56a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MIDI/mschnellsid_XY Pad X.jsfx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
desc: XY Pad X
22
author: mschnell & SID
3-
version: 1.1
4-
changelog: preserve slider settings when hiding sliders
3+
version: 1.2
4+
changelog: preserve slider settings when modifying any [+] option
55
about:
66
# XY Pad X
77
Sends out high resolution CC messages when the circle is dragged.
@@ -62,8 +62,8 @@ in_pin:none
6262
out_pin:none
6363

6464
config: conf "View Sliders -preserve-config" 0 0="No" 1="Yes"
65-
config: conf_width "Width" 0 0="A = wide" 1="B = narrow"
66-
config: conf_auto "Drag-Mode" 0 0="C = Left-Drag" 1="D = start Left-Drag, stop Right-Click" 2="E = start Left-Drag, stop Right-Click or left-Click" 3="F = Hover-Drag"
65+
config: conf_width "Width -preserve-config" 0 0="A = wide" 1="B = narrow"
66+
config: conf_auto "Drag-Mode -preserve-config" 0 0="C = Left-Drag" 1="D = start Left-Drag, stop Right-Click" 2="E = start Left-Drag, stop Right-Click or left-Click" 3="F = Hover-Drag"
6767

6868
<?conf == 0 ? (
6969
show = "-";

0 commit comments

Comments
 (0)