son't try to select non-existent notes after editing (and thus crash).
[ardour.git] / gtk2_ardour / midi_time_axis.h
index 2b721a79d0b156452010f55b7c578237de48682d..fe8a464875a91b33e55d0581b0bf3cce0bd79f5d 100644 (file)
@@ -113,10 +113,16 @@ public:
 protected:
        void start_step_editing ();
        void stop_step_editing ();
+       void processors_changed (ARDOUR::RouteProcessorChange);
 
 private:
        sigc::signal<void, std::string, std::string>  _midi_patch_settings_changed;
 
+       void setup_midnam_patches ();
+       void update_patch_selector ();
+       void drop_instrument_ref ();
+       PBD::ScopedConnectionList midnam_connection;
+
        void model_changed(const std::string& model);
        void custom_device_mode_changed(const std::string& mode);