Update region_ops.txt to match current behaviour, and fix a couple of comments.
[ardour.git] / gtk2_ardour / canvas-note-event.h
index 541cacf6a976af8d145a6d4d0414ccee3ea9b479..e5b4896b92313ecb25883a35f02a14f33cbf0764 100644 (file)
@@ -154,12 +154,12 @@ class CanvasNoteEvent : virtual public sigc::trackable
        Widget*                           _channel_selector_widget;
        State                             _state;
        const boost::shared_ptr<NoteType> _note;
-       bool                              _own_note;
        bool                              _selected;
        bool                              _valid;
         float                             _mouse_x_fraction;
         float                             _mouse_y_fraction;
-        
+       uint16_t                          _channel_selection;
+
         void set_mouse_fractions (GdkEvent*);
 };