comparison VampTestPlugin.cpp @ 6:9b4ce965db35

comment only
author Chris Cannam
date Tue, 26 Mar 2013 18:06:37 +0000
parents d83566810b96
children 1bff4a80852c
comparison
equal deleted inserted replaced
5:d83566810b96 6:9b4ce965db35
361 } 361 }
362 362
363 if (m_n < 5) { 363 if (m_n < 5) {
364 // curve-fsr output 364 // curve-fsr output
365 fs[2].push_back(untimedCurveValue(RealTime::fromSeconds(m_n / 2.0), m_n, 10)); 365 fs[2].push_back(untimedCurveValue(RealTime::fromSeconds(m_n / 2.0), m_n, 10));
366
367 //!!! we should also have a FixedSampleRate output for
368 //!!! features *with* timestamps, because the host is
369 //!!! supposed to read them but round them
366 } 370 }
367 371
368 if (m_n < 20) { 372 if (m_n < 20) {
369 // grid-oss output 373 // grid-oss output
370 fs[4].push_back(gridColumn(timestamp, m_n, 20)); 374 fs[4].push_back(gridColumn(timestamp, m_n, 20));