a grab bag of changes correcting and improving the way MIDI note on/off tracking...
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index b7a89b663ffe5e355e44d4aa08e491112aeb90df..48ce925d3f310dc714f1f1592beb8ea314551e7f 100644 (file)
@@ -77,6 +77,8 @@ class PluginInsert : public Processor
        bool is_midi_instrument() const;
 
        void realtime_handle_transport_stopped ();
+       void realtime_locate ();
+       void monitoring_changed ();
 
        struct PluginControl : public AutomationControl
        {