Mercurial > hg > svgui
comparison layer/WaveformLayer.cpp @ 1340:fc3c9971a43a zoom
Remove WaveformOversampler again from here; it's now in svcore
author | Chris Cannam |
---|---|
date | Wed, 26 Sep 2018 13:03:16 +0100 |
parents | b0555b434575 |
children | ab2cafd3a7cb |
comparison
equal
deleted
inserted
replaced
1339:b0555b434575 | 1340:fc3c9971a43a |
---|---|
21 #include "base/RangeMapper.h" | 21 #include "base/RangeMapper.h" |
22 #include "base/Strings.h" | 22 #include "base/Strings.h" |
23 | 23 |
24 #include "ColourDatabase.h" | 24 #include "ColourDatabase.h" |
25 #include "PaintAssistant.h" | 25 #include "PaintAssistant.h" |
26 #include "WaveformOversampler.h" | 26 |
27 #include "data/model/WaveformOversampler.h" | |
27 | 28 |
28 #include <QPainter> | 29 #include <QPainter> |
29 #include <QPixmap> | 30 #include <QPixmap> |
30 #include <QTextStream> | 31 #include <QTextStream> |
31 | 32 |
32 #include <iostream> | 33 #include <iostream> |
33 #include <cmath> | 34 #include <cmath> |
34 | |
35 #include <bqresample/Resampler.h> | |
36 | 35 |
37 #define DEBUG_WAVEFORM_PAINT 1 | 36 #define DEBUG_WAVEFORM_PAINT 1 |
38 //#define DEBUG_WAVEFORM_PAINT_BY_PIXEL 1 | 37 //#define DEBUG_WAVEFORM_PAINT_BY_PIXEL 1 |
39 | 38 |
40 using std::vector; | 39 using std::vector; |