ByteBeat is a method of creating music using simple mathematical formulas. It generates audio by evaluating a mathematical expression for each sample in the audio stream. The result is often surprising and can range from simple rhythmic patterns to complex, evolving soundscapes.
The formula takes a single parameter 't', which represents the sample number (time). It should return a number between 0 and 255, which is then converted to an audio sample.
Experiment with different formulas to create unique sounds!