Changeset b061ef8 for swig/aubio.i


Ignore:
Timestamp:
Dec 1, 2007, 9:58:15 PM (16 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:
a3a01e1
Parents:
4123f16
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r4123f16 rb061ef8  
    175175
    176176/* scale */
    177 extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig       );
     177extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig);
    178178extern void aubio_scale_set (aubio_scale_t *s, smpl_t ilow, smpl_t ihig, smpl_t olow, smpl_t ohig);
    179179extern void aubio_scale_do(aubio_scale_t *s, fvec_t * input);
     
    221221        aubio_pitch_schmitt,
    222222        aubio_pitch_fcomb,
    223         aubio_pitch_yinfft
     223        aubio_pitch_yinfft
    224224} aubio_pitchdetection_type;
    225225
     
    238238
    239239aubio_pitchdetection_t * new_aubio_pitchdetection(uint_t bufsize,
    240                 uint_t hopsize,
    241                 uint_t channels,
    242                 uint_t samplerate,
    243                 aubio_pitchdetection_type type,
    244                 aubio_pitchdetection_mode mode);
     240    uint_t hopsize,
     241    uint_t channels,
     242    uint_t samplerate,
     243    aubio_pitchdetection_type type,
     244    aubio_pitchdetection_mode mode);
    245245
    246246
     
    484484sint_t aubio_midi_player_join(aubio_midi_player_t* player);
    485485sint_t aubio_track_send_events(aubio_track_t* track,
    486 /*  aubio_synth_t* synth, */
    487                            aubio_midi_player_t* player,
    488                            uint_t ticks);
     486    /*  aubio_synth_t* synth, */
     487    aubio_midi_player_t* player,
     488    uint_t ticks);
    489489sint_t aubio_midi_send_event(aubio_midi_player_t* player, aubio_midi_event_t* event);
    490490
Note: See TracChangeset for help on using the changeset viewer.