log

age author description
2018-11-06 Chris Cannam Fix incorrect start/end overlay drawing when zoomed far in zoom
2018-11-06 Chris Cannam Merge from default branch zoom
2018-11-05 Chris Cannam Scaling tweaks
2018-11-02 Chris Cannam Short-circuit drawing a little bit for contiguous ranges
2018-11-02 Chris Cannam Progressively increase sample-box size slightly
2018-11-01 Chris Cannam Initialise level and pan from current state of layer's parameters (e.g. when reloading session) waverevision
2018-11-01 Chris Cannam Use a distinguishable text for this state waverevision
2018-11-01 Chris Cannam Merge branch waverevision
2018-10-31 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
2018-10-30 Chris Cannam Fix the mix/merge channels behaviour in pixels-per-frame zone
2018-10-30 Chris Cannam Minor tidying
2018-10-30 Chris Cannam Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped
2018-10-30 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
2018-10-18 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.
2018-10-12 Chris Cannam Merge
2018-10-05 Chris Cannam Merge from default branch zoom
2018-10-11 Chris Cannam Merge
2018-10-11 Chris Cannam Oops, typeof is not standard
2018-10-11 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...
2018-10-11 Chris Cannam Fix ugly text positioning/drawing on osx
2018-10-10 Chris Cannam Remove some debug bits
2018-10-10 Chris Cannam Use zoom constraints more consistently, including the new RelativelyFine one
2018-10-10 Chris Cannam Merge from branch zoom
2018-10-05 Chris Cannam Debug tweaks zoom
2018-10-03 Chris Cannam Scale positioning
2018-10-03 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
2018-10-01 Chris Cannam Merge from default branch zoom
2018-10-01 Chris Cannam Avoid blowing up when faced with min==max in parameter range
2018-10-01 Chris Cannam Use locale-aware comparators for sorting user-visible strings
2018-09-28 Chris Cannam Avoid overflow problems when dealing with large numbers of microseconds zoom
2018-09-28 Chris Cannam Use more precise text rendering when zoomed in beyond the ms level zoom
2018-09-28 Chris Cannam This is the correct size zoom
2018-09-27 Chris Cannam Fix crash when scrolling beyond end of waveform (+ fix compiler warnings) zoom
2018-09-27 Chris Cannam Fix stupidity zoom
2018-09-27 Chris Cannam Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint area zoom
2018-09-26 Chris Cannam Remove WaveformOversampler again from here; it's now in svcore zoom
2018-09-26 Chris Cannam Add custom waveform oversampler method zoom
2018-09-25 Chris Cannam Get oversampled rendering almost working, but I think we need to take more care with the oversampling itself zoom
2018-09-25 Chris Cannam Fix accidental always-auto-normalise zoom
2018-09-24 Chris Cannam Toward oversampling rendering zoom
2018-09-21 Chris Cannam Factor out paintChannelScaleGuides zoom
2018-09-21 Chris Cannam Another tidy zoom
2018-09-21 Chris Cannam A further refactor with range blocks zoom
2018-09-21 Chris Cannam Refactor out paintChannel zoom
2018-09-21 Chris Cannam Fix typo that created un-reloadable session file zoom
2018-09-21 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
2018-09-20 Chris Cannam Responding to a hang due to mismatching zoom and block sizes zoom
2018-09-20 Chris Cannam Avoid compiler warning zoom
2018-09-20 Chris Cannam Further ZoomLevel fixes zoom
2018-09-20 Chris Cannam More ZoomLevel updates zoom
2018-09-19 Chris Cannam Gradual ZoomLevel updates zoom
2018-09-17 Chris Cannam Merge from default branch zoom
2018-09-12 Chris Cannam Merge from branch import-audio-data
2018-09-12 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
2018-09-07 Chris Cannam Move out these bits which are now in CSVFormat import-audio-data
2018-09-06 Chris Cannam Sample range import-audio-data
2018-09-06 Chris Cannam Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes import-audio-data
2018-09-06 Chris Cannam Support audio-format CSV format selection in dialog import-audio-data
2018-09-04 Chris Cannam Merge from default branch import-audio-data
2018-08-09 Chris Cannam Tidy edges of scale area on Mac
2018-07-04 Chris Cannam Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to
2018-07-04 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
2018-06-28 Chris Cannam Fix compiler warning
2018-06-28 Chris Cannam Handle additional case import-audio-data
2018-06-28 Chris Cannam Rename guard import-audio-data
2018-06-28 Chris Cannam Fix compiler warning import-audio-data
2018-06-26 Chris Cannam Tool button on Mac (something has gone very wrong with the appearance of the push button in latest builds)
2018-06-26 Chris Cannam Never scale down
2018-06-26 Chris Cannam Improve level-pan rendering quality on non-retina OSX
2018-06-25 Chris Cannam Better rendering for widget cells
2018-06-25 Chris Cannam Slightly nicer pan handling, avoiding showing spurious >0dB peaks
2018-06-22 Chris Cannam Experiment with rounded rects
2018-06-22 Chris Cannam Collect the bits of bookkeeping for mouse wheel events, and use in all widgets
2018-06-22 Chris Cannam Proper handling for wheel rotation distance
2018-06-21 Chris Cannam Half-steps for level in level-pan widget
2018-06-21 Chris Cannam Ctrl-click on level-pan tool button now also resets to default
2018-06-11 Chris Cannam Merge from branch plugin-path-config
2018-06-11 Chris Cannam Fix compiler warning plugin-path-config
2018-06-08 Chris Cannam Minor improvement to (still nasty) button layout on OSX plugin-path-config
2018-06-08 Chris Cannam Use type keys as indices rather than labels plugin-path-config
2018-06-06 Chris Cannam Fix erroneous tooltip plugin-path-config
2018-06-04 Chris Cannam Show value of environment variable; populate for last plugin type by default (as that happens to be Vamp) plugin-path-config
2018-05-25 Chris Cannam Various logic fixes, and use new setter-class structures plugin-path-config
2018-05-25 Chris Cannam Plugin review dialog plugin-path-config
2018-05-23 Chris Cannam Add "Add" plugin-path-config
2018-05-23 Chris Cannam More work on plugin path configuration layout &c plugin-path-config
2018-05-21 Chris Cannam Toward more than one plugin type in this widget plugin-path-config
2018-05-15 Chris Cannam Grey-out meaningless buttons plugin-path-config
2018-05-15 Chris Cannam Better editing mechanism plugin-path-config
2018-05-15 Chris Cannam Up/down plugin-path-config
2018-05-11 Chris Cannam Toward allowing the user to see (at least, and maybe change) the plugin path plugin-path-config
2018-05-08 Chris Cannam Hack to ensure vertical scale lines are in the right place in pixel-doubling rendering
2018-05-08 Chris Cannam Tidy
2018-05-03 Chris Cannam Merge from branch horizontal-scale
2018-05-03 Chris Cannam Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lines horizontal-scale
2018-05-02 Chris Cannam Merge horizontal-scale