PLN downloaded the CosmicFest capture and called it "an interesting test". It is: a 63-minute handheld stage-mic MP3, and all three boundary lenses the toolbox owns need something it does not have. Orbit-activity needs stems, there are none. The gig-log `track` events are the real tracklist, but the 1 Hz recorder never ran that night — newest session is 2026-08-20. Gap detection assumes a set stops between tracks, and a livecoded set does not. What is left is audio, plus one large advantage: we know what was prepped, so this is matching over ~23 candidates rather than open discovery. PLN warns "the set was slightly altered", so candidates are treated as candidates — presence is strong evidence, absence is weak. Two lenses, because neither is sufficient. Tempo finds seams but cannot name them: five candidates sit at 120 BPM and three at 124, and tempo from audio is only ever determined up to a factor of two. Sample signature names a segment, and PLN pointed at exactly the right prior art — sample_tfidf.py already computes which sounds IDENTIFY a track. take5 and love_parade are df=1; jungle_breaks is in 80 tracks and worthless. 15 of 23 candidates carry a sound rare enough (df<=6) to fingerprint; 19 such banks, 533k reference hashes. Constellation fingerprints rather than correlation, because the reference is a dry one-shot off disk and the query is that sound through a PA, a room, a limiter, "ppl messed with it", and a 320 kbps encode. Peak constellations encode only which time-frequency points stick up locally, which survives all of that. My first attempt at extracting banks was wrong and the output said so: 9 tokens across 23 tracks, every count 1, and a label reading "shares every bank" that actually meant "nothing parsed". The regex looked for `s "name"` while the ParVagues idiom applies a bare string — `$ "meth_bass" # n "..."`. The fix was not a better regex, it was using the parser that already existed. The docstring carries the limits because they are easy to launder: a detection means the SOUND occurred, not that the TRACK played, since banks get reused live. Recall is asymmetric — a track whose signature never sounded is invisible. And vote counts are not comparable between banks, because a 582-file bank offers far more chances to match than a 4-file one. Also adds `lcxl3.py sniff`: capture raw SysEx in full. The custom-mode format is undocumented, and Components writes modes to the device over SysEx — capturing those bytes is the difference between a layout authored in lcxl_grid.py and one merely stored in a web app.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| at | Loading commit data... | |
| bridge | Loading commit data... | |
| foundry | Loading commit data... | |
| pulsar-parvagues-hud | Loading commit data... | |
| pvlint | Loading commit data... | |
| tests | Loading commit data... | |
| README.md | Loading commit data... | |
| analyze_samples.py | Loading commit data... | |
| audio-lens.py | Loading commit data... | |
| bank-check.py | Loading commit data... | |
| button-column-audit.py | Loading commit data... | |
| button_roles.py | Loading commit data... | |
| cheat-sheet.py | Loading commit data... | |
| check-audio-graph.sh | Loading commit data... | |
| check-boot-blocks.py | Loading commit data... | |
| check-boot.sh | Loading commit data... | |
| check-drift.sh | Loading commit data... | |
| check-mix.py | Loading commit data... | |
| check-preload.sh | Loading commit data... | |
| check-tracks.sh | Loading commit data... | |
| control-lens.py | Loading commit data... | |
| deshadow-helpers.py | Loading commit data... | |
| fader-baseline.py | Loading commit data... | |
| fan_check.sh | Loading commit data... | |
| fix-button-roles.py | Loading commit data... | |
| fix-mute-roles.py | Loading commit data... | |
| gen_tokens.py | Loading commit data... | |
| gen_ts_types.py | Loading commit data... | |
| gig-log.py | Loading commit data... | |
| gig-metadata.py | Loading commit data... | |
| gig-up.sh | Loading commit data... | |
| gig_record.sh | Loading commit data... | |
| install-protect.sh | Loading commit data... | |
| lcxl-init.py | Loading commit data... | |
| lcxl-leds-watch.service | Loading commit data... | |
| lcxl-leds.py | Loading commit data... | |
| lcxl-path.py | Loading commit data... | |
| lcxl3-driver.py | Loading commit data... | |
| lcxl3.py | Loading commit data... | |
| lcxl_grid.json | Loading commit data... | |
| lcxl_grid.py | Loading commit data... | |
| master-out.py | Loading commit data... | |
| midi-autoconnect.service | Loading commit data... | |
| midi-autoconnect.sh | Loading commit data... | |
| migrate-columns.py | Loading commit data... | |
| mock-lcxl.py | Loading commit data... | |
| mute.tidal | Loading commit data... | |
| orphan-orbits.py | Loading commit data... | |
| parvagues-protect.service | Loading commit data... | |
| parvagues-protect.sh | Loading commit data... | |
| parvagues-rig.target | Loading commit data... | |
| parvagues-samples.service | Loading commit data... | |
| parvagues-sc-watchdog.service | Loading commit data... | |
| probe-chain.py | Loading commit data... | |
| pvbanks.py | Loading commit data... | |
| rig-pulse.py | Loading commit data... | |
| rig_units.py | Loading commit data... | |
| sample-watcher.py | Loading commit data... | |
| sample_tfidf.py | Loading commit data... | |
| sc-watchdog.sh | Loading commit data... | |
| set-coherence.py | Loading commit data... | |
| setlist.py | Loading commit data... | |
| setlist_samples.py | Loading commit data... | |
| shipowiz.py | Loading commit data... | |
| silent-eval.py | Loading commit data... | |
| solo.tidal | Loading commit data... | |
| surface-columns.py | Loading commit data... | |
| take-lens.py | Loading commit data... | |
| take-master.py | Loading commit data... | |
| take-segments.py | Loading commit data... | |
| tempo-lens.py | Loading commit data... | |
| tidal-ardour-autoroute.service | Loading commit data... | |
| tidal-ardour-autoroute.sh | Loading commit data... | |
| tidal-remote.py | Loading commit data... | |
| tools.png | Loading commit data... | |
| unmute.tidal | Loading commit data... | |
| unsolo.tidal | Loading commit data... |