log plugin/DSSIPluginInstance.cpp @ 1299:838a45cff62d 3.0-integration

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
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-09-03 Chris Cannam Fix potential null pointer deref
2014-09-03 Chris Cannam Fix various slightly dodgy derefs and the like (from coverity scan)
2013-11-26 Chris Cannam Merge from default branch tonioni
2013-11-26 Chris Cannam Likewise, but for toLocal8Bit().data()
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-04-19 matthiasm different colours, some minor changes, mainly debugging cerrs tonioni
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
2010-10-18 Chris Cannam * Build fixes
2009-09-10 Chris Cannam * solaris build fixes
2008-10-28 Chris Cannam * Avoid waiting on uninstalled transforms mutex in TransformFactory::
2008-04-29 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
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-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
2006-04-26 Chris Cannam * Compile fix in DSSIPluginInstance, add origin notes to icons and samples
2006-04-26 Chris Cannam * Fix crash in spectrogram layer when replacing model
2006-04-10 Chris Cannam * Create temporary directory, cleaned up on exit, and use it to store
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-02-15 Chris Cannam * Add LED button
2006-01-31 Chris Cannam * Update some copyright notice dates
2006-01-26 Chris Cannam * Fixes to playback of short looped files, of synthesised content within looped
2006-01-25 Chris Cannam * Fix update and play limits for play-selection mode when not looping
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import