From 215d88ac87aea8d9c30c86614c2ebe0f4bf57f20 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 13 Oct 2016 16:04:28 +0200 Subject: Allow a LV2 plugin to mark the session dirty If some plugin-internal state changes (GUI <> Plugin e.g. load a sample) no ports change and the host does not know that the plugin state has changed. The session may be closed without save. This is a prototype using an ardour.org URI, pending upstream lv2plug.in --- libs/ardour/ardour/uri_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/uri_map.h b/libs/ardour/ardour/uri_map.h index 460aa99773..9b831bea6a 100644 --- a/libs/ardour/ardour/uri_map.h +++ b/libs/ardour/ardour/uri_map.h @@ -92,6 +92,7 @@ public: uint32_t auto_end; uint32_t auto_parameter; uint32_t auto_value; + uint32_t state_Dirty; #endif }; -- cgit v1.2.3