MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / DrawModule

Method DrawModule

Source/ModulatorSmoother.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected