Mercurial > ~darius > hgwebdir.cgi > musiccutter
comparison README @ 15:b9fb9dee39e4
update to match reality
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Wed, 13 Apr 2016 09:07:01 +0930 |
parents | 2de05d714e5c |
children |
comparison
equal
deleted
inserted
replaced
14:43b5d8d62df6 | 15:b9fb9dee39e4 |
---|---|
1 # Introduction | 1 # Introduction |
2 This program converts a MIDI file into a series of SVG files suitable | 2 This program converts a MIDI file into a series of PDF files suitable |
3 to feed a laser cutter to cut sheets of music for a reed organ. | 3 to feed a laser cutter to cut sheets of music for a reed organ. |
4 | 4 |
5 # Libraries Used | 5 # Libraries Used |
6 http://pythonhosted.org/svgwrite/index.html | 6 PDF writer - http://www.reportlab.com/opensource/ |
7 https://github.com/vishnubob/python-midi.git | 7 MIDI parser - https://pypi.python.org/pypi/mido |