Mercurial > hg > svapp
view files.pri @ 736:4b58b8f44be7
If a file that looks like audio can't be opened as audio, fail immediately - don't go trying to open .wav files or whatever as sessions or annotations. That only means the error shown to the user is less helpful.
author | Chris Cannam |
---|---|
date | Wed, 05 Feb 2020 10:45:03 +0000 |
parents | 4f53620962d9 |
children | dac3781826da 48001ed9143b 36772d79cf44 |
line wrap: on
line source
SVAPP_HEADERS += \ audio/AudioCallbackPlaySource.h \ audio/AudioCallbackRecordTarget.h \ audio/AudioGenerator.h \ audio/ClipMixer.h \ audio/ContinuousSynth.h \ audio/PlaySpeedRangeMapper.h \ framework/Align.h \ framework/Document.h \ framework/MainWindowBase.h \ framework/OSCScript.h \ framework/SVFileReader.h \ framework/TransformUserConfigurator.h \ framework/VersionTester.h SVAPP_SOURCES += \ audio/AudioCallbackPlaySource.cpp \ audio/AudioCallbackRecordTarget.cpp \ audio/AudioGenerator.cpp \ audio/ClipMixer.cpp \ audio/ContinuousSynth.cpp \ audio/PlaySpeedRangeMapper.cpp \ framework/Align.cpp \ framework/Document.cpp \ framework/MainWindowBase.cpp \ framework/SVFileReader.cpp \ framework/TransformUserConfigurator.cpp \ framework/VersionTester.cpp