ape
0.5.0
Audio Programming Environment
make
skeleton
includes
common.h
Go to the documentation of this file.
1
#ifndef CPPAPE_COMMON_H
2
#define CPPAPE_COMMON_H
3
4
#include "
baselib.h
"
5
#include "
processor.h
"
6
#include "
parameter.h
"
7
#include "
label.h
"
8
#include "
meter.h
"
9
#include "
plot.h
"
10
#include "
audiofile.h
"
11
#include "
dsp.h
"
12
#include "
interpolation.h
"
13
#include "
resampling.h
"
14
#include "
fft.h
"
15
#include "
mathutil.h
"
16
#include "
print.h
"
17
18
#include <complex>
19
#include <map>
20
#include <functional>
21
#include <algorithm>
22
#include <typeinfo>
23
24
#endif
dsp.h
interpolation.h
parameter.h
meter.h
audiofile.h
processor.h
mathutil.h
print.h
resampling.h
label.h
baselib.h
fft.h
plot.h
Generated by
1.8.16