diff options
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 199d960..f7d6861 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -176,7 +176,8 @@ namespace Rotor { } for (auto p: parameters){ if (find_setting(settings,p.first,"")!="") { - parameters[p.first]->init(find_setting(settings,p.first,0)); + parameters[p.first]->init(find_setting(settings,p.first,0.0f)); + cerr<<"setting parameter "<<p.first<<" to "<<find_setting(settings,p.first,0.0f)<<endl; } } } |
