diff --git a/batch_convert.py b/batch_convert.py index eea95eb..930a4a0 100644 --- a/batch_convert.py +++ b/batch_convert.py @@ -24,6 +24,7 @@ output = args.output print("Scanning files...") +print(r'midiflip.cmd -i "'+ (output if output else '.') + '/MIDI/**/*.midi" -o "' + (output if output else '.') + '/FlippedMIDI" -f') def list_files(startpath):