Fix confusion with midi note selection and channel

selection (#4208).


git-svn-id: svn://localhost/ardour2/branches/3.0@10823 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-24 22:16:03 +00:00
parent e5dd712ac4
commit 0f2efef73e
2 changed files with 22 additions and 12 deletions

View file

@ -159,6 +159,7 @@ class CanvasNoteEvent : virtual public sigc::trackable
bool _valid;
float _mouse_x_fraction;
float _mouse_y_fraction;
uint16_t _channel_selection;
void set_mouse_fractions (GdkEvent*);
};