Skip to content

Commit

Permalink
Well... it's still not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePython10110 authored Oct 22, 2023
1 parent 6ba5913 commit f6bbdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batch_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f6bbdee

Please sign in to comment.