From 2fe35cd17f96a1d393fda203ccaa234b0aa69b16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Oct 2015 00:37:40 +0000 Subject: Add protocol for loading and unloading bundles Currently this is only really useful for refreshing updated bundles. It will trigger the appropriate load and unload in the Lilv world, but the set of plugins and presets is not updated and clients will not be notified of any changes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5807 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/ingen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/ingen.h') diff --git a/ingen/ingen.h b/ingen/ingen.h index 613541c5..d9091039 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -53,6 +53,7 @@ #define INGEN__file INGEN_NS "file" #define INGEN__head INGEN_NS "head" #define INGEN__incidentTo INGEN_NS "incidentTo" +#define INGEN__loadedBundle INGEN_NS "loadedBundle" #define INGEN__polyphonic INGEN_NS "polyphonic" #define INGEN__polyphony INGEN_NS "polyphony" #define INGEN__prototype INGEN_NS "prototype" -- cgit v1.2.1