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_maths.h | |
| parent | 70c197441dd6eef01fd1e1c88743438cf3aa730d (diff) | |
changed to NODEID
Diffstat (limited to 'rotord/src/nodes_maths.h')
| -rw-r--r-- | rotord/src/nodes_maths.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rotord/src/nodes_maths.h b/rotord/src/nodes_maths.h index 2696b2e..4c81f7b 100644 --- a/rotord/src/nodes_maths.h +++ b/rotord/src/nodes_maths.h @@ -23,7 +23,7 @@ namespace Rotor { create_attribute("operator","Operator for comparison","operator","==",{"==","!=",">","<",">=","<="}); title="Comparison"; description="Compares the signal with a value or signal according to the operator"; - UID="e568b918-2d0a-11e3-bc3b-8ff3658b7e6c"; + NODEID="e568b918-2d0a-11e3-bc3b-8ff3658b7e6c"; }; Comparison(map<string,string> &settings):Comparison() { base_settings(settings); @@ -77,7 +77,7 @@ namespace Rotor { create_attribute("operator","operator for image","Operator","+",{"+","-","*","/","%","^","sin","cos","ease","jolt","floor","2pow","reciprocal"}); title="Arithmetic"; description="Performs arithmetic on a signal with a signal or value"; - UID="f35e5f82-2d0a-11e3-83d8-0fed336db813"; + NODEID="f35e5f82-2d0a-11e3-83d8-0fed336db813"; }; Arithmetic(map<string,string> &settings):Arithmetic() { base_settings(settings); @@ -148,7 +148,7 @@ namespace Rotor { title="New integer"; description="Outputs 1 on the frame that a signal becomes a new integer"; create_signal_input("signal","Signal"); - UID="03320e0e-2d0b-11e3-93b2-5f9cfa67d27b"; + NODEID="03320e0e-2d0b-11e3-93b2-5f9cfa67d27b"; }; Is_new_integer(map<string,string> &settings):Is_new_integer() { base_settings(settings); @@ -167,7 +167,7 @@ namespace Rotor { title="On off"; description="Outputs 1 if the integer floor of the signal is even"; create_signal_input("signal","Signal"); - UID="13c6e212-2d0b-11e3-a3c8-6ffea774de32"; + NODEID="13c6e212-2d0b-11e3-a3c8-6ffea774de32"; }; On_off(map<string,string> &settings):On_off() { base_settings(settings); @@ -213,7 +213,7 @@ namespace Rotor { description="Randomises integer part of signal (seedable)"; create_signal_input("signal","Signal"); create_parameter("seed","number","Seed value","Seed",1.0f); - UID="1de86932-2d0b-11e3-96d3-77aa4558e6cd"; + NODEID="1de86932-2d0b-11e3-96d3-77aa4558e6cd"; }; Random(map<string,string> &settings):Random() { base_settings(settings); @@ -238,7 +238,7 @@ namespace Rotor { create_parameter("octaves","number","Octaves of noise","octaves",6.0f); create_parameter("frequency","number","Frequency of noise","frequency",1.0f); create_parameter("scale","number","scale of noise","scale",1.0f); - UID="28b3c154-2d0b-11e3-bdf2-1b9b2678a2f6"; + NODEID="28b3c154-2d0b-11e3-bdf2-1b9b2678a2f6"; }; Noise(map<string,string> &settings):Noise() { base_settings(settings); |
