[obsidian] vault backup: 2025-06-26 18:06:30
All checks were successful
Build / build (push) Successful in 8m58s

This commit is contained in:
2025-06-26 18:06:30 +09:00
parent ee958e9540
commit c5e6905d9e
6 changed files with 57 additions and 1 deletions

View File

@ -3,8 +3,14 @@ date: 2025-06-12 09:29
---
#computermusic #programming-language
[[Nyquist]]を作った[[Roger Dannenberg]]が開発している音楽プログラミング向けの中間表現。
[GitHub - rbdannenberg/arco](https://github.com/rbdannenberg/arco)
[[SuperCollider]]のようにクライアント-サーバーモデルで動作し、scsynthに相当する部分がArco。sclangに相当する部分として、[[Serpent]]というPythonっぽいフロントエンド言語も用意されている。
内部通信はOSCではなくO2というまた別のUDPの上に乗った汎用プロトコル。
## メモ
オーディオレートの処理でも、サンプルごとの処理のパターンと、ブロックレベルの処理の2種類がある。