Changeset d9101a5 for python/aubiocut


Ignore:
Timestamp:
Feb 15, 2006, 11:36:09 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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:
660c1d82
Parents:
e8d0c06
Message:

move aubiopitch to new tasks, comment out old task versions
move aubiopitch to new tasks, comment out old task versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    re8d0c06 rd9101a5  
    7171        parser.add_option("-b","--beat",
    7272                          action="store_true", dest="beat", default=False,
    73                           help="NOT IMPLEMENTED output beat locations")
     73                          help="output beat locations")
    7474        (options, args) = parser.parse_args()
    7575        if not options.filename:
Note: See TracChangeset for help on using the changeset viewer.