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

Method DrawModuleUnclipped

Source/NoteStreamDisplay.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void NoteStreamDisplay::DrawModuleUnclipped()
101{
102 if (mDrawDebug)
103 {
104 DrawTextNormal(mDebugDisplayText, mWidth + 10, 0);
105 }
106}
107
108float NoteStreamDisplay::GetYPos(int pitch, float noteHeight) const
109{

Callers

nothing calls this directly

Calls 1

DrawTextNormalFunction · 0.85

Tested by

no test coverage detected