Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/City/midiImport.py
diff options
context:
space:
mode:
Diffstat (limited to 'City/midiImport.py')
-rwxr-xr-xCity/midiImport.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/City/midiImport.py b/City/midiImport.py
index 2473343..6c36d21 100755
--- a/City/midiImport.py
+++ b/City/midiImport.py
@@ -1,18 +1,18 @@
#!/usr/bin/env python
-"""
-Will Ware
-Dec 6 2001, 10:41 pm
-http://groups.google.com/group/alt.sources/msg/0c5fc523e050c35e
-
-midi.py -- MIDI classes and parser in Python
-Placed into the public domain in December 2001 by Will Ware
-Python MIDI classes: meaningful data structures that represent MIDI events
-and other objects. You can read MIDI files to create such objects, or
-generate a collection of objects and use them to write a MIDI file.
-Helpful MIDI info:
-http://crystal.apana.org.au/ghansper/midi_introduction/midi_file_form...
-http://www.argonet.co.uk/users/lenny/midi/mfile.html
-"""
+#
+#Will Ware
+#Dec 6 2001, 10:41 pm
+#http://groups.google.com/group/alt.sources/msg/0c5fc523e050c35e
+#
+#midi.py -- MIDI classes and parser in Python
+#Placed into the public domain in December 2001 by Will Ware
+#Python MIDI classes: meaningful data structures that represent MIDI events
+#and other objects. You can read MIDI files to create such objects, or
+#generate a collection of objects and use them to write a MIDI file.
+#Helpful MIDI info:
+#http://crystal.apana.org.au/ghansper/midi_introduction/midi_file_form...
+#http://www.argonet.co.uk/users/lenny/midi/mfile.html
+
import sys, string, types, exceptions
debugflag = 0