Mercurial > hg > svcore
view transform/transform.pro @ 569:9773aadbae0c
* Handle zero-velocity note ons as well as note offs (can't believe I
fell for that one)
* Add Peek Left / Peek Right (alt+left/right) and change peek-drag
(i.e. dragging without moving playback pointer or other panes) from
ctrl+drag to alt+drag for symmetry
author | Chris Cannam |
---|---|
date | Thu, 26 Feb 2009 10:49:08 +0000 |
parents | fdf5930b7ccc |
children | ebb6ac65bccc |
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 += CSVFeatureWriter.h \ FeatureExtractionModelTransformer.h \ FeatureWriter.h \ FileFeatureWriter.h \ RealTimeEffectModelTransformer.h \ Transform.h \ TransformDescription.h \ TransformFactory.h \ ModelTransformer.h \ ModelTransformerFactory.h SOURCES += CSVFeatureWriter.cpp \ FeatureExtractionModelTransformer.cpp \ FileFeatureWriter.cpp \ RealTimeEffectModelTransformer.cpp \ Transform.cpp \ TransformFactory.cpp \ ModelTransformer.cpp \ ModelTransformerFactory.cpp