changeset 5:79b343f3e4b8

In thi version the problem of letters assigned to each segment has been solved.
author maxzanoni76 <max.zanoni@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 13:48:13 +0100
parents fa8450e6f5a9
children f5d9a52542fb
files songparts/plugins/SongParts.cpp songparts/plugins/SongParts.o songparts/qm-vamp-plugins.dylib
diffstat 3 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/songparts/plugins/SongParts.cpp	Wed Apr 11 12:53:57 2012 +0100
+++ b/songparts/plugins/SongParts.cpp	Wed Apr 11 13:48:13 2012 +0100
@@ -1555,9 +1555,8 @@
             if (i!=1)
                 bestval2 = join_rows(bestval2,bestval.col(i));
         
-        for (unsigned kSeg=0; kSeg<1; ++kSeg)
+        for (unsigned kSeg=0; kSeg<7; ++kSeg)
         {
-            
             arma::mat currbestvals = arma::zeros<arma::mat>(bestval2.n_rows, bestval2.n_cols);
             for (unsigned i=0; i<bestval2.n_rows; ++i)
                 for (unsigned j=0; j<bestval2.n_cols; ++j)
Binary file songparts/plugins/SongParts.o has changed
Binary file songparts/qm-vamp-plugins.dylib has changed