X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fnote_player.h;h=9127842732c898ebdeb827085dfd8454fcfbe92c;hb=fc1e7dbb55939c708ce572d3a5c2518ea926a682;hp=e5ff93e113096cec16e7e72a31c1fe4b6e201c9c;hpb=a9ebb3576e53c30b27016a442168daf8e9880707;p=ardour.git diff --git a/gtk2_ardour/note_player.h b/gtk2_ardour/note_player.h index e5ff93e113..9127842732 100644 --- a/gtk2_ardour/note_player.h +++ b/gtk2_ardour/note_player.h @@ -31,14 +31,16 @@ namespace ARDOUR { class NotePlayer : public sigc::trackable { public: - typedef Evoral::Note NoteType; + typedef Evoral::Note NoteType; NotePlayer (boost::shared_ptr); - ~NotePlayer () {} + ~NotePlayer (); void add (boost::shared_ptr); void play (); + void on (); void off (); + void clear (); static bool _off (NotePlayer*);