Mercurial > hg > svgui
log
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, 31 Oct 2019 15:32:13 +0000 | Chris Cannam | Further replacements of QRect::right() with the right (arf) calculation |
Thu, 31 Oct 2019 15:32:01 +0000 | Chris Cannam | Use x + width() instead of QRect::right(), which doesn't return what we need and leaves us a pixel short; also subtract the resolution from the start frame to avoid scrolling scraggy single-pixel lines when we should be drawing nice fat ones |