Mercurial > hg > svcore
view transform/transform.pro @ 418:d35d4e79c95b
* Wait for input to be ready before running real-time effect -- even if
it's a wave file model, because they are now progressively decoded
author | Chris Cannam |
---|---|
date | Wed, 11 Jun 2008 12:53:20 +0000 |
parents | bf1311518f80 |
children | fdf5930b7ccc |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svtransform DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += FeatureExtractionModelTransformer.h \ RealTimeEffectModelTransformer.h \ Transform.h \ TransformDescription.h \ TransformFactory.h \ ModelTransformer.h \ ModelTransformerFactory.h SOURCES += FeatureExtractionModelTransformer.cpp \ RealTimeEffectModelTransformer.cpp \ Transform.cpp \ TransformFactory.cpp \ ModelTransformer.cpp \ ModelTransformerFactory.cpp