Wed, 18 Nov 2015 12:08:33 +0000 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Thu, 22 Oct 2015 11:40:17 +0100 |
Chris Cannam |
Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
|
Wed, 10 Jun 2015 14:27:55 +0100 |
Chris Cannam |
Rounding
osx-retina
|
Wed, 10 Jun 2015 13:38:02 +0100 |
Chris Cannam |
Merge from default branch
osx-retina
|
Fri, 22 May 2015 09:17:52 +0100 |
Chris Cannam |
Add half-wave rectification option to Colour 3D Plot layer
|
Thu, 21 May 2015 16:05:14 +0100 |
Chris Cannam |
Fixes to font sizing in colour 3d plot layer (for #1221)
osx-retina
|
Tue, 17 Mar 2015 15:05:25 +0000 |
Chris Cannam |
Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use
osx-retina
|
Tue, 10 Mar 2015 13:22:10 +0000 |
Chris Cannam |
More type fixes
cxx11
|
Mon, 09 Mar 2015 12:02:10 +0000 |
Chris Cannam |
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
cxx11
|
Mon, 09 Mar 2015 08:43:20 +0000 |
Chris Cannam |
More conversion fixes
cxx11
|
Wed, 04 Mar 2015 19:11:32 +0000 |
Chris Cannam |
Toward building with new sv types
cxx11
|
Mon, 29 Sep 2014 13:27:13 +0100 |
Chris Cannam |
Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
|
Wed, 03 Sep 2014 11:31:09 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Thu, 17 Jul 2014 14:50:31 +0100 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
Tue, 01 Jul 2014 15:32:54 +0100 |
Chris Cannam |
Dense colour 3d plot layers should be scrollable, I think; and some tidying, debug stuff, and minor optimisations
|
Tue, 17 Jun 2014 15:18:06 +0100 |
Chris Cannam |
Remove size_t's and fix warnings in layer/
warnfix_no_size_t
|
Tue, 11 Mar 2014 17:29:02 +0000 |
Chris Cannam |
Diagnostics and fix for peaks cache sizing (need +1 to avoid null cache)
|
Thu, 06 Feb 2014 18:34:43 +0000 |
Chris Cannam |
Toward getYScaleValue in Colour3DPlotLayer
|
Tue, 28 Jan 2014 17:37:42 +0000 |
Chris Cannam |
Bodge in Matthias's suggested normalise-to-log as an option in spectrogram and colour 3d plot layers (not wired into gui)
|
Tue, 26 Nov 2013 14:06:40 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Thu, 21 Nov 2013 12:59:20 +0000 |
Chris Cannam |
Make some debug output optional
|
Mon, 11 Mar 2013 14:23:52 +0000 |
Chris Cannam |
Build fixes for Qt5
qt5
|
Mon, 30 Jan 2012 16:01:59 +0000 |
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)
|
Tue, 14 Jun 2011 15:27:05 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Mon, 16 May 2011 17:19:25 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Thu, 10 Sep 2009 18:44:45 +0000 |
Chris Cannam |
* solaris build fixes
|
Fri, 05 Jun 2009 10:48:25 +0000 |
Chris Cannam |
* Fix colour 3d plot's habit of repeating column 0 in column -1's position
|
Fri, 22 May 2009 15:50:10 +0000 |
Chris Cannam |
* Add High Gain colour map
|
Fri, 22 May 2009 13:54:45 +0000 |
Chris Cannam |
* Add smoothing option to colour 3d plot
|
Thu, 21 May 2009 16:55:57 +0000 |
Chris Cannam |
* Fixes to log bin scale; add colour scale gain
|
Tue, 19 May 2009 16:26:58 +0000 |
Chris Cannam |
* another minor improvement
|
Tue, 19 May 2009 13:03:36 +0000 |
Chris Cannam |
* some improvements to log scale in colour 3d plot (still only in dense
|
Mon, 18 May 2009 13:55:47 +0000 |
Chris Cannam |
* Make a start on logarithmic vertical scale in colour 3d plot
|
Fri, 06 Mar 2009 11:26:28 +0000 |
Chris Cannam |
...
|
Fri, 27 Feb 2009 13:33:16 +0000 |
Chris Cannam |
* Activity log updates
|
Wed, 25 Feb 2009 17:41:34 +0000 |
Chris Cannam |
* Add Absolute plot scale, in colour 3d plot layer only for the moment
|
Mon, 02 Feb 2009 17:07:47 +0000 |
Chris Cannam |
* Avoid crash in StorageAdviser if temporary directory cannot be opened
|
Thu, 29 Jan 2009 14:55:57 +0000 |
Chris Cannam |
* add setLayerDormant
|
Thu, 29 Jan 2009 14:17:12 +0000 |
Chris Cannam |
* take a bit more care about peaks cache sizing
|
Mon, 26 Jan 2009 16:54:44 +0000 |
Chris Cannam |
* Try out a smooth-scaling paint method... not especially promising
|
Mon, 26 Jan 2009 15:18:32 +0000 |
Chris Cannam |
* Change QMutex in Editable DTDM to a read/write lock
|
Mon, 26 Jan 2009 10:49:31 +0000 |
Chris Cannam |
* another, rather trivial, optimisation
|
Fri, 23 Jan 2009 15:11:40 +0000 |
Chris Cannam |
* some tweaks that make Colour3DPlotLayer a little bit faster for
|
Fri, 23 Jan 2009 14:00:29 +0000 |
Chris Cannam |
* make compression optional in editable dense 3d model, and some tweaks
|
Thu, 22 Jan 2009 17:58:33 +0000 |
Chris Cannam |
* try some qvectors
|
Thu, 22 Jan 2009 17:39:04 +0000 |
Chris Cannam |
* Make Colour3DPlotLayer::paintDense much faster (but still not fast
|
Fri, 16 Jan 2009 15:12:23 +0000 |
Chris Cannam |
* fix some warnings, remove debug
|
Fri, 09 Jan 2009 14:55:12 +0000 |
Chris Cannam |
* The main fix here is to the arguments of SVApplication -- the first
|
Mon, 08 Dec 2008 13:06:44 +0000 |
Chris Cannam |
* Knock a bit of sense into Colour3DPlotLayer's cache management
sv-v1.4 sv-v1.4rc1
|
Wed, 03 Dec 2008 16:25:47 +0000 |
Chris Cannam |
* Fix failure to include audio files in default open-file dialog invoked
|
Tue, 02 Dec 2008 17:17:25 +0000 |
Chris Cannam |
* Permit viewing (though not editing) colour 3d plot layer data in
|
Wed, 12 Nov 2008 16:39:29 +0000 |
Chris Cannam |
* Make scale bar more accurate (if no more helpful) in log scaled colour 3d plot
|
Wed, 12 Nov 2008 16:08:47 +0000 |
Chris Cannam |
* update changelog
|
Wed, 12 Nov 2008 15:51:41 +0000 |
Chris Cannam |
* Save & reload vertical scale extents from note, time/value & colour 3d
|
Wed, 12 Nov 2008 15:17:16 +0000 |
Chris Cannam |
* Make Colour 3D Plot layer vertically zoomable and scrollable
|
Tue, 11 Nov 2008 13:54:47 +0000 |
Chris Cannam |
* Add use-log-scale estimator. Not quite right yet; the model doesn't
|
Wed, 12 Mar 2008 17:42:56 +0000 |
Chris Cannam |
* juggle some files around in order to free audioio, base, and system libraries
|
Wed, 27 Feb 2008 10:32:45 +0000 |
Chris Cannam |
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
1.2-stable
|
Mon, 04 Feb 2008 13:35:43 +0000 |
Chris Cannam |
* Add ability to invert a colour 3d plot in the vertical axis
|
Thu, 24 Jan 2008 22:49:19 +0000 |
Chris Cannam |
* More latency for PortAudio output
|