annotate README @ 7:31db42ce72b8

Rework to be class-y Need to handle page bridging notes.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 02 Apr 2016 23:06:48 +1030
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