Skip to content

Instantly share code, notes, and snippets.

View Tokyodays's full-sized avatar

菊地武志 Tokyodays

  • 日本経済新聞社
View GitHub Profile
@tado
tado / Claude-Autechre-livecoding.scd
Last active March 1, 2026 11:22
Live Coding with SuperCollider (JITlib) + Claude
// =====================================================================
// JITLib ライブコーディング
//
// 【JITLib の主要クラス】
// ProxySpace ─ ~ 変数を NodeProxy として管理する環境
// Ndef ─ サーバー側シンセの差し替え可能なプロキシ(音源・エフェクト用)
// Pdef ─ イベントパターンの差し替え可能なプロキシ(Pbind 用)
// Tdef ─ ルーティンの差し替え可能なプロキシ(Task/Routine 用)
//
// 【変数の設計】