X-Git-Url: https://git.sesse.net/?p=pitch;a=blobdiff_plain;f=config.h;h=da6a691b966e4a92a7beb9ea3c0a42b9a1b56ef2;hp=87f25e9b479d175c0bc8cbf5ea02171e7b10b7f2;hb=8603ad0d114005cee0dab2f7facd4faebae57f5d;hpb=09fabeb39bc13d46d88351729d3b8daecab8820e 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) */