You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.2 KiB
99 lines
2.2 KiB
15 years ago
|
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
|
||
|
)
|