Mercurial > hg > svcore
comparison data/fileio/MatrixFile.cpp @ 403:3012af787e4a
* Fix progress reporting on audio file resample
* Remove some debug output
author | Chris Cannam |
---|---|
date | Thu, 24 Apr 2008 14:25:28 +0000 |
parents | 7aa1de571880 |
children | 65311fb86166 |
comparison
equal
deleted
inserted
replaced
402:7e1b7fcb6c00 | 403:3012af787e4a |
---|---|
30 #include <cassert> | 30 #include <cassert> |
31 | 31 |
32 #include <QFileInfo> | 32 #include <QFileInfo> |
33 #include <QDir> | 33 #include <QDir> |
34 | 34 |
35 #define DEBUG_MATRIX_FILE 1 | 35 //#define DEBUG_MATRIX_FILE 1 |
36 #define DEBUG_MATRIX_FILE_READ_SET 1 | 36 //#define DEBUG_MATRIX_FILE_READ_SET 1 |
37 | 37 |
38 #ifdef DEBUG_MATRIX_FILE_READ_SET | 38 #ifdef DEBUG_MATRIX_FILE_READ_SET |
39 #ifndef DEBUG_MATRIX_FILE | 39 #ifndef DEBUG_MATRIX_FILE |
40 #define DEBUG_MATRIX_FILE 1 | 40 #define DEBUG_MATRIX_FILE 1 |
41 #endif | 41 #endif |