Converts MIDI files into music box scores that are ready to print.
Go to file
Starbeamrainbowlabs 564b649204
The 2 most annoying bugs are segfaults, infinite loops, and *off-by-one* errors.
2017-12-03 17:48:15 +00:00
MusicBoxConverter The 2 most annoying bugs are segfaults, infinite loops, and *off-by-one* errors. 2017-12-03 17:48:15 +00:00
.gitignore Initial commit. Let's see where this leads! 2017-11-30 22:45:39 +00:00
MusicBoxConverter.sln Initial commit. Let's see where this leads! 2017-11-30 22:45:39 +00:00
MusicBoxNotes.txt Add actual notes that our music box plays 2017-12-02 14:41:03 +00:00
README.md Make notes on how to use it 2017-12-03 16:52:50 +00:00

README.md

MusicBoxConverter

Converts MIDI files into music box scores that are ready to print.

Usage

  1. Export the MuseScore file to a MIDI file
  2. Run the MIDI file through this program.
  3. Open the resulting SVG in Inkscape
  4. Print the SVG to PDF
  5. Open the resulting PDF in LibreOffice Draw
  6. Print to your actual printer - tiling over multiple pages if required.

This somewhat convoluted process prevents anyone from automatically rescaling it along the way.