view base/base.pro @ 275:522f82311e4e

* Pull peak-picker out of SpectrumLayer and into FFTModel; use combined peak-picker and frequency estimator for SpectrogramLayer (makes the peak frequency spectrogram a bit quicker) * Add more information to spectrum and spectrogram crosshairs
author Chris Cannam
date Wed, 04 Jul 2007 15:29:16 +0000
parents 8ff1ad4e7a9c
children 3b8008d09541
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES =
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions

TARGET = svbase

DEPENDPATH += .
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

# Input
HEADERS += AudioLevel.h \
           AudioPlaySource.h \
           Clipboard.h \
           Command.h \
           CommandHistory.h \
           Exceptions.h \
           LogRange.h \
           Pitch.h \
           PlayParameterRepository.h \
           PlayParameters.h \
           Preferences.h \
           Profiler.h \
           PropertyContainer.h \
           RangeMapper.h \
           RealTime.h \
           RecentFiles.h \
           ResizeableBitset.h \
           RingBuffer.h \
           Scavenger.h \
           Selection.h \
           StorageAdviser.h \
           TempDirectory.h \
           Thread.h \
           UnitDatabase.h \
           Window.h \
           XmlExportable.h \
           ZoomConstraint.h
SOURCES += AudioLevel.cpp \
           Clipboard.cpp \
           Command.cpp \
           CommandHistory.cpp \
           Exceptions.cpp \
           LogRange.cpp \
           Pitch.cpp \
           PlayParameterRepository.cpp \
           PlayParameters.cpp \
           Preferences.cpp \
           Profiler.cpp \
           PropertyContainer.cpp \
           RangeMapper.cpp \
           RealTime.cpp \
           RecentFiles.cpp \
           Selection.cpp \
           StorageAdviser.cpp \
           TempDirectory.cpp \
           Thread.cpp \
           UnitDatabase.cpp \
           XmlExportable.cpp