X-Git-Url: https://git.sesse.net/?p=pitch;a=blobdiff_plain;f=config.h;h=da6a691b966e4a92a7beb9ea3c0a42b9a1b56ef2;hp=87f25e9b479d175c0bc8cbf5ea02171e7b10b7f2;hb=a500a1c540da51bdb686bdb9657b354c4238bcb2;hpb=c5673c13b754f921853701cf47b6195e357ed2ab diff --git a/config.h b/config.h index 87f25e9..da6a691 100644 --- a/config.h +++ b/config.h @@ -15,4 +15,12 @@ #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) */