Mercurial > hg > svgui
diff view/View.cpp @ 159:c1fb771b7646
* Various improvements to colour 3d plot layer, particularly for large and/or
dense plots. Still a work in progress
author | Chris Cannam |
---|---|
date | Fri, 06 Oct 2006 16:53:25 +0000 |
parents | aaa3a53dbb10 |
children | 86cee2b060c7 |
line wrap: on
line diff
--- a/view/View.cpp Thu Oct 05 15:39:23 2006 +0000 +++ b/view/View.cpp Fri Oct 06 16:53:25 2006 +0000 @@ -908,6 +908,8 @@ // multiple samplerates, we'd probably want to do frame/time // conversion in the model + //!!! nah, this wants to always return the sr of the main model! + for (LayerList::const_iterator i = m_layers.begin(); i != m_layers.end(); ++i) { if ((*i)->getModel() && (*i)->getModel()->isOK()) { return (*i)->getModel()->getSampleRate();