# HG changeset patch # User Chris Cannam # Date 1364321197 0 # Node ID 9b4ce965db3544da1a94860cddd6f32300d870a3 # Parent d83566810b96dc7876ee456d32a24fdb26ac4dc5 comment only diff -r d83566810b96 -r 9b4ce965db35 VampTestPlugin.cpp --- a/VampTestPlugin.cpp Tue Mar 26 17:08:39 2013 +0000 +++ b/VampTestPlugin.cpp Tue Mar 26 18:06:37 2013 +0000 @@ -363,6 +363,10 @@ if (m_n < 5) { // curve-fsr output fs[2].push_back(untimedCurveValue(RealTime::fromSeconds(m_n / 2.0), m_n, 10)); + + //!!! we should also have a FixedSampleRate output for + //!!! features *with* timestamps, because the host is + //!!! supposed to read them but round them } if (m_n < 20) {