Optimize automation-event process splitting
[ardour.git] / libs / ardour / ardour / session_metadata.h
index c0bfdb4003866bf32cbe40934c5913cd2160dc2f..7232d9ec5dfe41609e3318b0bb1a2a3b9d2d11a8 100644 (file)
@@ -132,6 +132,10 @@ class LIBARDOUR_API SessionMetadata : public PBD::StatefulDestructible
        void set_organization (const std::string &);
        void set_country (const std::string &);
 
+       /*** Export ***/
+       typedef std::map<std::string,std::string> MetaDataMap;
+       void av_export_tag (MetaDataMap&) const;
+
        /*** Serialization ***/
        XMLNode & get_state ();  //serializes stuff in the map, to be stored in session file
        XMLNode & get_user_state ();  //serializes stuff in the user_map, to be stored in user's config file