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

Method DrawModule

Source/AudioMeter.cpp:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void AudioMeter::DrawModule()
86{
87 if (Minimized() || IsVisible() == false)
88 return;
89
90 mLevelSlider->Draw();
91
92 mLevelMeterDisplay.Draw(3, 20, 114, 18, mNumChannels);
93}
94
95void AudioMeter::LoadLayout(const ofxJSONElement& moduleInfo)
96{

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected