comparison 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
comparison
equal deleted inserted replaced
161:f90e277d2876 162:c17284397aa9
158 virtual void zoomDefault(); 158 virtual void zoomDefault();
159 virtual void scrollLeft(); 159 virtual void scrollLeft();
160 virtual void scrollRight(); 160 virtual void scrollRight();
161 virtual void jumpLeft(); 161 virtual void jumpLeft();
162 virtual void jumpRight(); 162 virtual void jumpRight();
163 virtual void peekLeft();
164 virtual void peekRight();
163 165
164 virtual void showNoOverlays(); 166 virtual void showNoOverlays();
165 virtual void showMinimalOverlays(); 167 virtual void showMinimalOverlays();
166 virtual void showStandardOverlays(); 168 virtual void showStandardOverlays();
167 virtual void showAllOverlays(); 169 virtual void showAllOverlays();