Plugin Order: remove from instant.xml and save to: plugin_metadata/plugin_order
[ardour.git] / libs / ardour / ardour / plugin_manager.h
index a66e2d0674e38863152daa5968bc438290140d4b..7b90b045c319c8e1343717e2fc727c1f88358a40 100644 (file)
@@ -85,6 +85,9 @@ public:
        void load_tags ();
        void save_tags ();
 
+       bool load_plugin_order_file (XMLNode &n) const;  //returns TRUE if the passed-in node has valid info
+       void save_plugin_order_file (XMLNode &elem) const;
+
        enum TagType {
                FromPlug,           //tag info is being set from plugin metadata
                FromFactoryFile,    // ... from the factory metadata file