Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
bool Scale::IsInPentatonic(int pitch)
371
{
372
return mScale.IsInPentatonic(pitch);
373
}
374
375
bool Scale::IsInScale(int pitch)
376
{
Callers
7
UpdatePush2Leds
Method · 0.80
UpdateKeys
Method · 0.80
SetPitchColor
Method · 0.80
GetGridSquareColor
Method · 0.80
GetDesiredGridColor
Method · 0.80
SetPitchColor
Method · 0.80
UpdatePush2Leds
Method · 0.80
Calls
1
GetPitchesPerOctave
Method · 0.80
Tested by
1
UpdatePush2Leds
Method · 0.64