mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
e5dd712ac4
commit
0f2efef73e
2 changed files with 22 additions and 12 deletions
|
|
@ -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*);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue