X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcanvas-note-event.h;h=305988667dc3e11514b4f353bcd7ab03514cf054;hb=0bf3eb77591afc4aa8d0d6b5efa72273f02b109e;hp=86f7312d1755d40ed3fa55967f5b3007a1016cf5;hpb=7f9aea14e926a58f86ffdc788e4873dcf41a6d2c;p=ardour.git diff --git a/gtk2_ardour/canvas-note-event.h b/gtk2_ardour/canvas-note-event.h index 86f7312d17..305988667d 100644 --- a/gtk2_ardour/canvas-note-event.h +++ b/gtk2_ardour/canvas-note-event.h @@ -24,6 +24,8 @@ #include #include +#include "ardour/midi_model.h" + #include "rgb_macros.h" #include "ardour_ui.h" #include "ui_config.h" @@ -51,7 +53,8 @@ namespace Canvas { */ class CanvasNoteEvent : virtual public sigc::trackable, public InteractiveItem { public: - typedef Evoral::Note NoteType; + typedef Evoral::Note NoteType; + CanvasNoteEvent( MidiRegionView& region, Item* item,