2019-09-13 |
Chris Cannam |
Debug changes
|
2019-08-15 |
Chris Cannam |
Show relative pitch if recorded
|
2019-08-02 |
Chris Cannam |
Attempt a mechanism for the View to time-align a layer on display using an aligning version of the ViewProxy
|
2019-07-05 |
Chris Cannam |
Update for removal of (public) getId from Model
by-id
|
2019-07-02 |
Chris Cannam |
Further layer updates
by-id
|
2019-06-13 |
Chris Cannam |
Add opportunistic-editing toggle
|
2019-06-13 |
Chris Cannam |
Don't try to draw scale from a dormant layer!
|
2019-05-01 |
Chris Cannam |
Don't discard large wheel deltas; just clamp them
single-point
|
2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-11-16 |
Chris Cannam |
Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
|
2018-11-15 |
Chris Cannam |
Handle integer pixel scaling as well
|
2018-11-15 |
Chris Cannam |
Scale pen for retina display on macOS as well as for hidpi display elsewhere
|
2018-11-14 |
Chris Cannam |
Fix some incorrect pixel scaling
|
2018-11-13 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
2018-11-13 |
Chris Cannam |
Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)
spectrogramparam
|
2018-11-13 |
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
|
2018-11-13 |
Chris Cannam |
Make mention of the shift-drag feature and zooming in the status text
spectrogramparam
|
2018-11-06 |
Chris Cannam |
Fix incorrect start/end overlay drawing when zoomed far in
zoom
|
2018-11-01 |
Chris Cannam |
Use a distinguishable text for this state
waverevision
|
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-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-10 |
Chris Cannam |
Remove some debug bits
|
2018-10-10 |
Chris Cannam |
Use zoom constraints more consistently, including the new RelativelyFine one
|
2018-10-05 |
Chris Cannam |
Debug tweaks
zoom
|
2018-09-20 |
Chris Cannam |
More ZoomLevel updates
zoom
|
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
|