everybeepopen the playground

everybeep field guide

music made from rules, seeds, and browser sound.

Everybeep sits at the intersection of procedural composition, deterministic systems, Web Audio, and generative art. These guides explain the ideas without treating every form of computer-made music as artificial intelligence.

Procedural music

Procedural systems create musical material by executing explicit rules. They may use controlled pseudorandom choices, but the rules, seed, and version can make a result exactly reproducible.

Deterministic music

A deterministic generator returns the same result when its identity, rules, inputs, and version are unchanged. This makes a musical result addressable instead of disposable.

Browser-native audio

Modern browsers can schedule notes, synthesize signals, decode samples, apply effects, and render files. A browser music tool can therefore create sound locally rather than upload a prompt to a remote model.