# HG changeset patch # User maxzanoni76 # Date 1334186985 -3600 # Node ID 6d32e730e34bc03d3e5ba0eef37e0cb2b8312a5b # Parent f5d9a52542fb9104075904fd6bb460d080aa7a8c In this version crash problems has been solved diff -r f5d9a52542fb -r 6d32e730e34b .DS_Store Binary file .DS_Store has changed diff -r f5d9a52542fb -r 6d32e730e34b songparts/plugins/SongParts.cpp --- a/songparts/plugins/SongParts.cpp Wed Apr 11 16:34:47 2012 +0100 +++ b/songparts/plugins/SongParts.cpp Thu Apr 12 00:29:45 2012 +0100 @@ -1243,23 +1243,22 @@ arma::uvec nullindices = arma::ones(barline.size()); for (unsigned iPart=0; iPart 0); for (unsigned i=0; i finalParts; parts = songSegment(quatisedChromagram); - songSegmentChroma(quatisedChromagram,parts); + finalParts = songSegmentIntegration(parts); diff -r f5d9a52542fb -r 6d32e730e34b songparts/plugins/SongParts.o Binary file songparts/plugins/SongParts.o has changed diff -r f5d9a52542fb -r 6d32e730e34b songparts/qm-vamp-plugins.dylib Binary file songparts/qm-vamp-plugins.dylib has changed