Changeset de63017


Ignore:
Timestamp:
Apr 22, 2016, 1:51:36 AM (8 years ago)
Author:
Paul Brossier <piem@piem.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:
b136658
Parents:
e644757
Message:

python/lib/gen_code.py: tempo should have only one output (see #49)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    re644757 rde63017  
    8585        'mfcc': 'self->n_coeffs',
    8686        'specdesc': '1',
    87         'tempo': '2',
     87        'tempo': '1',
    8888        'filterbank': 'self->n_filters',
    8989        'tss': 'self->hop_size',
Note: See TracChangeset for help on using the changeset viewer.