From f6bbdee9f3adbf5769ad0122db18bbbedbcce540 Mon Sep 17 00:00:00 2001 From: ThePython <87204246+ThePython10110@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:49:28 -0700 Subject: [PATCH] Well... it's still not working. --- batch_convert.py | 1 + 1 file changed, 1 insertion(+) 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):