SuperDirt's boot runs MIDIIn.connectAll (start_and_midi.scd:19), so SC subscribes to every hardware MIDI input it can see -- the LCXL included. The surface then fed SC twice: once raw, once through Midi Through. And MIDIFunc.cc takes `src` and never checks it (start_and_midi.scd:51), so every CC fired the handler twice and every button noteOn double-fired into ~lcxlChordCheck. A double noteOn on a toggle is a no-op: that is how a mute button silently stops working. lcxl3-driver's prune() handled this for the v3 board, but only while it runs -- and it was stopped today (stale binding to an unplugged mk3, Conflicts=-killing the mk1 painter). A hand-run `aconnect -d` fixed it live and then SC restarted and re-armed it, which is the whole argument for putting it in the reconcile loop that already owns the wiring. Rule 3 matches the RAW board on type=kernel, never on name alone: lcxl3-driver publishes a virtual port called 'ParVagues LCXL3' that matches the same name candidates, and cutting the driver's translated feed would kill the path we actually want. Only surface->SuperCollider links are cut; -> Midi Through and the aseqdump taps that gig-log and the Pulsar HUD read all survive, verified live. Tested by arming the bug (aconnect 20:0 130:3, 20:1 130:4) and watching the loop cut both and settle: lcxl-path.py went from "LCXL -> SC direct" back to "LCXL -> Midi Through -> SC", logged once, no per-tick spam, and gig-log kept counting touched controls. Also logs PLN's ear-feedback on the classic-LCXL play-test (rose_rouge works great; midiviz landed) to the archivist's notes.
| Name |
Last commit
|
Last update |
|---|---|---|
| .gitea/workflows | Loading commit data... | |
| armada | Loading commit data... | |
| blocks | Loading commit data... | |
| blog | Loading commit data... | |
| config/wireplumber | Loading commit data... | |
| copycat | Loading commit data... | |
| docs | Loading commit data... | |
| gifts | Loading commit data... | |
| lib-parvagues | Loading commit data... | |
| live | Loading commit data... | |
| mix | Loading commit data... | |
| output | Loading commit data... | |
| releases | Loading commit data... | |
| sandbox | Loading commit data... | |
| study | Loading commit data... | |
| test | Loading commit data... | |
| tools | Loading commit data... | |
| utils | Loading commit data... | |
| visuals | Loading commit data... | |
| viz | Loading commit data... | |
| .gitignore | Loading commit data... | |
| BootTidal.hs | Loading commit data... | |
| BootTidal.hs.broken | Loading commit data... | |
| BootTidal.visuals.broken.hs | Loading commit data... | |
| CLAUDE.md | Loading commit data... | |
| EVENING.md | Loading commit data... | |
| FOH_MASTER.md | Loading commit data... | |
| LAST_THIRD.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| Logo.xcf | Loading commit data... | |
| MORNING.md | Loading commit data... | |
| PatchBay_MultiChannel.xml | Loading commit data... | |
| PatchBay_Perf.xml | Loading commit data... | |
| PatchBay_Perf5.1.xml | Loading commit data... | |
| README.md | Loading commit data... | |
| RUNBOOK.md | Loading commit data... | |
| SHOPPING_LIST.md | Loading commit data... | |
| TASKS_DUMP.md | Loading commit data... | |
| backlog.md | Loading commit data... | |
| bullet_train.tidal | Loading commit data... | |
| collide.sh | Loading commit data... | |
| debug.tidal | Loading commit data... | |
| didacticpatternvisualizer.pde | Loading commit data... | |
| gig-up.sh | Loading commit data... | |
| gpu-mode.sh | Loading commit data... | |
| hello.sc | Loading commit data... | |
| init_midi.sh | Loading commit data... | |
| install_superdirt.sclang | Loading commit data... | |
| intro.md | Loading commit data... | |
| library.txt | Loading commit data... | |
| link_jack.sh | Loading commit data... | |
| link_samples.sh | Loading commit data... | |
| link_samples_all.txt | Loading commit data... | |
| main_fairbanks.scd | Loading commit data... | |
| notes.md | Loading commit data... | |
| parvagues-sc.service | Loading commit data... | |
| perf-audio.sudoers | Loading commit data... | |
| perf-tray.py | Loading commit data... | |
| perf-tray.service | Loading commit data... | |
| perf.sh | Loading commit data... | |
| process-palette.json | Loading commit data... | |
| realtime.tidal | Loading commit data... | |
| sample_watch.scd | Loading commit data... | |
| samples.txt | Loading commit data... | |
| setlist_opal2026.txt | Loading commit data... | |
| sketch.properties | Loading commit data... | |
| start_and_midi.scd | Loading commit data... | |
| test.tidal | Loading commit data... |