annotate README @ 13:5f4c21bb5140

Add lines and notes engraved on the paper. Add left margin for page one. Add comments about what each thing does.
author Daniel O'Connor <darius@dons.net.au>
date Tue, 12 Apr 2016 21:54:30 +0930
parents 2de05d714e5c
children b9fb9dee39e4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
Daniel O'Connor <darius@dons.net.au>
parents: 0
diff changeset
1 # Introduction
Daniel O'Connor <darius@dons.net.au>
parents: 0
diff changeset
2 This program converts a MIDI file into a series of SVG files suitable
Daniel O'Connor <darius@dons.net.au>
parents: 0
diff changeset
3 to feed a laser cutter to cut sheets of music for a reed organ.
Daniel O'Connor <darius@dons.net.au>
parents: 0
diff changeset
4
Daniel O'Connor <darius@dons.net.au>
parents: 0
diff changeset
5 # Libraries Used
Daniel O'Connor <darius@dons.net.au>
parents: 0
diff changeset
6 http://pythonhosted.org/svgwrite/index.html
0
0773354c7428 Initial commit, WIP.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
7 https://github.com/vishnubob/python-midi.git