view transform/transform.pro @ 494:81963c51b488

* Add ability to export a transform structure as RDF -- for use when exporting data from runner, so as to refer back to the generating transform from the audio features rdf * some improvements to pane & layer management when importing rdf, but it's all still a big hack here
author Chris Cannam
date Tue, 25 Nov 2008 17:46:02 +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