update windows installer finish page text & link
[ardour.git] / gtk2_ardour / midi_region_view.h
index 6ffdf98c25a464a49ea095dab4da29fd4df3b9d9..776543041c6f45138b1ff17b8f3ff1a7a85f1458 100644 (file)
@@ -58,7 +58,6 @@ class AutomationRegionView;
 class MidiCutBuffer;
 class MidiListEditor;
 class EditNoteDialog;
-class NotePlayer;
 class PatchChange;
 class ItemCounts;
 class CursorContext;
@@ -119,7 +118,7 @@ public:
 
        GhostRegion* add_ghost (TimeAxisView&);
 
-       void add_note(const boost::shared_ptr<NoteType> note, bool visible);
+       NoteBase* add_note(const boost::shared_ptr<NoteType> note, bool visible);
        void resolve_note(uint8_t note_num, Evoral::Beats end_time);
 
        void cut_copy_clear (Editing::CutCopyOp);
@@ -244,8 +243,6 @@ public:
 
        MouseState mouse_state() const { return _mouse_state; }
 
-       void note_button_release ();
-
        struct NoteResizeData {
                Note                     *note;
                ArdourCanvas::Rectangle  *resize_rect;
@@ -512,8 +509,6 @@ private:
 
        boost::shared_ptr<CursorContext> _press_cursor_ctx;
 
-       boost::shared_ptr<NotePlayer> _note_player;
-
         ARDOUR::ChannelMode get_channel_mode() const;
         uint16_t get_selected_channels () const;
 };