diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-15 13:48:25 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-15 13:48:25 +0000 |
| commit | fddf215e9ddbfc803d902d4a74f49e2186b4a4da (patch) | |
| tree | 93fcbc391f572181fee7e5abdfbb2d15789c46c7 /rotord/src/nodes_source.h | |
| parent | 70c197441dd6eef01fd1e1c88743438cf3aa730d (diff) | |
changed to NODEID
Diffstat (limited to 'rotord/src/nodes_source.h')
| -rw-r--r-- | rotord/src/nodes_source.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rotord/src/nodes_source.h b/rotord/src/nodes_source.h index 6928f05..7a699e3 100644 --- a/rotord/src/nodes_source.h +++ b/rotord/src/nodes_source.h @@ -11,7 +11,7 @@ namespace Rotor { create_attribute("palette","palette list of web colours","Colour palette","000000"); title="Signal colour"; description="Cycles through a palette of background colours according to selector signal"; - UID="a2183fe0-2d09-11e3-9a64-538ee2cf40bc"; + NODEID="a2183fe0-2d09-11e3-9a64-538ee2cf40bc"; }; Signal_colour(map<string,string> &settings):Signal_colour() { base_settings(settings); @@ -48,7 +48,7 @@ namespace Rotor { create_signal_input("Signal","Signal input"); title="Signal greyscale"; description="Renders signal level as greyscale background"; - UID="ae91b8a0-2d09-11e3-aa7d-8b7f1ef1a439"; + NODEID="ae91b8a0-2d09-11e3-aa7d-8b7f1ef1a439"; }; Signal_greyscale(map<string,string> &settings):Signal_greyscale() { base_settings(settings); |
