The most provably chaotic map produced a constant tone
The doubling map, x → 2x mod 1, is the canonical chaotic map — and in binary it is a left bit-shift. Each iteration discards one bit of the seed and reveals the next. A float64 carries 52 mantissa bits. After ~52 iterations the orbit reached exactly zero and stayed there.
The specific case was worse than the general one. The seed encoding placed 440 Hz at exactly 0.5, which is one bit-shift from zero. Every A-natural in the range — including the application's own default reference pitch — collapsed to a drone within one to three notes.
Sustained chaotic wandering for the length of a phrase.
A transform labelled “chaos” that emitted the same note repeatedly.
The function returned a valid orbit of the correct length and type. Its contract was honored. Only the content was degenerate, and no test asserted on content.