Discussion:
[Audacity-devel] Spectrogram Cache
Darrell Walisser
2017-02-17 19:02:04 UTC
Permalink
When scrubbing a spectrogram, the partial updates aren't working. More
precisely, WaveClip::
GetSpectrogram() is failing to use the cache - copying over the previous
calculation that did not scroll out of view and only doing the new bit.

There were some commits around this code Oct 1.
https://github.com/audacity/audacity/commits/master/src/WaveClip.cpp
Darrell Walisser
2017-02-17 19:20:37 UTC
Permalink
Disregard... I missed a change I made that broke this. Doh

On Fri, Feb 17, 2017 at 2:02 PM, Darrell Walisser <
Post by Darrell Walisser
When scrubbing a spectrogram, the partial updates aren't working. More
GetSpectrogram() is failing to use the cache - copying over the previous
calculation that did not scroll out of view and only doing the new bit.
There were some commits around this code Oct 1.
https://github.com/audacity/audacity/commits/master/src/WaveClip.cpp
Loading...