Changeset 1175883


Ignore:
Timestamp:
Feb 9, 2016, 3:35:00 PM (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:
d7f3c88
Parents:
9590e81
Message:

python/lib/gen_pyobject.py: add sint_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_pyobject.py

    r9590e81 r1175883  
    109109aubioinitvalue = {
    110110    'uint_t': 0,
     111    'sint_t': 0,
    111112    'smpl_t': 0,
    112113    'lsmp_t': 0.,
     
    138139aubio2pytypes = {
    139140    'uint_t': 'I',
     141    'sint_t': 'I',
    140142    'smpl_t': 'f',
    141143    'lsmp_t': 'd',
Note: See TracChangeset for help on using the changeset viewer.