log transform/FeatureExtractionModelTransformer.cpp @ 1331:576be7933ec7 3.0-integration

age author description
2016-11-16 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types 3.0-integration
2016-11-05 Chris Cannam Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed) piper
2016-10-28 Chris Cannam Ensure plugin is deleted in same thread that created and used it project-file-rework
2016-10-21 Chris Cannam Fixes to choice of plugin factory piper
2016-10-21 Chris Cannam Restore native-Vamp factory and make the choice between Piper and Native a preference piper
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
2016-01-22 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset 3.0-integration
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-06-12 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
2015-06-10 Chris Cannam Tidy dense time-value model API a bit; add first simple unit test for FFT model
2015-06-10 Chris Cannam Tighten up error handling
2015-05-14 Chris Cannam Handle case where plugin erroneously returns sample rate 0 for fixed-rate output
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
2014-11-14 Chris Cannam When using an aggregate model to pass data to a transform, zero-pad the shorter input to the duration of the longer rather than truncating the longer. (This is better behaviour for e.g. MATCH, and in any case the code was previously truncating incorrectly and ending up with garbage data at the end.)
2014-09-03 Chris Cannam Fix memory leak
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
2014-06-13 Chris Cannam Add an experimental cancel button to view progress bars tonioni
2014-04-02 Chris Cannam Merge from branch tonioni tony_integration
2014-04-01 Chris Cannam Comment out some debug tonioni
2014-03-11 Chris Cannam Merge from default branch tony_integration
2014-03-11 Chris Cannam Merge from branch tonioni tony_integration
2014-03-11 Chris Cannam Use fixed-rate feature no directly as column number, rather than do a calculation that might introduce rounding error
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
2014-01-28 Chris Cannam Use a sparse time-value model only for outputs with fixed bin count of 1, not for those with unknown bin count. tonioni
2014-01-28 Chris Cannam Merge from tonioni branch tony_integration
2013-12-11 Chris Cannam Fix handling of negative frame times in returned features from plugin -- we don't handle them, so don't insert them into the model (instead of blowing up)
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-26 Chris Cannam Merge from default branch tonioni
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-07-12 Chris Cannam Merge from the default branch tonioni
2013-05-09 Chris Cannam Merge qt5
2013-05-09 Chris Cannam Remove some debug qt5
2013-04-16 Chris Cannam Remove debug
2013-04-16 Chris Cannam Remove some debug
2013-04-13 gyorgyf cleanup tonioni
2013-04-13 gyorgyf fixed flexi note layer and propagated model selection to analyser tonioni
2013-03-28 Chris Cannam Warn if the output sample rate is higher than that of the input model
2013-03-27 Chris Cannam Remove no-longer-used code
2013-03-27 Chris Cannam Fix calculation of timestamps for fixed-rate features
2013-03-27 Chris Cannam outputFeatureNo -> outputNo
2013-03-27 Chris Cannam Fix incorrect retrieval of point in model by row number if point frame values fell between model resolution boundaries
2011-10-17 Chris Cannam Minor debug change
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-05-04 Chris Cannam * Introduce ResourceFinder
2011-04-14 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
2009-06-08 Chris Cannam * Use notes layer for things with MIDI units as well as Hz
2009-02-12 Chris Cannam * Some fairly simplistic code to set up layer type properties based on
2009-02-10 Chris Cannam * Fix crash when processing a file that is shorter than a single block
2009-02-09 Chris Cannam * get whole columns at a time from fft model when running transform
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2009-01-22 Chris Cannam * try some qvectors
2008-11-28 Chris Cannam Various fixes:
2008-11-07 Chris Cannam * Update to new-line vamp plugin sdk
2008-10-29 Chris Cannam * Ensure that region features are added even if they lack any values!
2008-10-09 Chris Cannam * Support transforms that output regions with more than one bin (by
2008-10-08 Chris Cannam * Fix (kinda) display of fixed-sample-rate features with sample rate
2008-09-25 Chris Cannam * some work on transform finder
2008-09-18 Chris Cannam * Add region model and layer; improve assignment of model types to
2008-07-10 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
2008-06-18 Chris Cannam * Fix crash when running Generator
2008-06-11 Chris Cannam * Wait for input to be ready before running real-time effect -- even if
2008-05-08 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on base plugin/transform/FeatureExtractionModelTransformer.cpp@de1282742c53