Conversation
Adds explicit `type` field to WebSocket song_info and arrangements, allowing viz auto-selection to match on real instrument type instead of name-sniffing. Fixes misclassification of keyboard arrangements (e.g., GP imports with piano parts labeled 'Combo') by checking manifest `type` before arrangement name patterns. Reorders GP track classification to yield keyboard parts before assuming guitar. Also adds `_stemsRerouteInProgress` guards matching `_juceRerouteInProgress` to prevent spurious play/pause events during stems plugin Web-Audio takeover.
drawChordDiagram() was passed inverted: _invertedCached at both call sites, flipping its column order (high-e/low-E swapped) whenever the highway's Invert toggle was on. The diagram's orientation should be fixed regardless of that toggle, so both sites now pass inverted: false. Note: plugins/highway_3d/CLAUDE.md had documented the mirroring as this overlay's contract, but that line traces only to a single squashed "Clean release snapshot" commit with no surviving design rationale -- treated here as an inaccurate description of a bug, not a protected feature, and updated accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Update the bundled `highway_3d` plugin version from 3.34.1 to 3.34.2.
📝 WalkthroughWalkthroughChangesArrangement typing and highway selection
Highway chord orientation
Stems reroute transport handling
Repository ignore rules
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant GPXSelector
participant Song
participant HighwayWebSocket
participant HighwayScreen
GPXSelector->>Song: Classify keyboard tracks as keys
Song->>HighwayWebSocket: Provide normalized arrangement type
HighwayWebSocket->>HighwayScreen: Send arrangement_type and arrangement metadata
HighwayScreen->>HighwayScreen: Reject keys before name matching
Suggested reviewers: Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error, 1 warning, 1 inconclusive)
✅ Passed checks (19 passed)
✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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.
What
feedpak surface
got-feedback/feedpak-spec#___(once it merges, re-run this PR's checks and the gate goes green)Checklist
CHANGELOG.md[Unreleased]updated (user-visible changes)git commit -s)