]> git.sesse.net Git - pitch/blobdiff - config.h
Port from OSS to ALSA, as OSS is pretty much dying these days.
[pitch] / config.h
index 2829d83a372159f5fe88bf401446954ff1e710cc..da6a691b966e4a92a7beb9ea3c0a42b9a1b56ef2 100644 (file)
--- a/config.h
+++ b/config.h
 #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) */