LV2 extUI handling - amend to previous commit.
[ardour.git] / gtk2_ardour / note_player.h
index e5ff93e113096cec16e7e72a31c1fe4b6e201c9c..4a1df8c31986c20ed814fbecbbb7d06c9cd27b22 100644 (file)
@@ -34,11 +34,13 @@ public:
        typedef Evoral::Note<Evoral::MusicalTime> NoteType;
 
        NotePlayer (boost::shared_ptr<ARDOUR::MidiTrack>);
-       ~NotePlayer () {}
+       ~NotePlayer ();
 
        void add (boost::shared_ptr<NoteType>);
        void play ();
+       void on ();
        void off ();
+       void clear ();
 
        static bool _off (NotePlayer*);