Mercurial > hg > vamp-plugin-sdk
diff examples/FixedTempoEstimator.cpp @ 201:8e1b1fa94e15
...
author | cannam |
---|---|
date | Fri, 10 Oct 2008 16:04:00 +0000 |
parents | a86e777bf9a6 |
children | e100112ecc06 |
line wrap: on
line diff
--- a/examples/FixedTempoEstimator.cpp Thu Oct 09 15:37:34 2008 +0000 +++ b/examples/FixedTempoEstimator.cpp Fri Oct 10 16:04:00 2008 +0000 @@ -243,11 +243,13 @@ d.name = "Autocorrelation Function"; d.description = "Autocorrelation of onset detection function"; d.hasKnownExtents = false; + d.unit = "r"; list.push_back(d); d.identifier = "filtered_acf"; d.name = "Filtered Autocorrelation"; d.description = "Filtered autocorrelation of onset detection function"; + d.unit = "r"; list.push_back(d); return list;