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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/nodes_maths.h b/rotord/src/nodes_maths.h
index d083c72..eb685eb 100644
--- a/rotord/src/nodes_maths.h
+++ b/rotord/src/nodes_maths.h
@@ -19,6 +19,7 @@ namespace Rotor {
create_signal_input("signal","Signal");
create_parameter("value","number","Value or signal for operation","Value",0.0f);
create_attribute("operator","Operator for comparison","operator","==",{"==","!=",">","<",">=","<="});
+ title="Comparison";
description="Compares the signal with a value or signal according to the operator";
};
Comparison(map<string,string> &settings):Comparison() {