- Timestamp:
- Mar 23, 2017, 2:56:50 PM (8 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, sampler
- Children:
- 53fbd58
- Parents:
- 1f00b69
- Location:
- python/lib/aubio
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
-
Property
mode
changed from
100755
to100644
r1f00b69 r8e2f36a 314 314 sys.stdout.write(fmt_out + '\n') 315 315 316 if __name__ == '__main__':316 def main(): 317 317 parser = aubio_parser() 318 318 args = parser.parse_args() -
Property
mode
changed from
-
python/lib/aubio/cut.py
-
Property
mode
changed from
100755
to100644
r1f00b69 r8e2f36a 141 141 return options, args 142 142 143 if __name__ == '__main__':143 def main(): 144 144 options, args = parse_args() 145 145 -
Property
mode
changed from
Note: See TracChangeset
for help on using the changeset viewer.