# HG changeset patch # User cannam # Date 1223654640 0 # Node ID 8e1b1fa94e1595c1b7f20e21dfc3c22bfe5cf540 # Parent a86e777bf9a600f00de03a2d4a1dfea7a1efb414 ... diff -r a86e777bf9a6 -r 8e1b1fa94e15 examples/FixedTempoEstimator.cpp --- 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;