Splitting a livecoded set by listening to it is hard, and we have the scars for
it: orbits stay up across a transition, there is no silence at the seam, and a
gap-based detector finds the breakdowns instead of the track changes.
But gig-log has been writing the answer at 1 Hz this whole time. Every time the
active .tidal file changes in Pulsar it records
{"k":"track", "path":"live/collab/raph/mafia_sans_serif.tidal",
"from":"live/midi/nova/dnb/liquid/you_my_sunshine.tidal"}
which is ground truth for WHAT was playing, for free, with no DSP. The audio
never had to be interrogated at all.
THE ONE COMPLICATION is that PLN tabs around while he plays — glancing at the
next track, checking a helper, flicking back. Take95 contains
wap -> do_it_right -> wap -> do_it_right inside 90 seconds. So a segment
shorter than --min-dwell is a GLANCE and gets absorbed into whichever NEIGHBOUR
is longer (the track you were on, not the one you peeked at).
Debouncing needs a fixed-point loop, not one pass: dropping a glance can leave
two spans of the same track adjacent, merging those can leave a span that is
still under threshold. Take95's take_5_drops/do_it_right flicker takes three
rounds to settle. 29 raw events -> 11 tracks.
Window comes from the AUDIO (soxi duration + mtime of the stems), not from the
log, so a recorder still running after the transport stopped cannot stretch the
take. Titles come from tools/setlist.py, so a rename in backlog.md reaches the
ID3 tag — the SSOT rule now extends all the way to the export (#123).
Emits the --segments shape `tidal-ears master split` already accepts, so the
mastering pipeline needs no changes.
Take95 (2026-08-02, 61.2 min): 11 tracks, bombe_dj through you_my_sunshine —
which is exactly where PLN said he stopped ("didnt play desire/revolution/
hammer").
| Name |
Last commit
|
Last update |
|---|---|---|
| .gitea/workflows | Loading commit data... | |
| armada | Loading commit data... | |
| blocks | Loading commit data... | |
| blog | Loading commit data... | |
| copycat | Loading commit data... | |
| docs | Loading commit data... | |
| gifts | Loading commit data... | |
| lib-parvagues | Loading commit data... | |
| live | 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/slop | 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... | |
| FOH_MASTER.md | Loading commit data... | |
| LICENSE | 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... | |
| 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... | |
| 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.sh | Loading commit data... | |
| samples.txt | Loading commit data... | |
| setlist_opal2026.txt | Loading commit data... | |
| start_and_midi.scd | Loading commit data... | |
| test.tidal | Loading commit data... |