Mercurial > hg > svcore
log transform/FeatureExtractionModelTransformer.h @ 1346:75ad55315db4 3.0-integration
age | author | description |
---|---|---|
Fri, 28 Oct 2016 11:32:36 +0100 | Chris Cannam | Ensure plugin is deleted in same thread that created and used it project-file-rework |
Fri, 28 Oct 2016 11:08:17 +0100 | Chris Cannam | Rename server to simple-server, and add some more description in usage project-file-rework |
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 |
Tue, 03 Mar 2015 17:09:19 +0000 | Chris Cannam | This code now compiles. Main problem: sample rate types cxx11 |