X-Git-Url: https://git.sesse.net/?p=pitch;a=blobdiff_plain;f=pitch.cpp;h=be540560e1f309488f95f1141d6f3dc78eb48c25;hp=92c7b085cf026ce6a9aa9a2f5ff070bb875e7115;hb=771d77743ebd2b5bac4a2269ba9deea08c32802f;hpb=b81a44fa57306d7e2b1376419a5448f5d8c72291 diff --git a/pitch.cpp b/pitch.cpp index 92c7b08..be54056 100644 --- a/pitch.cpp +++ b/pitch.cpp @@ -20,7 +20,7 @@ #define EQUAL_TEMPERAMENT 0 #define WELL_TEMPERED_GUITAR 1 -#define TUNING EQUAL_TEMPERAMENT +#define TUNING WELL_TEMPERED_GUITAR int get_dsp_fd(); void read_chunk(int fd, double *in, unsigned num_samples);