feat: Add dump commands, graphical layout visualizer, and visualizer improvements #2
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.
Summary 🎯
Adds powerful debugging tools: CLI
dumpsubcommands for layout/palettes/info, interactive graphical panel visualizer (Macroquad window: rotate, click-to-flash panels), and TUI visualizer upgrades (palette switching, axis/sort controls).Key improvements: Loopback audio detection (BlackHole/etc.), device auto-power-on, global orientation-aware sorting, instant transitions (
transition_time: -1).New Features 🚀
CLI
dump(standalone, no TUI)audiotui dump layout/panelLayout/layoutJSONaudiotui dump palettesaudiotui dump info/api/v1/device info (no auth needed)audiotui dump layout-graphicalTUI Visualizer (V key) ✨
Other
on+brightness=100if neededtransition_time: i16(-1=instant)Screenshots 📸
(Graphical viz shows triangles=red, squares=green, hex= blue, etc. Controllers= yellow trapezoids)
Breaking Changes⚠️
transition_time:u16→i16(-1=instant/start-frame)audiotui dump ...Usage