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

Method DrawModule

Source/ClipLauncher.cpp:125–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void ClipLauncher::DrawModule()
126{
127
128 DrawConnection(mLooper);
129 if (Minimized() || IsVisible() == false)
130 return;
131
132 mVolumeSlider->Draw();
133
134 for (int i = 0; i < mSamples.size(); ++i)
135 {
136 mSamples[i].Draw();
137 }
138}
139
140int ClipLauncher::GetRowY(int idx)
141{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
DrawMethod · 0.45

Tested by

no test coverage detected