| 22 | } |
| 23 | |
| 24 | void CtrlrEditorWrapper::resized() |
| 25 | { |
| 26 | DocumentWindow::resized(); |
| 27 | liveEditorOwner.wrapperResized(); |
| 28 | } |
| 29 | |
| 30 | CtrlrProcessorEditorForLive::CtrlrProcessorEditorForLive(CtrlrProcessor *_filterOwner, CtrlrManager &_owner) |
| 31 | : owner(_owner), filterOwner(_filterOwner), AudioProcessorEditor((AudioProcessor *)_filterOwner), |
nothing calls this directly
no test coverage detected