The idea
The Fisher Price "Music Box Record Player" doesn't read grooves. Each of its plastic discs is a ring of little bumps that pluck a comb of metal tines as the disc turns — a music box wearing a record's clothes. Which means a disc is really just data: bump present or absent, at a known angle, for a known tine. And data I can generate.
The goal: take a melody, work out which tine plays which note at which moment, and place a bump for every note. Print the disc. Drop it on the toy. Hear a song that never existed as a plastic part until I made it.
Where it's at
This one is live on the bench right now, so this page grows as it does. Current status:
- Mechanism mapped — tine spacing, disc geometry and the bump-to-note relationship measured off an original disc.
- Note → geometry code — a script that turns a simple melody into bump coordinates and writes a printable model. In progress.
- Test prints — dialling in bump height and tolerance so the tines actually catch. Next up.