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

Method IsInPentatonic

Source/Scale.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370bool Scale::IsInPentatonic(int pitch)
371{
372 return mScale.IsInPentatonic(pitch);
373}
374
375bool Scale::IsInScale(int pitch)
376{

Callers 7

UpdatePush2LedsMethod · 0.80
UpdateKeysMethod · 0.80
SetPitchColorMethod · 0.80
GetGridSquareColorMethod · 0.80
GetDesiredGridColorMethod · 0.80
SetPitchColorMethod · 0.80
UpdatePush2LedsMethod · 0.80

Calls 1

GetPitchesPerOctaveMethod · 0.80

Tested by 1

UpdatePush2LedsMethod · 0.64