Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
Tidal
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • Tidal
  • Repository

Switch branch/tag
  • Tidal
  • armada
  • setlist_opal2026.txt
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    fix(sunshine): d4 stacks TWO basses and the crossfade drove one to +24 dB · c9270265
    PLN: "in you my sunshine the bass easily saturates too, not sure if code or
    ardour setup". Code, measurably — and the same number as this morning's kick.
    
    d4 is not one bass, it is two playing at once: a `superimpose (const ...)`
    bassWarsaw plus the chopped no_sunshine loop. ^32 crossfades between them:
    
        superimpose   # gain (range 0.5 2   "^32")   ->  peak +24.1 dB at ^32 max
        main          # gain (1.8 - 0.6 *   "^32")   ->  +20.4 dB at ^32 UNTOUCHED
    
    Both are crushed off the same ^52. So the orbit is loudest at BOTH ends of the
    crossfade and its default resting state is +20 dB — a fader ride cannot rescue
    that, because the shape is wrong, not the level.
    
    Now `range 0.5 1.5` and `1.5 - 0.3 * ^32`: both ends land at +14.1 dB, so the
    crossfade holds roughly constant loudness instead of bulging. This is
    [[reference_superdirt_gain_is_quartic]] applied a second time in one day — the
    gain^4 exponent is why 2.0 reads harmless and meters at +24.
    
    Also: "d3 should also be the classic techno runner companion on 43, so it
    hits(4,8,1)". ^43 was a bare `ply 2`. Now `ply 2 . struct "t(4,8,1)"` — struct
    puts the hats ON the euclid rather than thinning what is already there (mask can
    only remove), and ply doubles each into a running 8. Released, the liquid
    pattern returns.
    
    REAPPLIED after a buffer clobber: wap's d4 octer/octersubsub had reverted from
    ^32 back to ^52 when Pulsar wrote its stale buffer on close. Exactly
    [[reference_pulsar_buffer_clobber]], and exactly what #95 exists to prevent.
    Caught because migrate-columns --plan is idempotent and went from 0 moves back
    to 1. PLN's own new FIXME on that line ("too wobbly... not fan of the 44/76
    slicing") is preserved.
    
    SET REORDERED by PLN: gimme_acid -> mafia -> sunshine -> vague -> desire.
    "sunshine great cinematic ending, but sunshine-to-vague-to-desire makes more
    sense imo." vague->desire is now a CLEAN transition, and sunshine's 166->120
    drop into vague is the one seam to watch. Setlist and preload regenerated from
    backlog.md; 52 banks cover all 15 tracks.
    PLN (Algolia) authored Aug 02, 2026
    c9270265
setlist_opal2026.txt 1.88 KB
EditWeb IDE
×

Replace setlist_opal2026.txt

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.