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.
Bytebeatとは2011年ごろから始まったムーブメントです。 Bytebeatは、単純なプログラミングコードから複雑なオーディオパターンを生成する取り組みです。 例えばBytebeatで有名な42メロディと呼ばれるコードは以下の1行です。 t*(42&t>>10) 42メロディについては以下 ...