view framework/framework.pro @ 235:1fcee2a1c03e sonification

Add queueExampleNote method to AudioCallbackPlaySource, providing a way to add a note to a special model which is mixed in outside of the normal playback flow. Currently mixing & generation happen in the play thread, which doesn't work very well -- buffer pending.
author Chris Cannam
date Fri, 24 Jun 2011 16:44:02 +0100
parents 84b2c1a4984a
children
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers
load(../prf/sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += xml network

TARGET = svframework

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

HEADERS += Document.h \
           MainWindowBase.h \
           SVFileReader.h \
           VersionTester.h

SOURCES += Document.cpp \
           MainWindowBase.cpp \
           SVFileReader.cpp \
           VersionTester.cpp