Global Settings: add Ins/Outs - #11
Merged
Merged
Conversation
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
commented
Aug 23, 2026
Author
There was a problem hiding this comment.
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", |
Author
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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):