Mercurial > hg > svgui
log layer/WaveformLayer.cpp @ 703:cc6b21976261 tonioni
age | author | description |
---|---|---|
Tue, 26 Nov 2013 14:06:40 +0000 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |
Mon, 04 Nov 2013 17:12:32 +0000 | Chris Cannam | Merge from the default branch imaf_enc |
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) |