Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 162:c17284397aa9
* 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 | f90e277d2876 |
children | 07d8dac78edc |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Wed Feb 25 11:15:22 2009 +0000 +++ b/framework/MainWindowBase.h Thu Feb 26 10:49:08 2009 +0000 @@ -160,6 +160,8 @@ virtual void scrollRight(); virtual void jumpLeft(); virtual void jumpRight(); + virtual void peekLeft(); + virtual void peekRight(); virtual void showNoOverlays(); virtual void showMinimalOverlays();