log layer/NoteLayer.h @ 1560:27f3e64489e1 spectrogram-export

age author description
Thu, 21 Nov 2019 14:02:57 +0000 Chris Cannam Fixes to NoteLayer, particularly to calculation of vertical scale when model unit is not Hz. To avoid inconsistency we now behave as if the unit is always Hz from the point of view of the external API and display, converting at the point where we obtain values from the events themselves. Also various fixes to editing.
Thu, 17 Oct 2019 11:12:54 +0100 Chris Cannam Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.
Fri, 28 Jun 2019 17:37:22 +0100 Chris Cannam Further layer updates for ById by-id
Fri, 15 Mar 2019 11:09:17 +0000 Chris Cannam Update to use external set of commands single-point
Wed, 13 Mar 2019 16:00:55 +0000 Chris Cannam Toward getting NoteLayer to work with single-point APIs 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, 26 Nov 2018 13:52:27 +0000 Chris Cannam Use override throughout fix-static-analysis