Documenting Real Hidden Messages In Music

During the 1980s, a moral panic swept across the landscape with the mistaken belief that there were Satanic messages hidden in various games, books, and music that at any moment would corrupt the youth of the era and destroy society as we knew it. While completely unfounded, it turns out that there actually were some hidden messages in vinyl records of the time although they’d corrupt children in a different way, largely by getting them interested in computer science. [Dandu] has taken to collecting these historic artifacts, preserving the music and the software on various hidden recordings.

While it was possible to record only programs or other data to vinyl, much in the same way that cassette tapes can be used as a storage medium, [Dandu]’s research focuses mostly on records, tapes, and CDs which had data included alongside music. This includes not only messages or images, but often entire computer programs. In some cases these programs were meant to be used with the accompanying music, as was the case for The Other Side Of Heaven by Kissing The Pink with a program for the BBC Micro. Plenty of other contemporary machines are represented here too including the ZX Spectrum, Atari, Apple II, and the Commodore 64. The documentation extends through the CD era and even into modern music platforms like Spotify and Apple Music.

The process of extraction and recovery is detailed for each discovery, making it a comprehensive resource for retro computing enthusiasts stretching from the 80s to now. There are likely a few hidden pieces of data out there hidden in various antique storage media that [Dandu] hasn’t found yet, either. You could even make your own records with hidden programs provided you have some musical and programming talents, and a laser engraver for the record itself.

Using Excel To Manage A Commodore 64

The “save” icon for plenty of modern computer programs, including Microsoft Office, still looks like a floppy disk, despite the fact that these have been effectively obsolete for well over a decade. As fewer and fewer people recognize what this icon represents, a challenge is growing for retrocomputing enthusiasts that rely on floppy disk technology to load any programs into their machines. For some older computers that often didn’t have hard disk drives at all, like the Commodore 64, it’s one of the few ways to load programs into computer memory. And, rather than maintaining an enormous collection of floppy discs, [RaspberryPioneer] built a way to load programs on a Commodore using Microsoft Excel instead.

The Excel sheet that manages this task uses Visual Basic for Applications (VBA), an event-driven programming language built into Office, to handle the library of applications for the Commodore (or Commodore-compatible clone) including D64, PRG, and T64 files. This also includes details about the software including original cover art and any notes the user needs to make about them. Using VBA, it also communicates to an attached Arduino, which is itself programmed to act as a disk drive for the Commodore. The neceessary configuration needed to interface with the Arduino is handled within the spreadsheet as well. Some additional hardware is needed to interface the Arduino to the Commodore’s communications port but as long as the Arduino is a 5V version and not a 3.3V one, this is fairly straightforward and the code for it can be found on its GitHub project page.

With all of that built right into Excel, and with an Arduino acting as the hard drive, this is one of the easiest ways we’ve seen to manage a large software library for a retrocomputer like the Commodore 64. Of course, emulating disk drives for older machines is not uncommon, but we like that this one can be much more dynamic and simplifies the transfer of files from a modern computer to a functionally obsolete one. One of the things we like about builds like this, or this custom Game Boy cartridge, is how easy it can be to get huge amounts of storage that the original users of these machines could have only dreamed of in their time.