Mercurial > hg > svgui
comparison layer/SpectrogramLayer.cpp @ 1152:fc00a06feecd 3.0-integration
Merge from branch "msvc2015_64"
| author | Chris Cannam |
|---|---|
| date | Thu, 20 Oct 2016 11:20:27 +0100 |
| parents | 0edfed2c8482 |
| children | ab169938832a |
comparison
equal
deleted
inserted
replaced
| 1149:0d04b1cdb9f9 | 1152:fc00a06feecd |
|---|---|
| 45 | 45 |
| 46 #include <iostream> | 46 #include <iostream> |
| 47 | 47 |
| 48 #include <cassert> | 48 #include <cassert> |
| 49 #include <cmath> | 49 #include <cmath> |
| 50 | |
| 51 #ifndef __GNUC__ | |
| 52 #include <alloca.h> | |
| 53 #endif | |
| 54 | 50 |
| 55 //#define DEBUG_SPECTROGRAM 1 | 51 //#define DEBUG_SPECTROGRAM 1 |
| 56 //#define DEBUG_SPECTROGRAM_REPAINT 1 | 52 //#define DEBUG_SPECTROGRAM_REPAINT 1 |
| 57 | 53 |
| 58 using namespace std; | 54 using namespace std; |
