Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.cpp @ 408:115f60df1e4d
* Speed up spectrogram painting by releasing mutex in FFTDataServer
while calculating data prior to writing it, and by adding whole-column
value query methods to FFT objects
* Add paint cache to Thumbwheel -- repaints of this widget were slowing
down the whole spectrogram repaint
* More uses of MutexLocker (named and with debug) and more profile
points
* Make startup much quicker some of the time, with OSC server in place
author | Chris Cannam |
---|---|
date | Thu, 08 May 2008 14:46:22 +0000 |
parents | 370aa9714ef5 |
children | d35d4e79c95b |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp Tue Apr 29 15:34:17 2008 +0000 +++ b/transform/FeatureExtractionModelTransformer.cpp Thu May 08 14:46:22 2008 +0000 @@ -278,6 +278,8 @@ DenseTimeValueModel * FeatureExtractionModelTransformer::getConformingInput() { +// std::cerr << "FeatureExtractionModelTransformer::getConformingInput: input model is " << getInputModel() << std::endl; + DenseTimeValueModel *dtvm = dynamic_cast<DenseTimeValueModel *>(getInputModel()); if (!dtvm) {