Mercurial > hg > svgui
comparison layer/ScrollableImageCache.cpp @ 1143:c53ed1a6fcbd spectrogram-minor-refactor
Fixes to phase display and colour scale for it; tidy up some debug output
author | Chris Cannam |
---|---|
date | Fri, 05 Aug 2016 14:31:16 +0100 |
parents | 94370157b265 |
children | f2f43802718b |
comparison
equal
deleted
inserted
replaced
1142:8f4634b82e36 | 1143:c53ed1a6fcbd |
---|---|
15 #include "ScrollableImageCache.h" | 15 #include "ScrollableImageCache.h" |
16 | 16 |
17 #include <iostream> | 17 #include <iostream> |
18 using namespace std; | 18 using namespace std; |
19 | 19 |
20 #define DEBUG_SCROLLABLE_IMAGE_CACHE 1 | 20 //#define DEBUG_SCROLLABLE_IMAGE_CACHE 1 |
21 | 21 |
22 void | 22 void |
23 ScrollableImageCache::scrollTo(const LayerGeometryProvider *v, | 23 ScrollableImageCache::scrollTo(const LayerGeometryProvider *v, |
24 sv_frame_t newStartFrame) | 24 sv_frame_t newStartFrame) |
25 { | 25 { |