log plugin/LADSPAPluginInstance.cpp @ 1332:b1a7f4554400 svg

age author description
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-09-03 Chris Cannam Fix various slightly dodgy derefs and the like (from coverity scan)
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2012-05-18 Chris Cannam Fix cppcheck warnings
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
2008-10-28 Chris Cannam * Avoid waiting on uninstalled transforms mutex in TransformFactory::
2008-02-27 Chris Cannam * Tolerable fixes to #1903062 and #1903046
2007-12-17 Chris Cannam * fix support for logarithmic hints in plugin parameters
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-03-01 Chris Cannam * Fix real-time plugin corruption when getLatency is called for some plugins
2007-02-27 Chris Cannam * Further fixes for Vamp API change, and update to support API versioning
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-10 Chris Cannam * Handle generator transforms (plugins whose channel count isn't dependent on
2006-10-03 Chris Cannam * Some fixes to updating of writable wave file models
2006-09-22 Chris Cannam * Pull transforms out of Layer menu (again) and into a separate Transforms
2006-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
2006-04-13 Chris Cannam * Replace crash with warning when a transform could not be automatically
2006-03-31 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.
2006-03-28 Martin Gasser fixed some problems with building the latest revision on the mac
2006-03-27 Chris Cannam * More structural work on feature extraction plugin C <-> C++ adapter
2006-03-23 Chris Cannam * Add editing for auralisation plugin parameters and programs
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Make RealTimePluginInstances also provide the PluginInstance interface
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-01-31 Chris Cannam * Update some copyright notice dates
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import