Mercurial > hg > svapp
diff framework/Document.cpp @ 771:1d6cca5a5621 pitch-align
Allow use of proper sparse models (i.e. retaining event time info) in alignment; use this to switch to note alignment, which is what we have most recently been doing in the external program. Not currently producing correct results, though
author | Chris Cannam |
---|---|
date | Fri, 29 May 2020 17:39:02 +0100 |
parents | 6429a164b7e1 |
children | 83a7b10b7415 |
line wrap: on
line diff
--- a/framework/Document.cpp Thu May 28 17:52:19 2020 +0100 +++ b/framework/Document.cpp Fri May 29 17:39:02 2020 +0100 @@ -1143,7 +1143,8 @@ SVDEBUG << "Document::alignModel: aligning..." << endl; if (!rm->getAlignmentReference().isNone()) { - SVDEBUG << "(Note: model " << rm << " is currently aligned to model " + SVDEBUG << "(Note: model " << modelId + << " is currently aligned to model " << rm->getAlignmentReference() << "; this will replace that)" << endl; }