From b7992bab3a5087bdfb1d2c25b1b3e0bad339b588 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 22 Aug 2013 17:41:10 +0100 Subject: building json loader --- rotord/src/nodes_maths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/nodes_maths.h') 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 &settings):Comparison() { -- cgit v1.2.3