prototype online self-automating LV2 plugin interface
[ardour.git] / libs / ardour / ardour / uri_map.h
index d745ad58e775434a9cec2b661cf5a9286c3d4a58..523eb18e917e1dd6bdf5b2fcb7bf3d969ffe81f6 100644 (file)
@@ -83,6 +83,15 @@ public:
                uint32_t patch_Set;
                uint32_t patch_property;
                uint32_t patch_value;
+#ifdef LV2_EXTENDED
+               uint32_t auto_event;
+               uint32_t auto_setup;
+               uint32_t auto_finalize;
+               uint32_t auto_start;
+               uint32_t auto_end;
+               uint32_t auto_parameter;
+               uint32_t auto_value;
+#endif
        };
 
        URIDs urids;