Mercurial > hg > svapp
view audioio/audioio.pro @ 89:3b616971bdc6 sv1-v1.2pre3
* line up overview widget nicely with main pane (at least on first startup)
* fix #1878396 renaming layer seems to have no visible effect
* comment out some debug output
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 17:40:53 +0000 |
parents | eeb48693db96 |
children | 9fc4b256c283 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f samplerate jack portaudio rubberband load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svaudioio DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += AudioCallbackPlaySource.h \ AudioCallbackPlayTarget.h \ AudioCoreAudioTarget.h \ AudioGenerator.h \ AudioJACKTarget.h \ AudioPortAudioTarget.h \ AudioTargetFactory.h \ PhaseVocoderTimeStretcher.h \ PlaySpeedRangeMapper.h SOURCES += AudioCallbackPlaySource.cpp \ AudioCallbackPlayTarget.cpp \ AudioCoreAudioTarget.cpp \ AudioGenerator.cpp \ AudioJACKTarget.cpp \ AudioPortAudioTarget.cpp \ AudioTargetFactory.cpp \ PhaseVocoderTimeStretcher.cpp \ PlaySpeedRangeMapper.cpp