Mon, 04 Nov 2013 17:09:36 +0000 |
Chris Cannam |
IMAF load code from Jesus Corral Garcia
imaf_enc
|
Wed, 09 Oct 2013 14:55:49 +0100 |
Chris Cannam |
Fix strange pixel offset in waveform rendering; round values in labels rather than flooring them
|
Thu, 21 Jun 2012 14:37:43 +0100 |
Chris Cannam |
Use drawPoint when drawing a single point, rather than drawLine. Otherwise the line seems to go missing some of the time, though I can't see any mistake in the code here. Fixes SV bug #485
sv_v2.0
|
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
|
Fri, 16 May 2008 13:27:07 +0000 |
Chris Cannam |
* Halve space requirements for range (waveform peak) caches
|
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 11:59:42 +0000 |
Chris Cannam |
* Merge from trunk
spectrogram-cache-rejig
|
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
|
Thu, 07 Feb 2008 15:25:05 +0000 |
Chris Cannam |
* Ensure waveforms are strictly correct even when using a non-power-of-two
|
Wed, 06 Feb 2008 16:21:29 +0000 |
Chris Cannam |
* Add pitch range in octaves, semitones and cents to the measurement rect
|
Fri, 23 Nov 2007 16:48:23 +0000 |
Chris Cannam |
* Add Erase tool and mode
|
Wed, 07 Nov 2007 16:52:52 +0000 |
Chris Cannam |
* fix pane layout problem; fix waveform butterfly mode
|
Thu, 25 Oct 2007 14:32:23 +0000 |
Chris Cannam |
* Some tidying up to handling of alignment; add alignment status label to
|
Thu, 18 Oct 2007 10:15:07 +0000 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
Mon, 01 Oct 2007 13:48:38 +0000 |
Chris Cannam |
* Change WaveFileModel API from getValues(start,end) to getData(start,count).
|
Fri, 28 Sep 2007 13:56:38 +0000 |
Chris Cannam |
* Merge from sv-match-alignment branch (excluding alignment-specific document).
|
Mon, 13 Aug 2007 14:53:28 +0000 |
Chris Cannam |
* missed this in last commit
|
Thu, 12 Jul 2007 16:14:59 +0000 |
Chris Cannam |
* Add SingleColourLayer to manage colours for layers that have a single
|
Wed, 11 Jul 2007 17:21:37 +0000 |
Chris Cannam |
* Add a colour database, and Add New Colour function to the colour combo
|
Mon, 02 Jul 2007 13:04:17 +0000 |
Chris Cannam |
* Fix centre line position
|
Thu, 21 Jun 2007 16:12:00 +0000 |
Chris Cannam |
* more on measurement tool -- pull out some logic from pane to layer &c
|
Thu, 14 Jun 2007 17:03:16 +0000 |
Chris Cannam |
* more measurement tool stuff
|
Thu, 14 Jun 2007 16:28:27 +0000 |
Chris Cannam |
* some more work on measurement tool, and refactor Pane::paintEvent
|
Mon, 30 Apr 2007 13:36:23 +0000 |
Chris Cannam |
* Fix many compile warnings, remove some debug output
|
Fri, 02 Mar 2007 14:00:12 +0000 |
Chris Cannam |
* Make getPropertyRangeAndValue return the default separately from the current
sv1-1.0pre1
|
Thu, 01 Mar 2007 17:12:50 +0000 |
Chris Cannam |
* Fix overzealous cacheing in waveform layer that was leading to inaccurate
|
Wed, 07 Feb 2007 14:21:14 +0000 |
Chris Cannam |
* Return ranges from RangeSummarisableTimeValueModel::getRanges by references
|
Mon, 29 Jan 2007 18:11:20 +0000 |
Chris Cannam |
* beginnings of spectrum scales
|