Digital archival keeps chasing a moving target — floppy disks rot, M-Discs are rated for a claimed thousand years nobody will live to verify, and formats go unreadable long before the media does. Maker RobSmithDev answered that problem for one specific, beloved format — the Amiga-era MOD tracker file — by skipping digital storage entirely and printing the music onto paper.
Two sides, two kinds of data
The build is a physical disc reader built around a dual-camera, stepper-motor rig that reads both faces of a printed disc. One side carries the MOD file’s pattern data — the actual note sequences for each instrument — printed as hexadecimal text in a modified Amiga Topaz font, legible to a standard OCR pass. The other side holds the harder part: roughly 1,084 bytes of 8-bit audio samples and metadata, packed into a custom, QR-code-inspired barcode format dense enough to fit real instrument samples onto paper. MOD files’ famously small footprint — a few dozen kilobytes for a full track, since the format stores compact patterns and samples rather than a rendered waveform — is exactly what makes printing one at all plausible; RobSmithDev leans further into that headroom by running the sample data through OPUS compression to squeeze in more audio without audible loss. The prototype’s current weak point is speed — MOD files with rapid pattern sequencing outrun what the optical rig can decode in real time.
Why it fits here
This isn’t really about paper being a good storage medium — it’s a deliberately absurd, deliberately durable answer to a real problem, and it’s very on-brand for a music format whose whole culture already prized ingenuity under extreme constraints. MOD trackers made full songs fit on floppy disks in the 1980s and 90s by treating file size as a creative constraint, not a limitation to route around later; encoding one onto a printed disc, decades later, is the same instinct pointed at archival instead of composition.