summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_channels.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-10 13:06:44 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-10 13:06:44 +0000
commitaef7a2c74e31ccac32a21f3fcb3c8bf26740fc89 (patch)
treeac3c2d5f3f451d5fa52f099f46b14a2a3a637c85 /rotord/src/nodes_channels.h
parent502a92835949c5da869e1748790e6e090b9c4f94 (diff)
parent2261a9a1f146cf528e2b5142b531d14428c12f2e (diff)
fix up
Diffstat (limited to 'rotord/src/nodes_channels.h')
-rw-r--r--rotord/src/nodes_channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_channels.h b/rotord/src/nodes_channels.h
index 4782e00..3b3fa70 100644
--- a/rotord/src/nodes_channels.h
+++ b/rotord/src/nodes_channels.h
@@ -419,7 +419,7 @@ namespace Rotor {
Echo_trails(){
//calls base class constructor first
create_parameter("number","number","number of echoes","Number echoes",25.0);
- create_parameter("fadeto","number","amount that echoes fade out","Fadout amount",1.0,0.0,1.0);
+ create_parameter("fadeto","number","amount that echoes fade out to","Fadeout amount",1.0,0.0,1.0);
create_parameter("interval","number","number of frames between echoes","",1.0,0.0,1.0);
create_attribute("mode","blend mode for echoes","Blend mode","screen",{"screen","wrap","min","max"});
title="Echo trails";