annotate .hgsub @ 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 72daacb203a6
children c6513cae4747
rev   line source
Chris@1142 1 vamp-plugin-sdk = https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk
Chris@517 2 svcore = https://code.soundsoftware.ac.uk/hg/svcore
Chris@517 3 svgui = https://code.soundsoftware.ac.uk/hg/svgui
Chris@517 4 svapp = https://code.soundsoftware.ac.uk/hg/svapp
Chris@529 5 dataquay = https://bitbucket.org/breakfastquay/dataquay
Chris@1035 6 bqvec = https://bitbucket.org/breakfastquay/bqvec
Chris@1035 7 bqresample = https://bitbucket.org/breakfastquay/bqresample
Chris@1035 8 bqaudioio = https://bitbucket.org/breakfastquay/bqaudioio
Chris@652 9 sv-dependency-builds = https://code.soundsoftware.ac.uk/hg/sv-dependency-builds
Chris@951 10 icons/scalable = https://code.soundsoftware.ac.uk/hg/sv-iconset
Chris@1147 11 checker = https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker
Chris@1255 12 piper = https://code.soundsoftware.ac.uk/hg/piper
Chris@1255 13 piper-cpp = https://code.soundsoftware.ac.uk/hg/piper-cpp