Fri, 08 Mar 2019 13:37:30 +0000 |
Chris Cannam |
Update to Event api in place of Clipboard points
single-point
|
Tue, 05 Mar 2019 10:02:48 +0000 |
Chris Cannam |
Keep the point being edited highlighted while the edit dialog is open
|
Mon, 18 Feb 2019 14:33:35 +0000 |
Chris Cannam |
Fix inadvertent hardcoding of SV file extension
|
Thu, 14 Feb 2019 13:12:44 +0000 |
Chris Cannam |
Merge
|
Thu, 14 Feb 2019 13:12:36 +0000 |
Chris Cannam |
Comments
|
Thu, 14 Feb 2019 13:04:57 +0000 |
Chris Cannam |
Use zero-width pen when zoomed out - this seems to make a huge difference to speed when rendering on top of another layer, for some reason
|
Wed, 23 Jan 2019 14:44:16 +0000 |
Chris Cannam |
Merge
|
Mon, 21 Jan 2019 10:08:26 +0000 |
Chris Cannam |
Fix potential divide-by-zero
|
Mon, 21 Jan 2019 10:07:36 +0000 |
Chris Cannam |
Avoid compiler warning
|
Wed, 09 Jan 2019 15:24:51 +0000 |
Chris Cannam |
Merge from branch fix-static-analysis
|
Wed, 09 Jan 2019 14:41:52 +0000 |
Chris Cannam |
Support changing the separator (if more than one plausible one is found) and repopulating the dialog
|
Wed, 19 Dec 2018 10:40:17 +0000 |
Chris Cannam |
Debug tweaks
|
Wed, 19 Dec 2018 10:40:09 +0000 |
Chris Cannam |
Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)
|
Tue, 04 Dec 2018 13:49:09 +0000 |
Chris Cannam |
Merge from default branch
fix-static-analysis
|
Thu, 29 Nov 2018 11:57:30 +0000 |
Chris Cannam |
Fix erasing of Region layer labels as the playhead moves over them
|
Mon, 26 Nov 2018 14:33:54 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Mon, 26 Nov 2018 13:52:57 +0000 |
Chris Cannam |
Header guards
fix-static-analysis
|
Mon, 26 Nov 2018 13:52:27 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Thu, 22 Nov 2018 14:55:38 +0000 |
Chris Cannam |
Fixes from clang modernize-use-override
fix-static-analysis
|
Fri, 16 Nov 2018 09:01:38 +0000 |
Chris Cannam |
Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
|
Thu, 15 Nov 2018 15:08:08 +0000 |
Chris Cannam |
Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
|
Thu, 15 Nov 2018 14:18:26 +0000 |
Chris Cannam |
Handle integer pixel scaling as well
|
Thu, 15 Nov 2018 14:04:32 +0000 |
Chris Cannam |
Scale pen for retina display on macOS as well as for hidpi display elsewhere
|
Thu, 15 Nov 2018 13:06:38 +0000 |
Chris Cannam |
Different approach to x-coord calculation in slice layer - let's acknowledge that we really do have two different types of model, those whose "bins" are actually at a single value (frequency in the case of the spectrum) and those whose bins are just labels.
|
Wed, 14 Nov 2018 15:47:21 +0000 |
Chris Cannam |
Fixes to spectrum axis calculations, + default to starting at bin 1
|
Wed, 14 Nov 2018 15:14:21 +0000 |
Chris Cannam |
We need to draw illumination label *after* the spectrum...
|
Wed, 14 Nov 2018 15:04:04 +0000 |
Chris Cannam |
Fix some incorrect pixel scaling
|
Wed, 14 Nov 2018 14:29:08 +0000 |
Chris Cannam |
Fix compiler warning
|
Wed, 14 Nov 2018 14:23:17 +0000 |
Chris Cannam |
Merge from branch spectrogramparam
|
Wed, 14 Nov 2018 14:17:06 +0000 |
Chris Cannam |
Various tweaks & fixes to log-scale handling in spectrum. We can't easily preserve the nice behaviour where peaks stay in place as fft size changes, without potentially losing a bit of low-frequency information
spectrogramparam
|
Wed, 14 Nov 2018 14:16:06 +0000 |
Chris Cannam |
Correct positioning for centre line when antialiasing with non-0-width pen
spectrogramparam
|
Wed, 14 Nov 2018 11:01:18 +0000 |
Chris Cannam |
Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling
spectrogramparam
|
Tue, 13 Nov 2018 15:16:48 +0000 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
Tue, 13 Nov 2018 14:48:42 +0000 |
Chris Cannam |
Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)
spectrogramparam
|
Tue, 13 Nov 2018 14:06:48 +0000 |
Chris Cannam |
Make "zoom to region" work sensibly for slice/spectrum layers; ensure that min/max bin are remapped properly when changing fft size
spectrogramparam
|
Tue, 13 Nov 2018 13:39:01 +0000 |
Chris Cannam |
Make mention of the shift-drag feature and zooming in the status text
spectrogramparam
|
Mon, 12 Nov 2018 14:48:42 +0000 |
Chris Cannam |
Small speedups
spectrogramparam
|
Mon, 12 Nov 2018 11:34:34 +0000 |
Chris Cannam |
Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be considered
spectrogramparam
|
Thu, 08 Nov 2018 12:55:36 +0000 |
Chris Cannam |
Retrieve only the values already determined to be peaks
spectrogramparam
|
Thu, 08 Nov 2018 11:12:04 +0000 |
Chris Cannam |
Fix "colour" rendering for spectrum (now resembles a filled "line" mode rather than a filled "block" mode)
spectrogramparam
|
Wed, 07 Nov 2018 15:59:10 +0000 |
Chris Cannam |
Switch spectrum to antialiased drawing with considerable speedup for the dense areas; take horizontal scale height into account when rendering slice layer height
spectrogramparam
|
Wed, 07 Nov 2018 11:37:51 +0000 |
Chris Cannam |
Add oversampling option to spectrum as well
spectrogramparam
|
Tue, 06 Nov 2018 15:42:35 +0000 |
Chris Cannam |
Merge from default branch
spectrogramparam
|
Tue, 06 Nov 2018 15:42:06 +0000 |
Chris Cannam |
Make the context help for custom controls explain how to reset them
|
Tue, 06 Nov 2018 13:36:04 +0000 |
Chris Cannam |
Experimental oversampling param
spectrogramparam
|
Tue, 06 Nov 2018 13:35:47 +0000 |
Chris Cannam |
Avoid nan/inf values (and consequent crash) in colour scale range
|
Tue, 06 Nov 2018 13:34:56 +0000 |
Chris Cannam |
Use label of property for tooltip, not just id of it
|
Tue, 06 Nov 2018 11:13:13 +0000 |
Chris Cannam |
Merge from branch zoom
|
Tue, 06 Nov 2018 10:51:46 +0000 |
Chris Cannam |
Fix incorrect start/end overlay drawing when zoomed far in
zoom
|
Tue, 06 Nov 2018 08:59:03 +0000 |
Chris Cannam |
Merge from default branch
zoom
|
Mon, 05 Nov 2018 13:30:21 +0000 |
Chris Cannam |
Scaling tweaks
|
Fri, 02 Nov 2018 15:23:53 +0000 |
Chris Cannam |
Short-circuit drawing a little bit for contiguous ranges
|
Fri, 02 Nov 2018 15:23:42 +0000 |
Chris Cannam |
Progressively increase sample-box size slightly
|
Thu, 01 Nov 2018 15:11:39 +0000 |
Chris Cannam |
Initialise level and pan from current state of layer's parameters (e.g. when reloading session)
waverevision
|
Thu, 01 Nov 2018 15:11:21 +0000 |
Chris Cannam |
Use a distinguishable text for this state
waverevision
|
Thu, 01 Nov 2018 10:12:12 +0000 |
Chris Cannam |
Merge branch waverevision
|
Wed, 31 Oct 2018 15:06:32 +0000 |
Chris Cannam |
Rework waveform renderer to use smooth paths, aiming to get near-pixel-identical results when zoomed out far enough for a single path not to be relevant
waverevision
|
Tue, 30 Oct 2018 16:23:03 +0000 |
Chris Cannam |
Fix the mix/merge channels behaviour in pixels-per-frame zone
|
Tue, 30 Oct 2018 15:32:05 +0000 |
Chris Cannam |
Minor tidying
|
Tue, 30 Oct 2018 15:32:01 +0000 |
Chris Cannam |
Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped
|
Tue, 30 Oct 2018 14:00:20 +0000 |
Chris Cannam |
Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through
|
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.
|
Fri, 12 Oct 2018 11:17:29 +0100 |
Chris Cannam |
Merge
|
Fri, 05 Oct 2018 10:25:52 +0100 |
Chris Cannam |
Merge from default branch
zoom
|
Thu, 11 Oct 2018 18:26:45 +0100 |
Chris Cannam |
Merge
|
Thu, 11 Oct 2018 18:26:30 +0100 |
Chris Cannam |
Oops, typeof is not standard
|
Thu, 11 Oct 2018 14:59:34 +0100 |
Chris Cannam |
Rework cacheing logic to reduce the number of reallocations and be more correct about the repaint areas. I don't expect the difference to be really noticeable but in theory performance should be a little better...
|
Thu, 11 Oct 2018 10:15:45 +0100 |
Chris Cannam |
Fix ugly text positioning/drawing on osx
|
Wed, 10 Oct 2018 14:50:47 +0100 |
Chris Cannam |
Remove some debug bits
|
Wed, 10 Oct 2018 14:33:10 +0100 |
Chris Cannam |
Use zoom constraints more consistently, including the new RelativelyFine one
|
Wed, 10 Oct 2018 08:44:27 +0100 |
Chris Cannam |
Merge from branch zoom
|
Fri, 05 Oct 2018 09:59:41 +0100 |
Chris Cannam |
Debug tweaks
zoom
|
Wed, 03 Oct 2018 12:59:55 +0100 |
Chris Cannam |
Scale positioning
|
Wed, 03 Oct 2018 12:59:47 +0100 |
Chris Cannam |
Use newly-introduced cancel icon instead of fileclose. The deceptive name of fileclose had me thinking nobody was using it, so I removed it and the cancel buttons disappeared
|
Mon, 01 Oct 2018 15:48:20 +0100 |
Chris Cannam |
Merge from default branch
zoom
|
Mon, 01 Oct 2018 14:46:36 +0100 |
Chris Cannam |
Avoid blowing up when faced with min==max in parameter range
|
Mon, 01 Oct 2018 14:37:58 +0100 |
Chris Cannam |
Use locale-aware comparators for sorting user-visible strings
|
Fri, 28 Sep 2018 18:28:44 +0100 |
Chris Cannam |
Avoid overflow problems when dealing with large numbers of microseconds
zoom
|
Fri, 28 Sep 2018 12:31:12 +0100 |
Chris Cannam |
Use more precise text rendering when zoomed in beyond the ms level
zoom
|
Fri, 28 Sep 2018 09:12:54 +0100 |
Chris Cannam |
This is the correct size
zoom
|
Thu, 27 Sep 2018 16:20:58 +0100 |
Chris Cannam |
Fix crash when scrolling beyond end of waveform (+ fix compiler warnings)
zoom
|
Thu, 27 Sep 2018 15:54:02 +0100 |
Chris Cannam |
Fix stupidity
zoom
|
Thu, 27 Sep 2018 15:20:25 +0100 |
Chris Cannam |
Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint area
zoom
|
Wed, 26 Sep 2018 13:03:16 +0100 |
Chris Cannam |
Remove WaveformOversampler again from here; it's now in svcore
zoom
|
Wed, 26 Sep 2018 11:54:25 +0100 |
Chris Cannam |
Add custom waveform oversampler method
zoom
|
Tue, 25 Sep 2018 16:38:50 +0100 |
Chris Cannam |
Get oversampled rendering almost working, but I think we need to take more care with the oversampling itself
zoom
|
Tue, 25 Sep 2018 12:52:08 +0100 |
Chris Cannam |
Fix accidental always-auto-normalise
zoom
|
Mon, 24 Sep 2018 14:40:48 +0100 |
Chris Cannam |
Toward oversampling rendering
zoom
|
Fri, 21 Sep 2018 14:46:53 +0100 |
Chris Cannam |
Factor out paintChannelScaleGuides
zoom
|
Fri, 21 Sep 2018 14:33:43 +0100 |
Chris Cannam |
Another tidy
zoom
|
Fri, 21 Sep 2018 14:22:53 +0100 |
Chris Cannam |
A further refactor with range blocks
zoom
|
Fri, 21 Sep 2018 14:01:09 +0100 |
Chris Cannam |
Refactor out paintChannel
zoom
|
Fri, 21 Sep 2018 11:50:15 +0100 |
Chris Cannam |
Fix typo that created un-reloadable session file
zoom
|
Fri, 21 Sep 2018 11:50:05 +0100 |
Chris Cannam |
Ensure getFrameForX returns value on zoom blocksize boundary; take advantage of that (this is essentially reverting to the same behaviour as in the default branch, which we should probably have done all along)
zoom
|
Thu, 20 Sep 2018 15:42:12 +0100 |
Chris Cannam |
Responding to a hang due to mismatching zoom and block sizes
zoom
|
Thu, 20 Sep 2018 13:14:15 +0100 |
Chris Cannam |
Avoid compiler warning
zoom
|
Thu, 20 Sep 2018 11:45:26 +0100 |
Chris Cannam |
Further ZoomLevel fixes
zoom
|
Thu, 20 Sep 2018 10:45:24 +0100 |
Chris Cannam |
More ZoomLevel updates
zoom
|
Wed, 19 Sep 2018 15:42:22 +0100 |
Chris Cannam |
Gradual ZoomLevel updates
zoom
|
Mon, 17 Sep 2018 13:51:31 +0100 |
Chris Cannam |
Merge from default branch
zoom
|
Wed, 12 Sep 2018 15:58:11 +0100 |
Chris Cannam |
Merge from branch import-audio-data
|
Wed, 12 Sep 2018 15:17:38 +0100 |
Chris Cannam |
Propose to take only value-like columns as audio samples, not all numeric ones - now that it's easy enough for the user to overrule
import-audio-data
|
Fri, 07 Sep 2018 18:12:44 +0100 |
Chris Cannam |
Move out these bits which are now in CSVFormat
import-audio-data
|
Thu, 06 Sep 2018 16:26:40 +0100 |
Chris Cannam |
Sample range
import-audio-data
|
Thu, 06 Sep 2018 13:58:09 +0100 |
Chris Cannam |
Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes
import-audio-data
|
Thu, 06 Sep 2018 11:49:31 +0100 |
Chris Cannam |
Support audio-format CSV format selection in dialog
import-audio-data
|
Tue, 04 Sep 2018 13:19:32 +0100 |
Chris Cannam |
Merge from default branch
import-audio-data
|
Thu, 09 Aug 2018 16:09:52 +0100 |
Chris Cannam |
Tidy edges of scale area on Mac
|
Wed, 04 Jul 2018 15:34:16 +0100 |
Chris Cannam |
Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to
|
Wed, 04 Jul 2018 15:33:47 +0100 |
Chris Cannam |
Layers such as time-value layers with ColourDistinguishes property should use the dark background when a bright colour is selected. This is how it was always supposed to work, I think, but I broke it so long ago that this "fix" might itself come across as a surprising breaking change
|
Thu, 28 Jun 2018 14:48:35 +0100 |
Chris Cannam |
Fix compiler warning
|
Thu, 28 Jun 2018 14:49:00 +0100 |
Chris Cannam |
Handle additional case
import-audio-data
|
Thu, 28 Jun 2018 14:48:48 +0100 |
Chris Cannam |
Rename guard
import-audio-data
|
Thu, 28 Jun 2018 14:48:35 +0100 |
Chris Cannam |
Fix compiler warning
import-audio-data
|
Tue, 26 Jun 2018 14:37:36 +0100 |
Chris Cannam |
Tool button on Mac (something has gone very wrong with the appearance of the push button in latest builds)
|
Tue, 26 Jun 2018 14:36:56 +0100 |
Chris Cannam |
Never scale down
|
Tue, 26 Jun 2018 08:35:49 +0100 |
Chris Cannam |
Improve level-pan rendering quality on non-retina OSX
|
Mon, 25 Jun 2018 15:29:47 +0100 |
Chris Cannam |
Better rendering for widget cells
|
Mon, 25 Jun 2018 14:16:16 +0100 |
Chris Cannam |
Slightly nicer pan handling, avoiding showing spurious >0dB peaks
|
Fri, 22 Jun 2018 17:51:47 +0100 |
Chris Cannam |
Experiment with rounded rects
|