diff framework/Document.cpp @ 81:0948bf800422

* More latency for PortAudio output * ...
author Chris Cannam
date Thu, 24 Jan 2008 22:49:19 +0000
parents b1a68403714b
children c60bf8995166
line wrap: on
line diff
--- a/framework/Document.cpp	Thu Jan 24 14:35:43 2008 +0000
+++ b/framework/Document.cpp	Thu Jan 24 22:49:19 2008 +0000
@@ -36,7 +36,7 @@
 #include "data/model/SparseTimeValueModel.h"
 #include "data/model/AlignmentModel.h"
 
-#define DEBUG_DOCUMENT 1
+//#define DEBUG_DOCUMENT 1
 
 //!!! still need to handle command history, documentRestored/documentModified
 
@@ -793,6 +793,8 @@
     transform.setStepSize(transform.getBlockSize()/2);
     transform.setParameter("serialise", 1);
 
+    std::cerr << "Document::alignModel: Alignment transform step size " << transform.getStepSize() << ", block size " << transform.getBlockSize() << std::endl;
+
 //!!!    QString args = "<plugin param-serialise=\"1\"/>";
 //    Model *transformOutput = factory->transform(id, aggregate, context, args);