# HG changeset patch # User Daniel O'Connor # Date 1460504221 -34200 # Node ID b9fb9dee39e42a5e00d4b212818ebc7b60b0227c # Parent 43b5d8d62df62d38e1b7e1fc4614c17a9055935c update to match reality diff -r 43b5d8d62df6 -r b9fb9dee39e4 README --- a/README Wed Apr 13 08:43:54 2016 +0930 +++ b/README Wed Apr 13 09:07:01 2016 +0930 @@ -1,7 +1,7 @@ # Introduction -This program converts a MIDI file into a series of SVG files suitable +This program converts a MIDI file into a series of PDF files suitable to feed a laser cutter to cut sheets of music for a reed organ. # Libraries Used -http://pythonhosted.org/svgwrite/index.html -https://github.com/vishnubob/python-midi.git +PDF writer - http://www.reportlab.com/opensource/ +MIDI parser - https://pypi.python.org/pypi/mido