changeset 9:33a799b77949

Fix failure to update for new samplerate
author Chris Cannam
date Thu, 28 Mar 2013 17:02:54 +0000
parents 8c3a61d37984
children b2c6df0952eb
files VampTestPlugin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/VampTestPlugin.cpp	Thu Mar 28 13:52:30 2013 +0000
+++ b/VampTestPlugin.cpp	Thu Mar 28 17:02:54 2013 +0000
@@ -435,7 +435,7 @@
 
 	for (int i = 0; i < 10; ++i) {
 	    fs[m_outputNumbers["grid-fsr"]]
-		.push_back(gridColumn(RealTime::fromSeconds(i / 2.0), i, 10));
+		.push_back(gridColumn(RealTime::fromSeconds(i / 2.5), i, 10));
 	}
     }