summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_maths.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/nodes_maths.h')
-rw-r--r--rotord/src/nodes_maths.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rotord/src/nodes_maths.h b/rotord/src/nodes_maths.h
index 1853e2c..13947a0 100644
--- a/rotord/src/nodes_maths.h
+++ b/rotord/src/nodes_maths.h
@@ -21,6 +21,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";
};
Comparison(map<string,string> &settings):Comparison() {
base_settings(settings);
@@ -72,6 +73,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";
};
Arithmetic(map<string,string> &settings):Arithmetic() {
base_settings(settings);
@@ -142,6 +144,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";
};
Is_new_integer(map<string,string> &settings):Is_new_integer() {
base_settings(settings);
@@ -160,6 +163,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";
};
On_off(map<string,string> &settings):On_off() {
base_settings(settings);
@@ -205,6 +209,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";
};
Random(map<string,string> &settings):Random() {
base_settings(settings);
@@ -226,6 +231,7 @@ namespace Rotor {
description="Fractal noise (seedable)";
create_signal_input("signal","Signal");
create_parameter("seed","number","Seed value","Seed",1.0f);
+ UID="28b3c154-2d0b-11e3-bdf2-1b9b2678a2f6";
};
Noise(map<string,string> &settings):Noise() {
base_settings(settings);