Commit Graph

10 Commits

Author SHA1 Message Date
Paul Lipscomb b68e5e3ac2 major session: transport lasso layout, MIDI learn wiring, note passthrough, log windows, lock preset, CC blocking
- transport widget restructured to two-group lasso layout (grp_learn + grp_cc) matching fader/toggle pattern
- fixed MIDI learn for transport (bind_hw_cc channel param) and preset browser (wired to check_and_start_midi_learn)
- transport HW routing now respects output_mode and trigger_mode; OSC mode fires on any value, MIDI momentary fires on any value
- preset browser on_hw_trigger fires on any value (0 or 127 both send 127 out)
- unbound CCs are dropped, no passthrough; notes (0x80/0x90) pass through freely to midi_out
- four MIDI/OSC log windows: OSC In, OSC Out, MIDI In, MIDI Out with formatted note/CC display
- midi_out_signal now carries message list for logging
- lock preset checkbox: always defaults to True on launch, not persisted
- transport cc_output_lbl always visible, content adapts to MIDI/OSC mode
- preset browser show/hide saves and restores correctly per preset
- CLAUDE.md added with full project architecture, conventions, and planned features

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 17:56:45 -04:00
Paul Lipscomb 23bfc88f13 global note pass through but cc filtering unless assigned 2026-06-29 05:40:02 -04:00
Paul Lipscomb fc9da58d7c added midi messages log windows 2026-06-29 04:14:09 -04:00
Paul Lipscomb 452a72d3ce learn implemented on preset - transport widget - ui layout transport widget 2026-06-29 03:41:25 -04:00
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