Mercurial > hg > svgui
comparison layer/SpectrogramLayer.cpp @ 326:4f4f38a11cd2
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
* Add ability to show work title + artist in top-left of pane (thinking of Vect
but may be useful in SV in future)
* A few other generalisations useful for Vect
author | Chris Cannam |
---|---|
date | Fri, 09 Nov 2007 17:46:58 +0000 |
parents | 984c1975f1ff |
children | 29fcf125f98b |
comparison
equal
deleted
inserted
replaced
324:1f67b110c1a3 | 326:4f4f38a11cd2 |
---|---|
1537 m_channel, | 1537 m_channel, |
1538 m_windowType, | 1538 m_windowType, |
1539 m_windowSize, | 1539 m_windowSize, |
1540 getWindowIncrement(), | 1540 getWindowIncrement(), |
1541 fftSize, | 1541 fftSize, |
1542 true, | 1542 //!!! true, |
1543 false, | |
1543 m_candidateFillStartFrame); | 1544 m_candidateFillStartFrame); |
1544 | 1545 |
1545 if (!model->isOK()) { | 1546 if (!model->isOK()) { |
1546 QMessageBox::critical | 1547 QMessageBox::critical |
1547 (0, tr("FFT cache failed"), | 1548 (0, tr("FFT cache failed"), |