edit by github copilot sonnet 3.7

This commit is contained in:
2025-06-18 17:19:37 +09:00
parent e9a6d8dd19
commit d0e330bb6a
15 changed files with 168 additions and 17 deletions

View File

@ -1,13 +1,13 @@
---
date: "2023-08-22T23:39:29+0900"
---
#software #programming-language #sound
#software #programming-language #sound #computermusic
https://faust.grame.fr
ブロックダイアグラム代数Block-Diagram-Algebra:BDAという独自の体系を基礎に置く信号処理記述に特化した言語。
[[音楽プログラミング言語の形式化]]のプロジェクトで研究対象となっている言語の一つ。ブロックダイアグラム代数Block-Diagram-Algebra:BDAという独自の体系を基礎に置く信号処理記述に特化した言語。
パターンマッチングによる項書きかえマクロを使うことでかなり複雑な信号処理を表現できる。
パターンマッチングによる項書きかえマクロを使うことでかなり複雑な信号処理を表現できる。[[PureData]]や[[Max]]のようなビジュアルプログラミング言語とは異なり、テキストベースで記述する。
文法が独特なのでかなり学習が難しい。