]> git.sesse.net Git - pitch/commitdiff
Go back to guitar by default.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 2 Apr 2006 12:04:23 +0000 (12:04 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 2 Apr 2006 12:04:23 +0000 (12:04 +0000)
pitch.cpp

index 92c7b085cf026ce6a9aa9a2f5ff070bb875e7115..be540560e1f309488f95f1141d6f3dc78eb48c25 100644 (file)
--- a/pitch.cpp
+++ b/pitch.cpp
@@ -20,7 +20,7 @@
 #define EQUAL_TEMPERAMENT     0
 #define WELL_TEMPERED_GUITAR  1
 
 #define EQUAL_TEMPERAMENT     0
 #define WELL_TEMPERED_GUITAR  1
 
-#define TUNING EQUAL_TEMPERAMENT
+#define TUNING WELL_TEMPERED_GUITAR
 
 int get_dsp_fd();
 void read_chunk(int fd, double *in, unsigned num_samples);
 
 int get_dsp_fd();
 void read_chunk(int fd, double *in, unsigned num_samples);