diff src/Silvet.cpp @ 247:6b7e78cf96c9 norm

Rename some output files; test flattendynamics-using plugin with un-normalised TRIOS input
author Chris Cannam
date Tue, 22 Jul 2014 16:36:21 +0100
parents 70773820e719
children 34e69544691b
line wrap: on
line diff
--- a/src/Silvet.cpp	Tue Jul 22 16:11:20 2014 +0100
+++ b/src/Silvet.cpp	Tue Jul 22 16:36:21 2014 +0100
@@ -800,12 +800,12 @@
         //!!! todo: do something with input gain. Presumably we need
         //!!! to index it by something close to, but not actually, i
         //!!! (depending on cq latency)
-
+/*
         cerr << "i = " << i << ", gain length = " << m_inputGains.size()
              << ", cq latency = " << m_cq->getLatency() << " (as columns = "
              << m_cq->getLatency() / m_cq->getColumnHop() << ", as input blocks = " 
              << m_cq->getLatency() / m_blockSize << ")" << endl;
-
+*/
         int v = round(strength * 2);
         if (v > 127) v = 127;