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
  • realtime.tidal
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    feat(compose): realtime.tidal — the crossfade off switch, three shapes · 2e3c8000
    PLN wanted `$ realtime` as a prefix. That shape cannot work: `realtime $ d1 $
    pat` parses as `realtime (d1 pat)`, and d1 has already applied its transition
    by then, so nothing in that position can undo it. What does work ships here:
    `rt 1 $ ...` for a single transition-free launch, a one-line `let` that shadows
    d1-d12 for the session, and the exact restore. No BootTidal edit, so tomorrow's
    boot cannot break on tonight's untested Haskell — every line is copied from
    BootTidal's own definitions, and the file says plainly that it has not been
    through GHCi yet.
    
    Also written down where he will find it again: the retrigger he blamed on the
    crossfade is `resetCycles` sharing a block with the patterns, and the real fix
    for the mode (an IORef compose/perform toggle, promoted into BootTidal) is
    tomorrow's C-1.
    PLN (Algolia) authored Aug 29, 2026
    2e3c8000
realtime.tidal 3.37 KB
EditWeb IDE
×

Replace realtime.tidal

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.