summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/uri_map.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-13 16:04:28 +0200
committerRobin Gareus <robin@gareus.org>2016-10-13 16:04:28 +0200
commit215d88ac87aea8d9c30c86614c2ebe0f4bf57f20 (patch)
tree08d0f6b952a03a642d390a04daf5da8a4303b1fe /libs/ardour/ardour/uri_map.h
parentc09e4675957a450479e58af1e51e90a860b6bb34 (diff)
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
Diffstat (limited to 'libs/ardour/ardour/uri_map.h')
-rw-r--r--libs/ardour/ardour/uri_map.h1
1 files changed, 1 insertions, 0 deletions
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
};