summaryrefslogtreecommitdiffstats
path: root/src/SoundFileList.txt
blob: 762f992e538dc6b245d57ef8b5e7f061daeef9fa (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
SET(common_sound_SRCS
	sound/AudioCache.cpp
	sound/AudioCache.h
	sound/AudioFile.cpp
	sound/AudioFile.h
	sound/AudioFileManager.cpp
	sound/AudioFileManager.h
	sound/AudioPlayQueue.cpp
	sound/AudioPlayQueue.h
	sound/AudioProcess.cpp
	sound/AudioProcess.h
	sound/AudioFileTimeStretcher.cpp
	sound/AudioFileTimeStretcher.h
	sound/AudioTimeStretcher.cpp
	sound/AudioTimeStretcher.h
	sound/Audit.cpp
	sound/Audit.h
	sound/BWFAudioFile.cpp
	sound/BWFAudioFile.h
	sound/ControlBlock.cpp
	sound/ControlBlock.h
	sound/DSSIPluginFactory.cpp
	sound/DSSIPluginFactory.h
	sound/DSSIPluginInstance.cpp
	sound/DSSIPluginInstance.h
	sound/ExternalTransport.h
	sound/LADSPAPluginFactory.cpp
	sound/LADSPAPluginFactory.h
	sound/LADSPAPluginInstance.cpp
	sound/LADSPAPluginInstance.h
	sound/MappedCommon.h
	sound/MappedComposition.cpp
	sound/MappedComposition.h
	sound/MappedDevice.cpp
	sound/MappedDevice.h
	sound/MappedEvent.cpp
	sound/MappedEvent.h
	sound/MappedInstrument.cpp
	sound/MappedInstrument.h
	sound/MappedRealTime.cpp
	sound/MappedRealTime.h
	sound/MappedStudio.cpp
	sound/MappedStudio.h
	sound/MidiEvent.cpp
	sound/MidiEvent.h
	sound/MidiFile.cpp
	sound/MidiFile.h
	sound/Midi.h
	sound/MP3AudioFile.cpp
	sound/MP3AudioFile.h
	sound/PeakFile.cpp
	sound/PeakFile.h
	sound/PeakFileManager.cpp
	sound/PeakFileManager.h
	sound/PlayableAudioFile.cpp
	sound/PlayableAudioFile.h
	sound/PluginFactory.cpp
	sound/PluginFactory.h
	sound/PluginIdentifier.cpp
	sound/PluginIdentifier.h
	sound/RecordableAudioFile.cpp
	sound/RecordableAudioFile.h
	sound/RIFFAudioFile.cpp
	sound/RIFFAudioFile.h
	sound/RingBuffer.h
	sound/RunnablePluginInstance.cpp
	sound/RunnablePluginInstance.h
	sound/SampleWindow.h
	sound/Scavenger.h
	sound/SequencerDataBlock.cpp
	sound/SequencerDataBlock.h
	sound/SF2PatchExtractor.cpp
	sound/SF2PatchExtractor.h
	sound/SoundDriver.cpp
	sound/SoundDriver.h
	sound/SoundFile.cpp
	sound/SoundFile.h
	sound/WAVAudioFile.cpp
	sound/WAVAudioFile.h 
)

SET(sound_SRCS
	sound/AlsaDriver.cpp
	sound/AlsaDriver.h
	sound/AlsaPort.cpp
	sound/AlsaPort.h
	sound/DummyDriver.h
	sound/JackDriver.cpp
	sound/JackDriver.h
	sound/SoundDriverFactory.cpp
	sound/SoundDriverFactory.h 
)

SET(nosnd_SRCS
	sound/DummyDriver.h
	sound/SoundDriverFactory.cpp
	sound/SoundDriverFactory.h
)