annotate sonic-visualiser.pro @ 1257:f2105c5b0b12 piper

Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
author Chris Cannam
date Mon, 17 Oct 2016 14:18:23 +0100
parents 29c6a7cb114e
children eb60f984c66c
rev   line source
Chris@517 1 TEMPLATE = subdirs
Chris@1147 2 SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_sv
Chris@640 3
Chris@640 4 !win* {
Chris@640 5 # We should build and run the tests on any platform,
Chris@640 6 # but doing it automatically doesn't work so well from
Chris@640 7 # within an IDE on Windows, so remove that from here
Chris@987 8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
Chris@640 9 }
Chris@451 10
Chris@1035 11 sub_bq.file = bq.pro
Chris@517 12 sub_sv.file = sv.pro
Chris@451 13
Chris@563 14 sub_dataquay.file = dataquay/lib.pro
Chris@563 15
Chris@517 16 svgui.depends = svcore
Chris@517 17 svapp.depends = svcore svgui
Chris@517 18 sub_sv.depends = svcore svgui svapp