Skip to content

Global Settings: add Ins/Outs - #11

Merged
john-baxter-dev merged 1 commit into
john-baxter-dev:masterfrom
rtsai:global-ins-outs
Aug 23, 2026
Merged

Global Settings: add Ins/Outs#11
john-baxter-dev merged 1 commit into
john-baxter-dev:masterfrom
rtsai:global-ins-outs

Conversation

@rtsai

@rtsai rtsai commented Aug 23, 2026

Copy link
Copy Markdown

Decoded by changing a global setting on an HX Stomp XL, refreshing the fretwire UI, and seeing what changed.

Reordered "Ins/Outs" items to match the order in the HX Stomp XL on-device Global Settings UI.

Settings (renamed to match HX Stomp XL UI):

  • 31: Input Level (renamed from "Input level")
  • 94: Output Level (renamed from "Output level")
  • 2: Send/Return L
  • 3: Send/Return R
  • 154: Return Type
  • 153: USB In 1/2 Trim
  • 158: Phones Monitor
  • 156: Volume Controls (renamed from "Volume knob controls")

Decoded by changing a global setting on an HX Stomp XL,
refreshing the fretwire UI, and seeing what changed.

Reordered "Ins/Outs" items to match the order in the HX Stomp XL
on-device Global Settings UI.

Settings (renamed to match HX Stomp XL UI):

-  31: Input Level (renamed from "Input level")
-  94: Output Level (renamed from "Output level")
-   2: Send/Return L
-   3: Send/Return R
- 154: Return Type
- 153: USB In 1/2 Trim
- 158: Phones Monitor
- 156: Volume Controls (renamed from "Volume knob controls")

@rtsai rtsai left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fretwire UI seems to render the settings in order they are declared in the SETTINGS table, which kind of makes it harder to find settings by number without doing a text-editor search. I don't know if you prefer to maintain a separate "sort key" if you are trying to maintain the settings in numeric order.

id: 127,
// Observed as 0 and 1 with the menu entries not recorded either side, so the values are
// listed without names rather than being labelled from memory.
name: "Guitar In-Z",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A propos, I don't see any such "Guitar In-Z" Global Setting in the HX Stomp XL, neither in the "Ins/Outs" section nor anywhere else in Global Settings.

The "Preferences" section has as its 10th item a "Auto In-Z" setting with choices "First" and "Enabled" (I don't know what this setting does; I've never had to look it up).

john-baxter-dev added a commit that referenced this pull request Aug 23, 2026
PR #11 put SETTINGS in the pedal's menu order, which broke
ids_are_unique_and_sorted. Both orders are wanted, so MENU_ORDER lists
ids in menu order, menu_rank puts the unplaced ones last, and
settings_read sorts rows by (rank, id) — the raw sweep gets the same
ordering the named view does now.

127 is Auto In-Z under Preferences. "Guitar In-Z" was never on the
pedal; 07d20ad wrote down a Helix setting that sounds like it, and the
Ins/Outs group followed the wrong name. Its two values are still
unnamed. Mark the five XL-sourced ids as such.
@john-baxter-dev
john-baxter-dev merged commit 39b6cc0 into john-baxter-dev:master Aug 23, 2026
2 of 3 checks passed
@rtsai
rtsai deleted the global-ins-outs branch August 24, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants