Commit Graph

6 Commits

Author SHA1 Message Date
Paul Lipscomb 0aad488db5 preset browser widget / lock preset 2026-06-29 01:49:39 -04:00
Paul Lipscomb 0a5cfa88f1 feat: per-strip CC/CH translation, layout groups, show/hide improvements 2026-06-27 02:26:24 -04:00
Paul Lipscomb 460515ba0d Refactor: Move all UI widget construction to module level
- Extract all QWidget/QLayout instances and property configuration to module level
- Group by element: constructor → properties for each widget
- Keep __init__ assembly-only: addWidget, addLayout, addStretch, signals
- Explicit naming for clarity: separator_vertical_fader_zone_left, etc
- Applies to: IO columns (MIDI IN/OUT, Transport, OSC), Preset Browser, Transport/Fader/Toggle rows, OSC feedback containers
- Pattern: Module = what it is; __init__ = where it goes
2026-06-18 18:57:27 -04:00
Paul Lipscomb a382c521a8 Refactor: Module-level UI construction (MIDI IN column) 2026-06-18 02:17:45 -04:00
Paul Lipscomb a347b7bcb6 refactor before main_maindow tear down 2026-06-17 01:31:09 -04:00
Paul Lipscomb 3e2147fa02 initial commit 2026-06-16 22:37:38 -04:00