Mercurial > hg > svcore
log transform/RealTimeEffectModelTransformer.h @ 1602:08a389e96582 bqaudiostream
age | author | description |
---|---|---|
Mon, 26 Nov 2018 13:51:36 +0000 | Chris Cannam | Header guards fix-static-analysis |
Mon, 26 Nov 2018 13:48:45 +0000 | Chris Cannam | Use override throughout fix-static-analysis |
Mon, 17 Oct 2016 14:18:23 +0100 | Chris Cannam | 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. piper |