diff options
author | David Robillard <d@drobilla.net> | 2016-09-18 21:36:48 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-18 21:40:46 -0400 |
commit | bb64f80bb139314a06e0b22fddbea7a330b6e149 (patch) | |
tree | 51e78a387bc8f1df6ecff3c1799ae7f0dc3f2bdc /ingen/ingen.h | |
parent | 01deca45d8aa5fbfff75e204cd248a9dd79ab041 (diff) | |
download | ingen-bb64f80bb139314a06e0b22fddbea7a330b6e149.tar.gz ingen-bb64f80bb139314a06e0b22fddbea7a330b6e149.tar.bz2 ingen-bb64f80bb139314a06e0b22fddbea7a330b6e149.zip |
Preliminary parameter support workparameters
Diffstat (limited to 'ingen/ingen.h')
-rw-r--r-- | ingen/ingen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/ingen.h b/ingen/ingen.h index 3af2042c..f1735f32 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -44,6 +44,7 @@ #define INGEN__GraphPrototype INGEN_NS "GraphPrototype" #define INGEN__Internal INGEN_NS "Internal" #define INGEN__Node INGEN_NS "Node" +#define INGEN__Parameter INGEN_NS "Parameter" #define INGEN__Plugin INGEN_NS "Plugin" #define INGEN__Redo INGEN_NS "Redo" #define INGEN__Undo INGEN_NS "Undo" |