X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fnote.h;h=c294962c749bc2910e82b2cbcde9dbc941a81ece;hb=0ff233d234022032cc306ea43164db1b9f1ff4c1;hp=71faeb53fb6b43bec41d8ccb8f35e41df999fbc6;hpb=6a5d805b383cd71bb1d0984964439c5ec08e9270;p=ardour.git diff --git a/gtk2_ardour/note.h b/gtk2_ardour/note.h index 71faeb53fb..c294962c74 100644 --- a/gtk2_ardour/note.h +++ b/gtk2_ardour/note.h @@ -32,7 +32,7 @@ namespace ArdourCanvas { class Note : public NoteBase { public: - typedef Evoral::Note NoteType; + typedef Evoral::Note NoteType; Note (MidiRegionView& region, ArdourCanvas::Item* parent, @@ -46,13 +46,14 @@ public: ArdourCanvas::Coord x1 () const; ArdourCanvas::Coord y1 () const; + void set (ArdourCanvas::Rect); void set_x0 (ArdourCanvas::Coord); void set_y0 (ArdourCanvas::Coord); void set_x1 (ArdourCanvas::Coord); void set_y1 (ArdourCanvas::Coord); - void set_outline_what (ArdourCanvas::Rectangle::What); - void set_outline_all (); + void set_outline_what (ArdourCanvas::Rectangle::What); + void set_outline_all (); void set_outline_color (uint32_t); void set_fill_color (uint32_t);