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
  • tools
  • sample-watcher.py
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    fix(samples): the watcher told you to do something you cannot do · 82d7a533
    The watcher's not-answering message said 'load the responder once, in SC:
    "sample_watch.scd".load'. Checked that against the live rig and it is not
    possible here. sclang runs headless under parvagues-sc.service, so there is no
    post window to type into; its stdin is /dev/null, so nothing can be piped in;
    and neither sclang nor the ParVagues boot exposes any endpoint that interprets
    code over OSC. There is no way in.
    
    Which means a rig booted before start_and_midi.scd learned to source the
    responder will never answer /pv/ping, no matter how long the watcher waits —
    exactly the case right now, sclang having come up 2026-08-13 14:20 against a
    boot script that only grew the source line at 2026-08-14 11:07.
    
    So the message now names the real remedy and its real price: a restart of
    parvagues-sc, which stops the sound, and therefore belongs between tracks and
    never mid-set. A wrong instruction is worse than a blunt one — it sends you
    hunting for a window that does not exist.
    
    rose (46 files) and love_parade (5) are still sitting unloaded and unshadowed,
    waiting for that restart.
    PLN (Algolia) authored Aug 14, 2026
    82d7a533
sample-watcher.py 7.58 KB
EditWeb IDE
×

Replace sample-watcher.py

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.