shithub: aubio

Download patch

ref: b061ef8f4e0acaa9a0de7e51f6ce195240dda698
parent: 4123f16136372509b6b4d766f1837cbd55432678
author: Paul Brossier <[email protected]>
date: Sat Dec 1 16:58:15 EST 2007

remove tabs

--- a/swig/aubio.i
+++ b/swig/aubio.i
@@ -174,7 +174,7 @@
 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 @@
         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 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_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 */