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

Method DrawModule

Source/NoteCreator.cpp:62–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void NoteCreator::DrawModule()
63{
64 if (Minimized() || IsVisible() == false)
65 return;
66
67 mPitchEntry->Draw();
68 mNoteOnCheckbox->Draw();
69 mTriggerButton->Draw();
70 mVelocitySlider->Draw();
71 mDurationSlider->Draw();
72}
73
74void NoteCreator::OnPulse(double time, float velocity, int flags)
75{

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected