summaryrefslogtreecommitdiffstats
path: root/src/SoundFileList.txt
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-01 18:37:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-01 18:37:05 +0000
commit145364a8af6a1fec06556221e66d4b724a62fc9a (patch)
tree53bd71a544008c518034f208d64c932dc2883f50 /src/SoundFileList.txt
downloadrosegarden-145364a8af6a1fec06556221e66d4b724a62fc9a.tar.gz
rosegarden-145364a8af6a1fec06556221e66d4b724a62fc9a.zip
Added old abandoned KDE3 version of the RoseGarden MIDI tool
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1097595 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/SoundFileList.txt')
-rw-r--r--src/SoundFileList.txt98
1 files changed, 98 insertions, 0 deletions
diff --git a/src/SoundFileList.txt b/src/SoundFileList.txt
new file mode 100644
index 0000000..762f992
--- /dev/null
+++ b/src/SoundFileList.txt
@@ -0,0 +1,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
+)