Mercurial > hg > svapp
view svapp.pro @ 562:3c846b06c518 3.0-integration
When returning the frame that we have filled to, avoid accidentally reducing the frame number (making it appear we are less filled than we really are) when we had intended to round it up to the full requested amount. Fixes some unexpected double-playback in non-looping play-selection mode.
author | Chris Cannam |
---|---|
date | Wed, 14 Dec 2016 11:55:47 +0000 |
parents | 227291052aa9 |
children |
line wrap: on
line source
TEMPLATE = lib INCLUDEPATH += ../vamp-plugin-sdk exists(config.pri) { include(config.pri) } CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 QT += network xml gui widgets TARGET = svapp DEPENDPATH += . ../bqaudioio ../svcore ../svgui ../piper-cpp INCLUDEPATH += . ../bqaudioio ../svcore ../svgui ../piper-cpp OBJECTS_DIR = o MOC_DIR = o include(files.pri) HEADERS = $$(SVAPP_HEADERS) SOURCES = $$(SVAPP_SOURCES)