Mercurial > hg > svcore
view plugin/plugin.pro @ 246:d7eeffbb8aaf
* Add fuzzy interpolation option as an alternative to zero padding in
spectrogram (looks terrible though)
* Make spectrogram appear more quickly by having the FFT server notify of
updates more often near the start of its run
author | Chris Cannam |
---|---|
date | Mon, 05 Mar 2007 15:32:55 +0000 |
parents | 85bf384db35f |
children | 9c85517ff0f5 |
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 DEPENDPATH += . .. api plugins api/alsa api/alsa/sound INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound 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 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