[obsidian] vault backup: 2025-06-18 15:44:16[
All checks were successful
Build / build (push) Successful in 7m22s

This commit is contained in:
2025-06-18 15:44:16 +09:00
parent cc52143cb8
commit cbef2fda11
5 changed files with 42 additions and 3 deletions

View File

@ -18,7 +18,7 @@ sine1 = nil
```
[[SuperCollider]]でも似たような話だけど、ライブコーディング的なシステムを作ろうと思うとこを定式化するのが重要なのでは
[[SuperCollider]]でも似たような話だけど、ライブコーディング的なシステムを作ろうと思うとこういう制御構造→命令列への変換を定式化するのが重要なのでは
ジェネラティブUGenネットワークグラフの生成もここに含まれる
@ -34,3 +34,5 @@ sine1 = nil
インスタンス化/IOやり取りするメモリマネジメントのタイミング制御だけが重要
[[Kronos]]におけるコンパイラ-インタプリタを繋げる役割としての[[継時再帰]]