From: sgunderson@bigfoot.com <> Date: Mon, 19 Jul 2010 21:53:06 +0000 (+0200) Subject: Set the default back to guitar tuning (there was a commit mistake). X-Git-Url: https://git.sesse.net/?p=pitch;a=commitdiff_plain;h=c37697ab7af37a38acd63ba37eab244a72d48eda Set the default back to guitar tuning (there was a commit mistake). --- diff --git a/config.h b/config.h index 2829d83..87f25e9 100644 --- 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) */