Mercurial > hg > svgui
diff view/View.h @ 510:683c46d7500b
* Handle zero-velocity note ons as well as note offs (can't believe I
fell for that one)
* Add Peek Left / Peek Right (alt+left/right) and change peek-drag
(i.e. dragging without moving playback pointer or other panes) from
ctrl+drag to alt+drag for symmetry
author | Chris Cannam |
---|---|
date | Thu, 26 Feb 2009 10:49:08 +0000 |
parents | c0818f064e66 |
children | 455810e65543 |
line wrap: on
line diff
--- a/view/View.h Wed Feb 25 17:41:34 2009 +0000 +++ b/view/View.h Thu Feb 26 10:49:08 2009 +0000 @@ -141,7 +141,7 @@ /** * Scroll left or right by a smallish or largish amount. */ - virtual void scroll(bool right, bool lots); + virtual void scroll(bool right, bool lots, bool doEmit = true); virtual void addLayer(Layer *v); virtual void removeLayer(Layer *v); // does not delete the layer