diff audioio/ContinuousSynth.h @ 327:d2c13ec0f148 tonioni

scale gain of synth wave, replace tabs with spaces
author Justin Salamon <justin.salamon@nyu.edu>
date Fri, 17 Jan 2014 11:59:49 -0500
parents 5c69d40a0e30
children 72c662fe7ea3
line wrap: on
line diff
--- a/audioio/ContinuousSynth.h	Fri Jan 17 08:40:01 2014 +0000
+++ b/audioio/ContinuousSynth.h	Fri Jan 17 11:59:49 2014 -0500
@@ -45,9 +45,9 @@
      * sound switches on and off cleanly.
      */
     void mix(float **toBuffers,
-	     float gain,
-	     float pan,
-	     float f0);
+         float gain,
+         float pan,
+         float f0);
 
 private:
     int m_channels;