Bytebeatとは2011年ごろから始まったムーブメントです。 Bytebeatは、単純なプログラミングコードから複雑なオーディオパターンを生成する取り組みです。 例えばBytebeatで有名な42メロディと呼ばれるコードは以下の1行です。 t*(42&t>>10) 42メロディについては以下 ...
bytebeatは非常に短い記述から複雑な挙動が発生するので全体論的な構造をしているような創発的な挙動があるようなかんじがします。実際のところどうでしょうか? Bytebeatの有名な42メロディを見てみます。 t*(42&t>>10) の一行から32ステップの音楽が発生します。
Bytebeat is the name of type of music made from math. You provide a function who's only input is time t and from that write some code to generate a sound. In this particular case t is an 8000hz timer ...
Nodebit is a web app for creating Bytebeat music using an interactive, node-based interface inspired by Pure Data. It allows you to connect and control nodes to explore and generate sound creatively.