comparison grid.h @ 47:0d3a993405e4

trying rto stop duplictae symbols
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 01 May 2013 16:47:11 +0100
parents 1e266647840d
children
comparison
equal deleted inserted replaced
46:1e266647840d 47:0d3a993405e4
98 98
99 TwoVector centre; 99 TwoVector centre;
100 TwoVector snapCentre; 100 TwoVector snapCentre;
101 TwoVector snapDist; // number of pixels to snap to GUI 101 TwoVector snapDist; // number of pixels to snap to GUI
102 Preset * closestPreset; // pointer to the currently selected (snapped to ) preset.. NULL if none. 102 Preset * closestPreset; // pointer to the currently selected (snapped to ) preset.. NULL if none.
103 Preset * tappedPreset; // pointer to currently highlighted (tapped) 103 Preset * tappedPreset; // pointer to currently highlighted (tapped)
104
105
104 bool maxZoom, minZoom; 106 bool maxZoom, minZoom;
105 107
106 vector<int> midiCC; // the actual params 108 vector<int> midiCC; // the actual params
107 109
108 // private functions 110 // private functions