From: Paul Brossier Date: Sat, 1 Dec 2007 20:58:15 +0000 (+0100) Subject: remove tabs X-Git-Tag: 0.4.0-beta1~942 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b061ef8f4e0acaa9a0de7e51f6ce195240dda698;p=aubio.git remove tabs --- diff --git a/swig/aubio.i b/swig/aubio.i index 3b7d65ac..271cf394 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -174,7 +174,7 @@ void del_aubio_mfcc(aubio_mfcc_t *mf); void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out); /* scale */ -extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig ); +extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig); extern void aubio_scale_set (aubio_scale_t *s, smpl_t ilow, smpl_t ihig, smpl_t olow, smpl_t ohig); extern void aubio_scale_do(aubio_scale_t *s, fvec_t * input); extern void del_aubio_scale(aubio_scale_t *s); @@ -220,7 +220,7 @@ typedef enum { aubio_pitch_mcomb, aubio_pitch_schmitt, aubio_pitch_fcomb, - aubio_pitch_yinfft + aubio_pitch_yinfft } aubio_pitchdetection_type; typedef enum { @@ -237,11 +237,11 @@ void aubio_pitchdetection_set_yinthresh(aubio_pitchdetection_t *p, smpl_t thres) void del_aubio_pitchdetection(aubio_pitchdetection_t * p); aubio_pitchdetection_t * new_aubio_pitchdetection(uint_t bufsize, - uint_t hopsize, - uint_t channels, - uint_t samplerate, - aubio_pitchdetection_type type, - aubio_pitchdetection_mode mode); + uint_t hopsize, + uint_t channels, + uint_t samplerate, + aubio_pitchdetection_type type, + aubio_pitchdetection_mode mode); /* pitch mcomb */ @@ -483,9 +483,9 @@ sint_t aubio_midi_player_set_midi_tempo(aubio_midi_player_t* player, sint_t temp sint_t aubio_midi_player_set_bpm(aubio_midi_player_t* player, sint_t bpm); sint_t aubio_midi_player_join(aubio_midi_player_t* player); sint_t aubio_track_send_events(aubio_track_t* track, -/* aubio_synth_t* synth, */ - aubio_midi_player_t* player, - uint_t ticks); + /* aubio_synth_t* synth, */ + aubio_midi_player_t* player, + uint_t ticks); sint_t aubio_midi_send_event(aubio_midi_player_t* player, aubio_midi_event_t* event); /* midi parser */