X-Git-Url: https://git.sesse.net/?p=pitch;a=blobdiff_plain;f=config.h;h=da6a691b966e4a92a7beb9ea3c0a42b9a1b56ef2;hp=2829d83a372159f5fe88bf401446954ff1e710cc;hb=3fff09f828423670c99dac1681ef32c2f764dfea;hpb=f08b6405c3248dc9c4852bf93d82f87a8c45a179 diff --git a/config.h b/config.h index 2829d83..da6a691 100644 --- a/config.h +++ b/config.h @@ -13,7 +13,14 @@ #define EQUAL_TEMPERAMENT 0 #define WELL_TEMPERED_GUITAR 1 -//#define TUNING WELL_TEMPERED_GUITAR -#define TUNING EQUAL_TEMPERAMENT +#define TUNING WELL_TEMPERED_GUITAR + +// Compress the x scale of the glpitch display in a nonlinear way +// so that the view is more precise around the reference frequencies. +#define COMPRESS_PITCH_DISPLAY 1 + +// Lower is more compressed. Anything over 2-3 is probably going to negate +// the entire effect. +#define PITCH_COMPRESSION_SIGMA 1.0 #endif /* !defined(_CONFIG_H) */