Automation of LV2 plugin properties.
[ardour.git] / libs / ardour / ardour / auditioner.h
index 94d4eab4796025432e1f3e432352b48c2aa7a680..452f7eb2462ba6e856d152f85b3739863f3f5157 100644 (file)
@@ -97,7 +97,7 @@ class LIBARDOUR_API Auditioner : public Track
        boost::shared_ptr<Region> bounce_range (framepos_t, framepos_t, InterThreadInfo&, boost::shared_ptr<Processor>, bool)
                { return boost::shared_ptr<Region> (); }
 
-       int export_stuff (BufferSet&, framepos_t, framecnt_t, boost::shared_ptr<Processor>, bool, bool)
+       int export_stuff (BufferSet&, framepos_t, framecnt_t, boost::shared_ptr<Processor>, bool, bool, bool)
                { return -1; }
 
        boost::shared_ptr<Diskstream> diskstream_factory (XMLNode const &)
@@ -136,6 +136,7 @@ class LIBARDOUR_API Auditioner : public Track
        static void *_drop_ports (void *);
        void actually_drop_ports ();
        void output_changed (IOChange, void*);
+       frameoffset_t _import_position;
 };
 
 }; /* namespace ARDOUR */