ByteLabs
Create music and audio using the power of bytes and bitwise operations. A new approach to algorithmic sound generation.
Turn small, or large formuale into actual sound.
ByteLabs is a creative audio tool for writing small expressions that turn numbers into raw sound. It sits somewhere between a bytebeat composer, an algorithmic music sketchbook, and a compact sound design lab.
A place to type formulas, hear them immediately, and shape noisy, melodic, glitchy, or rhythmic audio from code.
ByteLabs counts as algorithmic music software: the instrument is math, and the output is generated sample by sample.
A counter called time increases constantly. A formula transforms that counter into values, and those values become audio samples.
t climbs through integers very quickly.
t * ((t >> 5) | (t >> 8))Patterns emerge as pitch, rhythm, texture, and distortion.