add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin (REQUIR...
[ardour.git] / gtk2_ardour / ardour_dialog.h
index 069768c1436b245e66cc69f6cf15f9bfadd77d61..f2859717e0ce7c88c02e1fee68ba282799c67e99 100644 (file)
@@ -37,11 +37,13 @@ class ArdourDialog : public Gtk::Dialog
 {
   public:
        ArdourDialog (std::string title, bool modal = false, bool use_separator = false);
+       ArdourDialog (Gtk::Window& parent, std::string title, bool modal = false, bool use_separator = false);
        ~ArdourDialog();
 
        bool on_enter_notify_event (GdkEventCrossing*);
        bool on_leave_notify_event (GdkEventCrossing*);
        void on_unmap ();
+       void on_show ();
 
        ARDOUR::Session *session;