Converts MIDI files into music box scores that are ready to print.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Starbeamrainbowlabs 564b649204
The 2 most annoying bugs are segfaults, infinite loops, and *off-by-one* errors.
5 years ago
MusicBoxConverter The 2 most annoying bugs are segfaults, infinite loops, and *off-by-one* errors. 5 years ago
.gitignore Initial commit. Let's see where this leads! 5 years ago
MusicBoxConverter.sln Initial commit. Let's see where this leads! 5 years ago
MusicBoxNotes.txt Add actual notes that our music box plays 5 years ago
README.md Make notes on how to use it 5 years ago

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.