2014-03-11 |
Chris Cannam |
Diagnostics and fix for peaks cache sizing (need +1 to avoid null cache)
|
2014-02-06 |
Chris Cannam |
Toward getYScaleValue in Colour3DPlotLayer
|
2014-01-28 |
Chris Cannam |
Bodge in Matthias's suggested normalise-to-log as an option in spectrogram and colour 3d plot layers (not wired into gui)
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
2013-11-21 |
Chris Cannam |
Make some debug output optional
|
2013-03-11 |
Chris Cannam |
Build fixes for Qt5
qt5
|
2012-01-30 |
Chris Cannam |
Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
|
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
|
2009-09-10 |
Chris Cannam |
* solaris build fixes
|
2009-06-05 |
Chris Cannam |
* Fix colour 3d plot's habit of repeating column 0 in column -1's position
|
2009-05-22 |
Chris Cannam |
* Add High Gain colour map
|
2009-05-22 |
Chris Cannam |
* Add smoothing option to colour 3d plot
|
2009-05-21 |
Chris Cannam |
* Fixes to log bin scale; add colour scale gain
|
2009-05-19 |
Chris Cannam |
* another minor improvement
|
2009-05-19 |
Chris Cannam |
* some improvements to log scale in colour 3d plot (still only in dense
|
2009-05-18 |
Chris Cannam |
* Make a start on logarithmic vertical scale in colour 3d plot
|
2009-03-06 |
Chris Cannam |
...
|
2009-02-27 |
Chris Cannam |
* Activity log updates
|
2009-02-25 |
Chris Cannam |
* Add Absolute plot scale, in colour 3d plot layer only for the moment
|
2009-02-02 |
Chris Cannam |
* Avoid crash in StorageAdviser if temporary directory cannot be opened
|
2009-01-29 |
Chris Cannam |
* add setLayerDormant
|
2009-01-29 |
Chris Cannam |
* take a bit more care about peaks cache sizing
|
2009-01-26 |
Chris Cannam |
* Try out a smooth-scaling paint method... not especially promising
|
2009-01-26 |
Chris Cannam |
* Change QMutex in Editable DTDM to a read/write lock
|
2009-01-26 |
Chris Cannam |
* another, rather trivial, optimisation
|
2009-01-23 |
Chris Cannam |
* some tweaks that make Colour3DPlotLayer a little bit faster for
|
2009-01-23 |
Chris Cannam |
* make compression optional in editable dense 3d model, and some tweaks
|
2009-01-22 |
Chris Cannam |
* try some qvectors
|
2009-01-22 |
Chris Cannam |
* Make Colour3DPlotLayer::paintDense much faster (but still not fast
|
2009-01-16 |
Chris Cannam |
* fix some warnings, remove debug
|
2009-01-09 |
Chris Cannam |
* The main fix here is to the arguments of SVApplication -- the first
|
2008-12-08 |
Chris Cannam |
* Knock a bit of sense into Colour3DPlotLayer's cache management
sv-v1.4 sv-v1.4rc1
|
2008-12-03 |
Chris Cannam |
* Fix failure to include audio files in default open-file dialog invoked
|
2008-12-02 |
Chris Cannam |
* Permit viewing (though not editing) colour 3d plot layer data in
|
2008-11-12 |
Chris Cannam |
* Make scale bar more accurate (if no more helpful) in log scaled colour 3d plot
|
2008-11-12 |
Chris Cannam |
* update changelog
|
2008-11-12 |
Chris Cannam |
* Save & reload vertical scale extents from note, time/value & colour 3d
|
2008-11-12 |
Chris Cannam |
* Make Colour 3D Plot layer vertically zoomable and scrollable
|
2008-11-11 |
Chris Cannam |
* Add use-log-scale estimator. Not quite right yet; the model doesn't
|
2008-03-12 |
Chris Cannam |
* juggle some files around in order to free audioio, base, and system libraries
|
2008-02-27 |
Chris Cannam |
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
1.2-stable
|
2008-02-04 |
Chris Cannam |
* Add ability to invert a colour 3d plot in the vertical axis
|
2008-01-24 |
Chris Cannam |
* More latency for PortAudio output
|
2008-01-24 |
Chris Cannam |
* Fix duplication of zero'th column in the minus-one'th column position
|
2008-01-23 |
Chris Cannam |
* add splash screen
|
2008-01-14 |
Chris Cannam |
* fix colour 3d plot layer mis-rendering bug -- but I think it's still using
|
2008-01-11 |
Chris Cannam |
* add icons to colour 3d plot layer toggles
|
2007-10-25 |
Chris Cannam |
* Some tidying up to handling of alignment; add alignment status label to
|
2007-10-18 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
2007-07-12 |
Chris Cannam |
* Add SingleColourLayer to manage colours for layers that have a single
|
2007-07-11 |
Chris Cannam |
* Add a colour database, and Add New Colour function to the colour combo
|
2007-04-30 |
Chris Cannam |
* Fix many compile warnings, remove some debug output
|
2007-03-08 |
Chris Cannam |
* Fix #1672407 confused by plugin-named files in cwd (or home?)
|
2007-03-02 |
Chris Cannam |
* Make getPropertyRangeAndValue return the default separately from the current
sv1-1.0pre1
|
2007-02-26 |
Chris Cannam |
* remove some debug and some obsolete moc file includes
|
2007-02-01 |
Chris Cannam |
* Scale fixes and feature descriptions in slice layer
|
2007-02-01 |
Chris Cannam |
* Work on harmonising colour and scale ranges between types of layer
|
2007-01-26 |
Chris Cannam |
* Add slice layers (so you can display a slice of a colour 3d plot as if it were
|
2006-11-17 |
Chris Cannam |
* Update copyright notes as appropriate.
|
2006-10-09 |
Chris Cannam |
* Some dull work to continue unifying the fft model and editable dense 3d model
|
2006-10-06 |
Chris Cannam |
* Various improvements to colour 3d plot layer, particularly for large and/or
|
2006-07-31 |
Chris Cannam |
* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel
last-cc-copyright
|
2006-07-31 |
Chris Cannam |
* Reorganising code base. This revision probably should compile once more.
|
2006-07-27 |
Chris Cannam |
* Change preferences dialog to ok/apply/cancel model
|
2006-06-15 |
Chris Cannam |
* 1502816 file export is too slow and memory-hungry
|
2006-05-10 |
Chris Cannam |
* Reorder plugin output querying so as to cope with plugins whose number of
|
2006-04-07 |
Chris Cannam |
* Fix long-standing off-by-1 bug in WaveFileModel that was getting us the wrong
|
2006-03-20 |
Chris Cannam |
* Update licensing rubric for GPL
|
2006-03-20 |
Chris Cannam |
* Set indent-tabs-mode to nil in Emacs mode direction
|
2006-03-15 |
Chris Cannam |
* improve label drawing logic in colour plot layer
|
2006-03-02 |
Chris Cannam |
* Refactor Layer classes so as no longer to store a single View pointer;
|
2006-02-06 |
Chris Cannam |
* Rationalise the local feature identification API in Layer subclasses
|
2006-02-02 |
Chris Cannam |
* Add natty segmentation display to time-value layer. Need to do the same
|
2006-02-02 |
Chris Cannam |
* Refactor sparse models. Previously the 1D and time-value models duplicated
|
2006-02-01 |
Chris Cannam |
* Add Chromagram plugin, and make a number of fixes to the dense 3d model
|
2006-01-30 |
Chris Cannam |
* Add getXForFrame / getFrameForX in preference to using the zoom level everywhere
|
2006-01-19 |
Chris Cannam |
* Add more icons and rationalise menu options to the usual set (on the File menu)
|
2006-01-12 |
Chris Cannam |
* Update copyrights to 2006
|
2006-01-10 |
Chris Cannam |
initial import
|