Mercurial > hg > svcore
view plugin/plugin.pro @ 378:a38cd7823cb2
* PortAudio driver: do not specify frames per buffer, let PA decide
* Remove old non-RubberBand time stretcher -- it doesn't work with varying
buffer sizes such as the PA driver may now be using
* Rewrite getCurrentPlayingFrame for greater correctness when using long
buffer sizes (interpolating according to audio stream timestamp)
* Several changes to make the timestretch management RT safe(r)
author | Chris Cannam |
---|---|
date | Fri, 08 Feb 2008 17:51:15 +0000 |
parents | d7c41483af8f |
children | 370aa9714ef5 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk lrdf raptor load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svplugin # Doesn't work with this library, which contains C99 as well as C++ PRECOMPILED_HEADER = DEPENDPATH += . .. api plugins api/alsa api/alsa/sound transform INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound transform OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += DSSIPluginFactory.h \ DSSIPluginInstance.h \ FeatureExtractionPluginFactory.h \ LADSPAPluginFactory.h \ LADSPAPluginInstance.h \ PluginIdentifier.h \ PluginXml.h \ RealTimePluginFactory.h \ RealTimePluginInstance.h \ api/dssi.h \ api/ladspa.h \ plugins/SamplePlayer.h \ api/alsa/asoundef.h \ api/alsa/asoundlib.h \ api/alsa/seq.h \ api/alsa/seq_event.h \ api/alsa/seq_midi_event.h \ api/alsa/sound/asequencer.h \ transform/FeatureExtractionModelTransformer.h \ transform/RealTimeEffectModelTransformer.h \ transform/Transform.h \ transform/TransformDescription.h \ transform/TransformFactory.h \ transform/ModelTransformer.h \ transform/ModelTransformerFactory.h SOURCES += DSSIPluginFactory.cpp \ DSSIPluginInstance.cpp \ FeatureExtractionPluginFactory.cpp \ LADSPAPluginFactory.cpp \ LADSPAPluginInstance.cpp \ PluginIdentifier.cpp \ PluginXml.cpp \ RealTimePluginFactory.cpp \ RealTimePluginInstance.cpp \ api/dssi_alsa_compat.c \ plugins/SamplePlayer.cpp \ transform/FeatureExtractionModelTransformer.cpp \ transform/RealTimeEffectModelTransformer.cpp \ transform/Transform.cpp \ transform/TransformFactory.cpp \ transform/ModelTransformer.cpp \ transform/ModelTransformerFactory.cpp