# HG changeset patch # User Chris Cannam # Date 1395403495 0 # Node ID be277d1367f4500c67eab8c72c16b0866846d5f5 # Parent 642df7b3346f2f9b5e6cbd8490029eb530224829 Ant build file diff -r 642df7b3346f -r be277d1367f4 cpp-qm-dsp/ConstantQ.cpp --- a/cpp-qm-dsp/ConstantQ.cpp Thu Mar 20 16:15:43 2014 +0000 +++ b/cpp-qm-dsp/ConstantQ.cpp Fri Mar 21 12:04:55 2014 +0000 @@ -309,7 +309,7 @@ vector cqrowvec = m_kernel->process(cv); - // Reform into a column matrix + // Reform into a column matrix and use only the magnitude vector > cqblock; for (int j = 0; j < m_p.atomsPerFrame; ++j) { cqblock.push_back(vector()); diff -r 642df7b3346f -r be277d1367f4 yeti/build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/yeti/build.xml Fri Mar 21 12:04:55 2014 +0000 @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 642df7b3346f -r be277d1367f4 yeti/cqt.yeti --- a/yeti/cqt.yeti Thu Mar 20 16:15:43 2014 +0000 +++ b/yeti/cqt.yeti Fri Mar 21 12:04:55 2014 +0000 @@ -249,7 +249,7 @@ done [0..octaves-1]) }, octaves, - output type = + output type = //!!! this api is not good case type of ComplexCQ (): Complex (processOctaveLists assembleBlock octaveLists);