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

Method DrawModule

Source/FeedbackModule.cpp:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void FeedbackModule::DrawModule()
133{
134 if (Minimized() || IsVisible() == false)
135 return;
136
137 mDelay.Draw();
138 mSignalLimitSlider->Draw();
139
140 DrawTextRightJustify("feedback out:", 100, 12);
141}
142
143void FeedbackModule::PostRepatch(PatchCableSource* cableSource, bool fromUserClick)
144{

Callers

nothing calls this directly

Calls 2

DrawTextRightJustifyFunction · 0.85
DrawMethod · 0.45

Tested by

no test coverage detected