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

Method GetNumValues

Source/TextEntry.cpp:588–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588int TextEntry::GetNumValues()
589{
590 if (mType == kTextEntry_Int)
591 return mIntMax - mIntMin + 1;
592 return 0;
593}
594
595std::string TextEntry::GetDisplayValue(float val) const
596{

Callers 15

DrawToFramebufferMethod · 0.45
SetModuleGridLightsMethod · 0.45
DrawControlsMethod · 0.45
OnMidiNoteMethod · 0.45
PollMethod · 0.45
CreateUIControlsMethod · 0.45
LoadControllerLayoutMethod · 0.45
PostRepatchMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
ConnectToDeviceMethod · 0.45
oscMessageReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected