summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_maths.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-21 12:33:25 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-21 12:33:25 +0100
commit393c70c5fc67fff87d189e77dffc5a22ed94a628 (patch)
tree059a3cdc54c87b698573fe69d22761025929933d /rotord/src/nodes_maths.h
parentc53cf523b108845d074ea68d7fac592ec85e5a60 (diff)
waves finished
Diffstat (limited to 'rotord/src/nodes_maths.h')
-rw-r--r--rotord/src/nodes_maths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_maths.h b/rotord/src/nodes_maths.h
index b1e20ca..617ca76 100644
--- a/rotord/src/nodes_maths.h
+++ b/rotord/src/nodes_maths.h
@@ -214,7 +214,7 @@ namespace Rotor {
create_signal_input("signal","Signal");
create_parameter("seed","number","Seed value","Seed",1.0f);
};
- Noise(map<string,string> &settings) {
+ Noise(map<string,string> &settings):Noise() {
base_settings(settings);
seed=find_setting(settings,"seed",0);
};