Mercurial > hg > svgui
comparison view/View.cpp @ 406:b83db9792d11
* Reduce time stretcher to one channel when overload occurs
author | Chris Cannam |
---|---|
date | Mon, 07 Jul 2008 16:49:53 +0000 |
parents | 2ed4e572d0d4 |
children | 1e0744b2cebe |
comparison
equal
deleted
inserted
replaced
405:7920688d8e70 | 406:b83db9792d11 |
---|---|
1399 //!!! | 1399 //!!! |
1400 if (wfm || | 1400 if (wfm || |
1401 (wfm = dynamic_cast<RangeSummarisableTimeValueModel *> | 1401 (wfm = dynamic_cast<RangeSummarisableTimeValueModel *> |
1402 (model->getSourceModel()))) { | 1402 (model->getSourceModel()))) { |
1403 completion = wfm->getAlignmentCompletion(); | 1403 completion = wfm->getAlignmentCompletion(); |
1404 std::cerr << "View::checkProgress: Alignment completion = " << completion << std::endl; | 1404 // std::cerr << "View::checkProgress: Alignment completion = " << completion << std::endl; |
1405 if (completion < 100) { | 1405 if (completion < 100) { |
1406 text = tr("Alignment"); | 1406 text = tr("Alignment"); |
1407 } | 1407 } |
1408 } | 1408 } |
1409 | 1409 |