Changeset 681663e for python/scripts/aubiocut
- Timestamp:
- Apr 22, 2016, 1:10:22 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 79adbda
- Parents:
- e372a0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/scripts/aubiocut
re372a0f r681663e 135 135 options.source_file = args[0] 136 136 else: 137 print ("no file name given\n" ,usage)137 print ("no file name given\n" + usage) 138 138 sys.exit(1) 139 139 return options, args
Note: See TracChangeset
for help on using the changeset viewer.