diff dsp/chromagram/ConstantQ.h @ 499:af5b7ef02aa7

Style fixes: avoid unsigned, fix formatting
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 03 Jun 2019 14:20:39 +0100
parents 1bea13b8f951
children
line wrap: on
line diff
--- a/dsp/chromagram/ConstantQ.h	Mon Jun 03 14:20:07 2019 +0100
+++ b/dsp/chromagram/ConstantQ.h	Mon Jun 03 14:20:39 2019 +0100
@@ -24,7 +24,7 @@
     double FS;         // samplerate
     double min;        // minimum frequency
     double max;        // maximum frequency
-    unsigned int BPO;  // bins per octave
+    int BPO;           // bins per octave
     double CQThresh;   // threshold
 };