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

Method OnScaleChanged

Source/Chorder.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void Chorder::OnScaleChanged()
179{
180 mChordGrid->SetGrid(mDiatonic ? TheScale->NumTonesInScale() : TheScale->GetPitchesPerOctave(), 3);
181}
182
183void Chorder::CheckboxUpdated(Checkbox* checkbox, double time)
184{

Callers 1

NotifyListenersMethod · 0.45

Calls 3

GetPitchesPerOctaveMethod · 0.80
SetGridMethod · 0.45
NumTonesInScaleMethod · 0.45

Tested by

no test coverage detected