松浦 知也 Matsuura Tomoya 1a10d1f499
All checks were successful
Build / build (push) Successful in 10m46s
[obsidian] vault backup: 2025-01-15 15:35:43[
2025-01-15 15:35:43 +09:00

18 lines
939 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: 2025-01-15 15:28
---
#programming-language #computermusic
Strongly-Timedというコンセプトの音楽プログラミング言語。[[Ge Wang]]が主に開発。
[ChucK =\> A Strongly-Timed Music Programming Language](https://chuck.stanford.edu/)
C言語っぽいシンタックスでサンプル単位での正確なスケジューリングができるのが特徴。
命令型+クラスを作ったりのオブジェクト指向(継承もあり)。
shredという論理時間ベースの計量スレッドみたいなものを言語内からスポーン、もしくはコマンドから立ち上げることができる。1つのファイルをスレッド単位で立ち上げたり殺したりをリアルタイムで切り替えることで、ライブコーディングを実現しているただし更新のタイミングでディレイやリバーブのテールは切れる
最近もカッパ