X-Git-Url: https://git.ao2.it/vidi-player.git/blobdiff_plain/0840d64da12b9f782a0a444e5617076d5e77007e..7b9f8f4c6ed554ec3ec6e83e614ca9e9600ab913:/vidi-player.py?ds=inline diff --git a/vidi-player.py b/vidi-player.py index 7cec441..fed0687 100755 --- a/vidi-player.py +++ b/vidi-player.py @@ -97,7 +97,7 @@ def main(): midi_file = mido.MidiFile(sys.argv[1]) - overlapping_notes = check_overlapping_notes(midi_file, 0) + overlapping_notes = check_overlapping_notes(midi_file) if overlapping_notes: sys.stderr.write("Sorry, supporting only midi file with no overlapping notes on channel 0\n") return 1