Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions MIDI/mschnellsid_XY Pad X.jsfx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desc: XY Pad X
author: mschnell & SID
version: 1.1
changelog: preserve slider settings when hiding sliders
version: 1.2
changelog: preserve slider settings when modifying any [+] option
about:
# XY Pad X
Sends out high resolution CC messages when the circle is dragged.
Expand Down Expand Up @@ -62,8 +62,8 @@ in_pin:none
out_pin:none

config: conf "View Sliders -preserve-config" 0 0="No" 1="Yes"
config: conf_width "Width" 0 0="A = wide" 1="B = narrow"
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"
config: conf_width "Width -preserve-config" 0 0="A = wide" 1="B = narrow"
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"

<?conf == 0 ? (
show = "-";
Expand Down