Mercurial > hg > beatroot-vamp
comparison Peaks.cpp @ 9:4f6626f9ffac
Many fixes. This now compiles and passes the plugin tester, but I don't expect it produces any results yet.
author | Chris Cannam |
---|---|
date | Fri, 30 Sep 2011 15:39:17 +0100 |
parents | c06cf6f7cb04 |
children | 887c629502a9 |
comparison
equal
deleted
inserted
replaced
8:f04f87b5e643 | 9:4f6626f9ffac |
---|---|
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #include "Peaks.h" | 16 #include "Peaks.h" |
17 | 17 |
18 static int Peaks::pre = 3; | 18 int Peaks::pre = 3; |
19 static int Peaks::post = 1; | 19 int Peaks::post = 1; |
20 | 20 |