Mercurial > hg > svapp
annotate files.pri @ 738:48001ed9143b audio-source-refactor
Introduce TimeStretchWrapper; some work towards making the AudioCallbackPlaySource not actually try to be an ApplicationPlaybackSource itself but only return one that is constructed from wrappers that it controls the lifespan of
author | Chris Cannam |
---|---|
date | Wed, 18 Mar 2020 12:51:41 +0000 |
parents | 4f53620962d9 |
children | ddfac001b543 |
rev | line source |
---|---|
Chris@530 | 1 |
Chris@530 | 2 SVAPP_HEADERS += \ |
Chris@530 | 3 audio/AudioCallbackPlaySource.h \ |
Chris@574 | 4 audio/AudioCallbackRecordTarget.h \ |
Chris@530 | 5 audio/AudioGenerator.h \ |
Chris@530 | 6 audio/ClipMixer.h \ |
Chris@530 | 7 audio/ContinuousSynth.h \ |
Chris@530 | 8 audio/PlaySpeedRangeMapper.h \ |
Chris@738 | 9 audio/TimeStretchWrapper.h \ |
Chris@530 | 10 framework/Align.h \ |
Chris@530 | 11 framework/Document.h \ |
Chris@530 | 12 framework/MainWindowBase.h \ |
Chris@654 | 13 framework/OSCScript.h \ |
Chris@530 | 14 framework/SVFileReader.h \ |
Chris@530 | 15 framework/TransformUserConfigurator.h \ |
Chris@530 | 16 framework/VersionTester.h |
Chris@530 | 17 |
Chris@530 | 18 SVAPP_SOURCES += \ |
Chris@530 | 19 audio/AudioCallbackPlaySource.cpp \ |
Chris@574 | 20 audio/AudioCallbackRecordTarget.cpp \ |
Chris@530 | 21 audio/AudioGenerator.cpp \ |
Chris@530 | 22 audio/ClipMixer.cpp \ |
Chris@530 | 23 audio/ContinuousSynth.cpp \ |
Chris@530 | 24 audio/PlaySpeedRangeMapper.cpp \ |
Chris@738 | 25 audio/TimeStretchWrapper.cpp \ |
Chris@530 | 26 framework/Align.cpp \ |
Chris@530 | 27 framework/Document.cpp \ |
Chris@530 | 28 framework/MainWindowBase.cpp \ |
Chris@530 | 29 framework/SVFileReader.cpp \ |
Chris@530 | 30 framework/TransformUserConfigurator.cpp \ |
Chris@530 | 31 framework/VersionTester.cpp |