allthemusicllc / atm-cli

Command line tool for generating and working with MIDI files.
http://allthemusic.info
Other
1.39k stars 107 forks source link

error: Invalid value for '<notes>': Invalid note at index 0 #34

Open rodion-m opened 3 years ago

rodion-m commented 3 years ago

OS: Win 10 2004 The tool shows an error if we specify notes argument inside single quotes (like in help):

atm gen single 'C:4' test.mid

Shows: error: Invalid value for '<notes>': Invalid note at index 0 I suppose that it should be fixed or mentioned in README. Also atm gen single C:4 test.mid and atm gen single "C:4" test.mid works, but my editors are not able to open the result midi (it's attached). Am I doing something wrong? test.zip

ChapelHeel66 commented 2 years ago

Was this ever solved? I have the exact same issues on all the same fronts.