]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/midi.c
(process_music): bugfix: stop
[lilypond.git] / python / midi.c
index 76b75ee9e1e4b233b257f93b89357fe8cfcef198..7d65f2cc6662ada40870f6e76b8adc1fb31300db 100644 (file)
@@ -16,6 +16,15 @@ s = open ("s.midi").read ()
 midi.parse_track (s)
 midi.parse (s)
 
+
+returns a MIDI file as the tuple
+
+ (format, division, TRACKLIST) 
+
+each track is an EVENTLIST, where EVENT is
+
+  (time, (type, ARG1, [ARG2]))
+
 */
 
 #include <Python.h>