Changes in python/lib/aubio/cmd.py [e126e65:917adb0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
re126e65 r917adb0 248 248 action = "store", dest = "cut_until_nslices", default = None, 249 249 help="how many extra slices should be added at the end of each slice") 250 self.add_argument("--create-first",251 action = "store_true", dest = "create_first", default = False,252 help="always include first slice")253 250 254 251 # some utilities
Note: See TracChangeset
for help on using the changeset viewer.