1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 11:13:16 +01:00

reassignment, internals, implementing time correction, but -- ...

... it does not yet interact correctly with caching, so results may be
slightly wrong if you scroll the view by less than a screen.
This commit is contained in:
Paul Licameli
2015-06-04 12:55:47 -04:00
parent 7113d533fb
commit 84ee685ee9
5 changed files with 65 additions and 41 deletions

View File

@@ -156,9 +156,7 @@ public:
mutable float *window;
// Two other windows for computing reassigned spectrogram
#if 0
mutable float *tWindow; // Window times time parameter
#endif
mutable float *dWindow; // Derivative of window
#endif