changeset 33:60d48ba79ca1

Slightly different pattern
author Chris Cannam
date Wed, 14 Sep 2016 17:14:32 +0100
parents 4834aa2b49a6
children bc4841b14d0f
files VampTestPlugin.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/VampTestPlugin.cpp	Wed Sep 14 17:13:34 2016 +0100
+++ b/VampTestPlugin.cpp	Wed Sep 14 17:14:32 2016 +0100
@@ -540,11 +540,11 @@
 
         for (int i = 0; i < 10; ++i) {
             static std::vector<float> times {
-                2.4, 2.9, 3.14, 3.5, 4.0, 3.7, 4, 4.4, 4.8, 5
+                2.4, 2.9, 3.14, 3.5, 4.0, 4.4, 3.9, 4.4, 4.8, 5
             };
             float s = times[i];
             float sn = snap(s, 0.4) + 1e-5; // to avoid printing e.g. 2.799
-            if (i == 4 || i == 8) {
+            if (i == 4 || i == 5 || i == 8) {
                 fs[m_outputNumbers["curve-fsr-mixed"]]
                     .push_back(untimedCurveValue(RealTime::fromSeconds(s),
                                                  i, 10));