diff options
Diffstat (limited to 'src/base/Quantizer.cpp')
-rw-r--r-- | src/base/Quantizer.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/base/Quantizer.cpp b/src/base/Quantizer.cpp index c0e4d1b..7b90c61 100644 --- a/src/base/Quantizer.cpp +++ b/src/base/Quantizer.cpp @@ -37,7 +37,7 @@ using std::cout; using std::cerr; using std::endl; -//#define DEBUG_NOTATION_QUANTIZER 1 +//#define DEBUG_NOTATION_TQUANTIZER 1 namespace Rosegarden { @@ -366,7 +366,7 @@ Quantizer::setToTarget(Segment *s, Segment::iterator i, // that are already being referred to in ViewElementLists, // preventing us from locating them in the ViewElementLists // because their ordering would have silently changed -#ifdef DEBUG_NOTATION_QUANTIZER +#ifdef DEBUG_NOTATION_TQUANTIZER cout << "Quantizer: setting " << absTime << " to notation absolute time and " << duration << " to notation duration" << endl; @@ -404,7 +404,7 @@ Quantizer::setToTarget(Segment *s, Segment::iterator i, m_toInsert.push_back(e); } -#ifdef DEBUG_NOTATION_QUANTIZER +#ifdef DEBUG_NOTATION_TQUANTIZER cout << "m_toInsert.size() is now " << m_toInsert.size() << endl; #endif } @@ -464,7 +464,7 @@ Quantizer::insertNewEvents(Segment *s) const s->insert(m_toInsert[i]); } -#ifdef DEBUG_NOTATION_QUANTIZER +#ifdef DEBUG_NOTATION_TQUANTIZER cout << "Quantizer::insertNewEvents: sz is " << sz << ", minTime " << minTime << ", maxTime " << maxTime << endl; @@ -482,7 +482,7 @@ Quantizer::insertNewEvents(Segment *s) const } } -#ifdef DEBUG_NOTATION_QUANTIZER +#ifdef DEBUG_NOTATION_TQUANTIZER cout << "Quantizer: calling normalizeRests(" << minTime << ", " << maxTime << ")" << endl; #endif |