]> git.sesse.net Git - pitch/commitdiff
Set the default back to guitar tuning (there was a commit mistake).
authorsgunderson@bigfoot.com <>
Mon, 19 Jul 2010 21:53:06 +0000 (23:53 +0200)
committersgunderson@bigfoot.com <>
Mon, 19 Jul 2010 21:53:06 +0000 (23:53 +0200)
config.h

index 2829d83a372159f5fe88bf401446954ff1e710cc..87f25e9b479d175c0bc8cbf5ea02171e7b10b7f2 100644 (file)
--- a/config.h
+++ b/config.h
@@ -13,7 +13,6 @@
 #define EQUAL_TEMPERAMENT     0
 #define WELL_TEMPERED_GUITAR  1
 
-//#define TUNING WELL_TEMPERED_GUITAR
-#define TUNING EQUAL_TEMPERAMENT
+#define TUNING WELL_TEMPERED_GUITAR
 
 #endif /* !defined(_CONFIG_H) */