松浦 知也 Matsuura Tomoya 396634b7ad
All checks were successful
Build / build (push) Successful in 7m24s
[obsidian] vault backup: 2025-01-15 17:35:43[
2025-01-15 17:35:43 +09:00

62 lines
2.4 KiB
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 16:33
---
#computermusic
[[Max Mathews]]が中心に開発した、初期の音楽プログラミング環境。これ以前にもコンピューターで音を出す試みはいくつもあるが、[[パルス符号変調]]PCMの論理に則って音圧波形を直接的に計算するという方式を実現したのはこれが初めて。
すべてンリアルタイムなレンダリングなので、数分の音声波形を数時間かけて計算して磁気テープに書き込み、それをDAコンバーターに通して再生するという方式だった。
## MUSIC I
三角波にエンベロープを掛ける程度の処理。
## MUSIC II
4ポリぐらいが表現できた。
## MUSIC III
論文として正式に記録が残っているのはここから。
[[An acoustic compiler for music and psychological stimuli - Max Mathews]]と[[The Digital Computer as a Musical Instrument - Max Mathews]]
[[Unit Generator]]が初めて導入され、テキストフォーマットで記述したものを(パンチカードに打ち込んでプログラムに入力し)コンパイルして音を出す、というフローが明確になった。
## MUSIC IV
多くの大学でクローンが作成された。archive.orgにマニュアルが残っている。
[Music IV Programmer's Manual : Max Mathews, Joan Miller : Free Download, Borrow, and Streaming : Internet Archive](http://archive.org/details/music-iv-programmers-manual)
## MUSIC V
IVがマクロアセンブリで書かれていたのに対して、[[FORTRAN]]で全てのソースコードが書き直された。そのため、IVのように派生ができるのではなく、多くの大学や研究所に同じものが配布された。日本でも1971年に東京大学の[[石田晴久]]らが[[HITAC]]で実行したらしい。)
[[The technology of computer music - Max Mathews]]で解説されてるのはこれ。
[[Bill Schottstaed]]と[[Victor Lazzarini]]によりGfortran向けに書き直されたソースコードが公開されてる。
[GitHub - vlazzarini/MUSICV: Music V sources and documents](https://github.com/vlazzarini/MUSICV)
## 派生
## MUSIGOL
[[MUSIGOL|MUSIGOL]]
## MUSIC 360
IBM360用に作られた。
## MUS10
[[MUS10]]を参照。
## MUSIC 11
[[PDP-11]]用に作られた。arとkrの区別が導入される。
のちの[[CSound]]に繋がる。