Mercurial > hg > svcore
comparison data/fileio/WavFileReader.cpp @ 258:96a6dd889c68
* Fix #1706924 updates not happening on derived waveform generation
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 09:07:42 +0000 |
parents | 03a24547cf3c |
children | dc46851837d6 |
comparison
equal
deleted
inserted
replaced
257:46398ab6ff58 | 258:96a6dd889c68 |
---|---|
88 if (m_channelCount == 0) { | 88 if (m_channelCount == 0) { |
89 m_channelCount = m_fileInfo.channels; | 89 m_channelCount = m_fileInfo.channels; |
90 m_sampleRate = m_fileInfo.samplerate; | 90 m_sampleRate = m_fileInfo.samplerate; |
91 } | 91 } |
92 | 92 |
93 if (m_frameCount != prevCount) emit frameCountChanged(); | 93 if (m_frameCount != prevCount) { |
94 // std::cerr << "frameCountChanged" << std::endl; | |
95 emit frameCountChanged(); | |
96 } | |
94 } | 97 } |
95 | 98 |
96 void | 99 void |
97 WavFileReader::updateDone() | 100 WavFileReader::updateDone() |
98 { | 101 { |