Mercurial > hg > vamp-test-plugin
changeset 6:9b4ce965db35
comment only
author | Chris Cannam |
---|---|
date | Tue, 26 Mar 2013 18:06:37 +0000 |
parents | d83566810b96 |
children | 1bff4a80852c |
files | VampTestPlugin.cpp |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) {