view audioio/audioio.pro @ 187:5a40619c72d8 sv-v1.7.1

* Layer data editor window: fix sorting for columns in region model, add Find feature * RDF import: assign names to layers based on event types, if no suitable labels are found in the RDF * Add label to status bar showing the last text that was passed in current layer (so e.g. counting 1, 2, 3, 4 if that's what beats are labelled) * Better layout of text labels for region layers in segmentation mode when they are close together * Give text layer the same method for finding "nearest point" as region and note layers, should improve its editability
author Chris Cannam
date Thu, 22 Oct 2009 15:54:21 +0000
parents e96f563b1cfd
children
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = fftw3f samplerate jack portaudio-2.0 libpulse rubberband
load(../prf/sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT -= gui

TARGET = svaudioio

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

HEADERS += AudioCallbackPlaySource.h \
           AudioCallbackPlayTarget.h \
           AudioCoreAudioTarget.h \
           AudioGenerator.h \
           AudioJACKTarget.h \
           AudioPortAudioTarget.h \
           AudioPulseAudioTarget.h \
           AudioTargetFactory.h \
           PlaySpeedRangeMapper.h
SOURCES += AudioCallbackPlaySource.cpp \
           AudioCallbackPlayTarget.cpp \
           AudioCoreAudioTarget.cpp \
           AudioGenerator.cpp \
           AudioJACKTarget.cpp \
           AudioPortAudioTarget.cpp \
           AudioPulseAudioTarget.cpp \
           AudioTargetFactory.cpp \
           PlaySpeedRangeMapper.cpp