chords2midi icon indicating copy to clipboard operation
chords2midi copied to clipboard

no default arg kills execution on mac High Sierra

Open zenfish opened this issue 7 years ago • 0 comments

Line 43 in c2m.py currently reads -

parser.add_argument('-O', '--offset', type=float, help='Set the amount to offset each chord, in ticks. (default 0.0)')

Adding a default (like almost all the others in the arg parsing section) makes line 103 not crash and burn when you add 'offset' to some other vars.

zenfish avatar Oct 31 '18 21:10 zenfish