blob: 9dd6c293a847c1b2e89273c4ee301ff3f543831d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
EXTRA_DIST = \
audiocachefile.h \
audiocache.h \
audiocacheeventhandler.h \
audiocacheidmanager.h \
audio.h \
audiofile.h \
audioinputengine.h \
audioinputenginemidi.h \
audiooutputengine.h \
beatmapper.h \
channel.h \
channelmixer.h \
chresampler.h \
configfile.h \
configparser.h \
cpp11fix.h \
drumgizmo.h \
drumkit.h \
drumkitloader.h \
drumkitparser.h \
events.h \
instrument.h \
instrumentparser.h \
memchecker.h \
message.h \
messagehandler.h \
messagereceiver.h \
midimapparser.h \
midimapper.h \
mutex.h \
nolocale.h \
path.h \
powerlist.h \
rangemap.h \
sample.h \
saxparser.h \
semaphore.h \
thread.h \
velocity.h \
versionstr.h \
\
audiocachefile.cc \
audiocache.cc \
audiocacheeventhandler.cc \
audiocacheidmanager.cc \
audiofile.cc \
audioinputengine.cc \
audioinputenginemidi.cc \
audiooutputengine.cc \
beatmapper.cc \
channel.cc \
channelmixer.cc \
chresampler.cc \
configfile.cc \
configparser.cc \
drumgizmo.cc \
drumkit.cc \
drumkitloader.cc \
drumkitparser.cc \
events.cc \
instrument.cc \
instrumentparser.cc \
memchecker.cc \
messagehandler.cc \
messagereceiver.cc \
midimapparser.cc \
midimapper.cc \
mutex.cc \
path.cc \
powerlist.cc \
sample.cc \
saxparser.cc \
semaphore.cc \
thread.cc \
velocity.cc \
versionstr.cc
|