log transform/FeatureExtractionModelTransformer.h @ 1247:8f076d02569a piper

age author description
2016-10-28 Chris Cannam Ensure plugin is deleted in same thread that created and used it project-file-rework
2016-10-28 Chris Cannam Rename server to simple-server, and add some more description in usage project-file-rework
2016-10-17 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
2015-03-03 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
2014-06-17 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
2014-01-29 Chris Cannam Callback handler for additional models at end of processing tonioni
2014-01-29 Chris Cannam For outputs with unknown bin count or multiple bins with variable sample rate, create additional output models for bins beyond the first tonioni
2013-12-04 Chris Cannam Use a settings setting for flexi/non-flexi determination -- this may not be the right thing in the long run but it's simpler and easier than passing through a random value that doesn't actually come from anywhere tonioni
2013-12-02 Chris Cannam Update the rest of the transforms stuff, so now it builds and runs again tonioni_multi_transform
2013-12-02 Chris Cannam More on multi-transform stuff tonioni_multi_transform
2013-11-29 Chris Cannam Toward running multiple transforms (from same plugin + params) at once tonioni_multi_transform
2013-07-12 Chris Cannam Merge from the default branch tonioni
2013-04-13 gyorgyf fixed flexi note layer and propagated model selection to analyser tonioni
2013-03-27 Chris Cannam Fix calculation of timestamps for fixed-rate features
2013-03-27 Chris Cannam outputFeatureNo -> outputNo
2009-02-12 Chris Cannam * Some fairly simplistic code to set up layer type properties based on
2008-11-07 Chris Cannam * Update to new-line vamp plugin sdk
2008-09-18 Chris Cannam * Add region model and layer; improve assignment of model types to
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on base plugin/transform/FeatureExtractionModelTransformer.h@e44a4e715ded