Tue, 17 Jun 2014 15:36:56 +0100 |
Chris Cannam |
Some more unsigned/long removal
warnfix_no_size_t
|
Tue, 17 Jun 2014 15:18:06 +0100 |
Chris Cannam |
Remove size_t's and fix warnings in layer/
warnfix_no_size_t
|
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)
|
Mon, 30 Jan 2012 16:06:32 +0000 |
Chris Cannam |
Adjust crosshair left end position based on detail level of vertical scale
|
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)
|
Fri, 24 Jun 2011 14:27:32 +0100 |
Chris Cannam |
Check the scale width in the View (which has access to it); ask the layer to do something when the user clicks in the scale regardless of the edit mode, and continue with normal processing if the layer has nothing interesting to do
sonification
|
Wed, 22 Jun 2011 00:04:21 +0100 |
mathieub |
Branch to handle audio feedback and metadata sonification interactively with the UI.
sonification
|
Thu, 14 Apr 2011 15:21:21 +0100 |
Chris Cannam |
Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
|
Mon, 09 Feb 2009 12:56:16 +0000 |
Chris Cannam |
* Fix overall mag range management in normalise-visible-area mode
|
Fri, 06 Feb 2009 15:06:23 +0000 |
Chris Cannam |
* Restore (better quality) y-axis interpolation in spectrogram
|
Thu, 05 Feb 2009 17:33:21 +0000 |
Chris Cannam |
* Re-enable peak frequencies display in spectrogram
|
Thu, 05 Feb 2009 12:05:28 +0000 |
Chris Cannam |
* Finer locking in fft caches; fix displayed bin ranges in spectrogram
|
Wed, 04 Feb 2009 15:03:42 +0000 |
Chris Cannam |
* Make use of peak cache in spectrogram
|
Tue, 03 Feb 2009 18:03:48 +0000 |
Chris Cannam |
* sort out cropping and scaling for x-smoothed draw buffer
|
Tue, 03 Feb 2009 15:21:28 +0000 |
Chris Cannam |
* start introducing another rendering method
|
Tue, 03 Feb 2009 12:55:09 +0000 |
Chris Cannam |
* smooth x-scaling for images in spectrogram -- needs an overlap to avoid
|
Tue, 03 Feb 2009 12:02:17 +0000 |
Chris Cannam |
* incremental commit
|
Tue, 03 Feb 2009 11:19:39 +0000 |
Chris Cannam |
* some preparatory reorganisation
|
Tue, 20 May 2008 10:40:20 +0000 |
Chris Cannam |
* Attempt fix for #1914752 export image has holes (1.0 and 1.2)
|
Wed, 27 Feb 2008 11:59:42 +0000 |
Chris Cannam |
* Merge from trunk
spectrogram-cache-rejig
|
Fri, 23 Nov 2007 16:48:23 +0000 |
Chris Cannam |
* Add Erase tool and mode
|
Mon, 19 Nov 2007 15:50:37 +0000 |
Chris Cannam |
* Some bits and bobs of cache mangling -- closer to working, but still not
spectrogram-cache-rejig
|
Fri, 16 Nov 2007 17:15:30 +0000 |
Chris Cannam |
* cache bits & bobs (wholly broken at the moment)
spectrogram-cache-rejig
|
Wed, 14 Nov 2007 16:23:17 +0000 |
Chris Cannam |
* First hack towards more efficient paint mechanism from cache filled
spectrogram-cache-rejig
|
Thu, 18 Oct 2007 10:15:07 +0000 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
Thu, 12 Jul 2007 16:14:59 +0000 |
Chris Cannam |
* Add SingleColourLayer to manage colours for layers that have a single
|
Thu, 05 Jul 2007 15:36:37 +0000 |
Chris Cannam |
* Make it possible to "measure" a feature on the spectrogram by double-
|
Tue, 03 Jul 2007 12:46:18 +0000 |
Chris Cannam |
* Fix up and simplify the LayerTreeModel, removing a horrible memory leak
|
Fri, 29 Jun 2007 16:50:59 +0000 |
Chris Cannam |
* proper (though ugly) handling of y coord for measure rects in scrollable layers
|
Thu, 21 Jun 2007 16:12:00 +0000 |
Chris Cannam |
* more on measurement tool -- pull out some logic from pane to layer &c
|