comparison VampTestPlugin.cpp @ 9:33a799b77949

Fix failure to update for new samplerate
author Chris Cannam
date Thu, 28 Mar 2013 17:02:54 +0000
parents 8c3a61d37984
children ac7f544c7b20
comparison
equal deleted inserted replaced
8:8c3a61d37984 9:33a799b77949
433 i, 10)); 433 i, 10));
434 } 434 }
435 435
436 for (int i = 0; i < 10; ++i) { 436 for (int i = 0; i < 10; ++i) {
437 fs[m_outputNumbers["grid-fsr"]] 437 fs[m_outputNumbers["grid-fsr"]]
438 .push_back(gridColumn(RealTime::fromSeconds(i / 2.0), i, 10)); 438 .push_back(gridColumn(RealTime::fromSeconds(i / 2.5), i, 10));
439 } 439 }
440 } 440 }
441 441
442 m_lastTime = endTime; 442 m_lastTime = endTime;
443 m_n = m_n + 1; 443 m_n = m_n + 1;