This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ===================================================================== | |
| // JITLib ライブコーディング | |
| // | |
| // 【JITLib の主要クラス】 | |
| // ProxySpace ─ ~ 変数を NodeProxy として管理する環境 | |
| // Ndef ─ サーバー側シンセの差し替え可能なプロキシ(音源・エフェクト用) | |
| // Pdef ─ イベントパターンの差し替え可能なプロキシ(Pbind 用) | |
| // Tdef ─ ルーティンの差し替え可能なプロキシ(Task/Routine 用) | |
| // | |
| // 【変数の設計】 |