diff options
Diffstat (limited to 'ivtomid.py')
-rw-r--r-- | ivtomid.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ivtomid.py b/ivtomid.py new file mode 100644 index 0000000..c439502 --- /dev/null +++ b/ivtomid.py @@ -0,0 +1,13 @@ +''' +itl_chorus -- ITL Chorus Suite +ivtomid -- Convert IV to MIDI + +Revert the conversion of mkiv. +''' + +import xml.etree.ElementTree as ET +import optparse, sys +import midi + +parser = optparse.OptionParser() +parser.add_option(' |