]> git.sesse.net Git - pitch/blobdiff - config.h
In glpitch, stretch the x axis a bit so that we have more precision around the intere...
[pitch] / config.h
index 87f25e9b479d175c0bc8cbf5ea02171e7b10b7f2..da6a691b966e4a92a7beb9ea3c0a42b9a1b56ef2 100644 (file)
--- a/config.h
+++ b/config.h
 
 #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) */