summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_channels.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-10 13:05:22 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-10 13:05:22 +0000
commit2261a9a1f146cf528e2b5142b531d14428c12f2e (patch)
treef0c203ad3b9229d602c7870e3559367d5a191633 /rotord/src/nodes_channels.h
parent979ace4891f439f6fef35db6c1b0a40e4d86b8de (diff)
similarity segmentation workingintensitysimilarity
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";