summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-03-05 01:57:10 +1100
committernick_m <mainsbridge@gmail.com>2017-03-05 01:57:10 +1100
commit1f9c26136cc5ee6d9f0f05f94d0a9280214b879d (patch)
tree5b28686dab93261cacc6dbc7a63eb90222168893 /gtk2_ardour/editor_drag.h
parentfb4b72231a7675151ff6ad4c6d4f8a6984be98e3 (diff)
rework percussive hit spraying.
- the spray is limited to the first entered note. - all new notes are selected (requires a selection change to MRV::create_note_at()
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index bc39220f65..d41ca2708f 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -638,7 +638,7 @@ private:
MidiRegionView* _region_view;
framepos_t _last_pos;
- double _last_y;
+ double _y;
};