log widgets/PluginParameterDialog.cpp @ 1070:27163db978d8 spectrogram-minor-refactor

age author description
2015-03-10 Chris Cannam More type fixes cxx11
2014-06-17 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2009-09-10 Chris Cannam * solaris build fixes
2008-12-08 Chris Cannam * Ensure text models are exported with text properties in RDF, and
2008-12-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-07 Chris Cannam * Update to new-line vamp plugin sdk
2008-10-28 Chris Cannam * Avoid waiting on uninstalled transforms mutex in TransformFactory::
2008-10-28 Chris Cannam * Add more info button to plugin dialog
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-10-09 Chris Cannam * fix misbehaving apply-to-selection-only checkbox, fix default step size for
2007-10-01 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
2007-08-14 Chris Cannam * Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
2007-08-10 Chris Cannam * Better abbreviation modes for layer names in pane (and input model combo
2007-07-05 Chris Cannam * Add mouse actions to key and mouse reference dialog
2007-05-18 Chris Cannam * minor usability fixes
2007-04-30 Chris Cannam * more compile warning fixes sv1-1.0rc1
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
2007-02-26 Chris Cannam * Fixes for new Vamp API changes -- I think plugin parameters are not being
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-17 Chris Cannam * Fix signal name
2006-10-12 Chris Cannam * Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
2006-10-11 Chris Cannam * Tidy up plugin parameter dialog by switching it to a simple constructor
2006-10-04 Chris Cannam ...
2006-09-22 Chris Cannam * Pull transforms out of Layer menu (again) and into a separate Transforms
2006-09-20 Chris Cannam * Handle plugins with weird block size requirements properly
2006-09-20 Chris Cannam * stepsize/blocksize from plugin dialog actually working, though with some
2006-09-19 Chris Cannam * More to do with passing around step/blocksize etc from plugin dialog to
2006-09-18 Chris Cannam * Add mono timestretch toggle button; some more work on getting blocksize etc
2006-09-15 Chris Cannam * Put channel and windowing parameters on an "advanced" bit of the plugin
2006-09-11 Chris Cannam * add window size/increment/shape settings to plugin parameter dialog, though
2006-07-21 Chris Cannam * Finish preferences dialog (as far as it's going at the moment) and connect it up
2006-06-19 Chris Cannam * 1492866: Plugin parameter window info display
2006-04-07 Chris Cannam * Fix long-standing off-by-1 bug in WaveFileModel that was getting us the wrong
2006-03-31 Chris Cannam * Add support for frequency-domain inputs to Vamp plugins
2006-03-31 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.
2006-03-30 Chris Cannam * Ensure plugin parameters for a transform are saved in the .sv file and
2006-03-27 Chris Cannam * More structural work on feature extraction plugin C <-> C++ adapter
2006-03-23 Chris Cannam * Add icon for playback plugin edit button
2006-03-23 Chris Cannam * Add editing for auralisation plugin parameters and programs
2006-03-22 Chris Cannam * Add plugin parameter dialog, and use it to set up parameters for feature