Skip to content

Commit

Permalink
Updated filter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Nov 19, 2012
1 parent bc105ec commit 91529ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Processors/FilterNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ void FilterNode::updateSettings()
(1));

Parameter& p1 = parameters.getReference(0);
p1.setValue(600.0f, n);
p1.setValue(4.0f, n);

Parameter& p2 = parameters.getReference(1);
p2.setValue(6000.0f, n);
p2.setValue(12.0f, n);

setFilterParameters(600.0f, 3000.0f, n);
setFilterParameters(4.0f, 12.0f, n);
}

}
Expand Down

0 comments on commit 91529ff

Please sign in to comment.