Changeset 016dc3b


Ignore:
Timestamp:
Mar 22, 2013, 6:21:06 PM (11 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:
22df684, 5e392e3e
Parents:
04c8346
Message:

python/lib/gen_pyobject.py: add sampler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_pyobject.py

    r04c8346 r016dc3b  
    2222  'source': [0, 2],
    2323  'sink':   [2, 0],
     24  'sampler': [1, 1],
    2425}
    2526
     
    101102    'peakpicker':   ['1'],
    102103    'source':       ['self->hop_size', '1'],
     104    'sampler':      ['self->hop_size'],
    103105}
    104106
Note: See TracChangeset for help on using the changeset viewer.