a grab bag of changes correcting and improving the way MIDI note on/off tracking...
[ardour.git] / libs / ardour / ardour / plugin.h
index 9c073d4a191f3bf5fa7f3d605aff2af01a29f151..0c2bcbdd93fd3a88464fc7dcfa7402d8db806a5e 100644 (file)
@@ -141,6 +141,8 @@ class Plugin : public PBD::StatefulDestructible, public Latent
        }
 
        void realtime_handle_transport_stopped ();
+       void realtime_locate ();
+       void monitoring_changed ();
 
        struct PresetRecord {
                PresetRecord () : user (true) {}
@@ -257,6 +259,8 @@ private:
        bool _have_pending_stop_events;
        PresetRecord _last_preset;
        bool _parameter_changed_since_last_preset;
+
+       void resolve_midi ();
 };
 
 PluginPtr find_plugin(ARDOUR::Session&, std::string unique_id, ARDOUR::PluginType);