| 486 | } |
| 487 | |
| 488 | void EQModule::Resize(float w, float h) |
| 489 | { |
| 490 | mWidth = w; |
| 491 | mHeight = h; |
| 492 | mModuleSaveData.SetInt("width", w); |
| 493 | mModuleSaveData.SetInt("height", h); |
| 494 | mNeedToUpdateFrequencyResponseGraph = true; |
| 495 | } |
| 496 | |
| 497 | void EQModule::LoadLayout(const ofxJSONElement& moduleInfo) |
| 498 | { |
no test coverage detected