diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-31 16:29:05 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-31 16:29:05 +0000 |
| commit | 8d2a96416c0c02ec14f14c363052468115e61ec2 (patch) | |
| tree | 4e633c38fde635bf87e3f798ab3d856d01a33f50 /NT/src/nodes.h | |
| parent | 36826b5680db3265e3432455c9e91a9b4ee474e4 (diff) | |
switch render 2
Diffstat (limited to 'NT/src/nodes.h')
| -rw-r--r-- | NT/src/nodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NT/src/nodes.h b/NT/src/nodes.h index cf1fd3e..6bfb6f5 100644 --- a/NT/src/nodes.h +++ b/NT/src/nodes.h @@ -24,7 +24,7 @@ namespace Rotor{ init(settings); }; const double &get_output(const Frame_parameters &frame){ - value=frame.get_time(); + value=frame.time; return value; } Time* clone(Json::Value &_settings) { return new Time(_settings);}; @@ -34,7 +34,7 @@ namespace Rotor{ class Multiply: public Double_node { public: Multiply(){ - factors=create_array<double>("factors"); + factors=create_array<double>("factors","Factors to multiply","Factors"); type="multiply"; description="multiplies numbers"; title="Multiply"; |
