| 141 | } |
| 142 | |
| 143 | void ButterworthFilterEffect::SetUpFromSaveData() |
| 144 | { |
| 145 | mFSlider->SetExtents(mModuleSaveData.GetFloat("f_min"), mModuleSaveData.GetFloat("f_max")); |
| 146 | ResetFilter(); |
| 147 | } |
| 148 | |
| 149 | void ButterworthFilterEffect::SaveLayout(ofxJSONElement& info) |
| 150 | { |
nothing calls this directly
no test coverage detected