diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 1 | ||||
-rw-r--r-- | ingen/ingen.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index ba822947..4c31ccdc 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -90,6 +90,7 @@ public: const Quark ingen_polyphonic; const Quark ingen_polyphony; const Quark ingen_prototype; + const Quark ingen_sprungLayout; const Quark ingen_tail; const Quark ingen_uiEmbedded; const Quark ingen_value; diff --git a/ingen/ingen.h b/ingen/ingen.h index c3662c18..ba873c75 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -39,6 +39,7 @@ #define INGEN__polyphonic INGEN_NS "polyphonic" #define INGEN__polyphony INGEN_NS "polyphony" #define INGEN__prototype INGEN_NS "prototype" +#define INGEN__sprungLayout INGEN_NS "sprungLayout" #define INGEN__tail INGEN_NS "tail" #define INGEN__uiEmbedded INGEN_NS "uiEmbedded" #define INGEN__value INGEN_NS "value" |