| 60 | } |
| 61 | |
| 62 | void ModulatorSmoother::DrawModule() |
| 63 | { |
| 64 | if (Minimized() || IsVisible() == false) |
| 65 | return; |
| 66 | |
| 67 | mInputSlider->Draw(); |
| 68 | mSmoothSlider->Draw(); |
| 69 | } |
| 70 | |
| 71 | void ModulatorSmoother::PostRepatch(PatchCableSource* cableSource, bool fromUserClick) |
| 72 | { |