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

Method TextEntryComplete

Source/Scale.cpp:738–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void Scale::TextEntryComplete(TextEntry* entry)
739{
740 if (entry == mPitchesPerOctaveEntry)
741 {
742 UpdateTuningTable();
743 SetUpRootList();
744 NotifyListeners();
745 }
746 if (entry == mReferenceFreqEntry || entry == mReferencePitchEntry)
747 UpdateTuningTable();
748}
749
750void Scale::ButtonClicked(ClickButton* button, double time)
751{

Callers 1

AcceptEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected