diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-22 17:41:10 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-22 17:41:10 +0100 |
| commit | b7992bab3a5087bdfb1d2c25b1b3e0bad339b588 (patch) | |
| tree | f0527f8b9875434527daa463a63cae3f22e92a52 /rotord/src/nodes_maths.h | |
| parent | f567fc4db536a2c513f2b9e357c511b3ecb39114 (diff) | |
building json loader
Diffstat (limited to 'rotord/src/nodes_maths.h')
| -rw-r--r-- | rotord/src/nodes_maths.h | 1 |
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() { |
