Mercurial > hg > x
comparison hs.h @ 2:fc19d45615d1
* Make all file names lower-case to avoid case ambiguity
(some includes differed in case from the filenames they were
trying to include). Also replace MinGW-specific mem.h with
string.h
author | Chris Cannam |
---|---|
date | Tue, 05 Oct 2010 11:04:40 +0100 |
parents | 6422640a802f |
children | 5f3c32dc6e17 |
comparison
equal
deleted
inserted
replaced
1:6422640a802f | 2:fc19d45615d1 |
---|---|
6 | 6 |
7 Further reading: Wen X. and M. Sandler, "Sinusoid modeling in a harmonic context," in Proc. DAFx'07, Bordeaux, 2007. | 7 Further reading: Wen X. and M. Sandler, "Sinusoid modeling in a harmonic context," in Proc. DAFx'07, Bordeaux, 2007. |
8 */ | 8 */ |
9 | 9 |
10 //--------------------------------------------------------------------------- | 10 //--------------------------------------------------------------------------- |
11 #include <mem.h> | 11 #include <string.h> |
12 #include "arrayalloc.h" | 12 #include "arrayalloc.h" |
13 #include "align8.h" | 13 #include "align8.h" |
14 #include "fft.h" | 14 #include "fft.h" |
15 #include "QuickSpec.h" | 15 #include "quickspec.h" |
16 #include "TStream.h" | 16 #include "tstream.h" |
17 | 17 |
18 #define ATOM_LOCALANCHOR 1 | 18 #define ATOM_LOCALANCHOR 1 |
19 #define HS_CONSTF 1 | 19 #define HS_CONSTF 1 |
20 #define MAX_CAND 64 | 20 #define MAX_CAND 64 |
21 #define STIFF_B_MAX 0.01 | 21 #define STIFF_B_MAX 0.01 |