Tue, 13 Nov 2018 15:16:48 +0000 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
Thu, 18 Oct 2018 13:21:56 +0100 |
Chris Cannam |
Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 30 Jun 2016 12:40:22 +0100 |
Chris Cannam |
Move drawVisibleText to PaintAssistant
spectrogram-minor-refactor
|
Thu, 30 Jun 2016 10:59:11 +0100 |
Chris Cannam |
Move LayerGeometryProvider from view to layer
spectrogram-minor-refactor
|
Wed, 01 Jul 2015 18:31:28 +0100 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
Wed, 01 Jul 2015 15:53:54 +0100 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|
Tue, 17 Mar 2015 16:56:03 +0000 |
Chris Cannam |
Many fixes for the previous stuff
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 17:23:45 +0000 |
Chris Cannam |
More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
cxx11
|
Mon, 09 Mar 2015 14:35:21 +0000 |
Chris Cannam |
Working through the float/double and int/sv_frame_t fixes
cxx11
|
Wed, 03 Sep 2014 11:41:58 +0100 |
Chris Cannam |
Clarify some sneaky logic
|
Tue, 17 Jun 2014 15:18:06 +0100 |
Chris Cannam |
Remove size_t's and fix warnings in layer/
warnfix_no_size_t
|
Fri, 10 Jan 2014 14:41:38 +0000 |
Chris Cannam |
Suppress vertical scale when there are no points (scale looks absurd without sensible range)
tonioni
|
Wed, 04 Dec 2013 13:39:41 +0000 |
Chris Cannam |
Extend numerical and colour scales (and piano where applicable) to note and region layers
|
Tue, 26 Nov 2013 14:06:40 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Mon, 21 May 2012 23:26:17 +0100 |
Chris Cannam |
Display regions as segmentation if the output event type appears appropriate
|
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, 08 Jul 2010 14:22:28 +0000 |
Chris Cannam |
* Add option to import time+duration (or time+endtime) from CSV files
|
Thu, 22 Oct 2009 15:54:21 +0000 |
Chris Cannam |
* Layer data editor window: fix sorting for columns in region model,
sv-v1.7.1
|
Fri, 02 Oct 2009 13:56:10 +0000 |
Chris Cannam |
* Big improvements to editing behaviour in note and region models
sv-v1.7
|
Mon, 28 Sep 2009 12:29:12 +0000 |
Chris Cannam |
* Make a better job of picking the proper point to drag, edit, delete etc
|
Wed, 05 Aug 2009 16:36:07 +0000 |
Chris Cannam |
* minor fixes
|
Mon, 03 Aug 2009 16:42:25 +0000 |
Chris Cannam |
* some work on improving region editing -- incomplete
|
Thu, 16 Oct 2008 13:38:33 +0000 |
Chris Cannam |
* somewhat clearer layout in region layer
|
Wed, 15 Oct 2008 12:08:02 +0000 |
Chris Cannam |
* Fix race condition in FFTFileCache when reading from the same FFT model
|
Tue, 07 Oct 2008 12:42:17 +0000 |
Chris Cannam |
* Support importing features from RDF whose times are intervals rather
|
Mon, 22 Sep 2008 15:44:03 +0000 |
Chris Cannam |
* Add beginnings of transform-search-by-text function
|
Mon, 22 Sep 2008 12:20:34 +0000 |
Chris Cannam |
* Improve snap policy for selecting regions
|
Fri, 19 Sep 2008 14:05:34 +0000 |
Chris Cannam |
* tweaks
|
Fri, 19 Sep 2008 12:55:35 +0000 |
Chris Cannam |
* Add segmentation plot type to region layer (plotting not implemented yet)
|
Thu, 18 Sep 2008 16:08:14 +0000 |
Chris Cannam |
* Add region model and layer; improve assignment of model types to
|