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

Method IsInScale

Source/Scale.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool Scale::IsInScale(int pitch)
376{
377 return mScale.IsInScale(pitch);
378}
379
380void Scale::AddListener(IScaleListener* listener)
381{

Callers 15

DrawModuleMethod · 0.80
TransformPitchMethod · 0.80
DrawModuleMethod · 0.80
ScaleSatisfiedMethod · 0.80
DrawModuleMethod · 0.80
RowToPitchMethod · 0.80
SetPitchColorMethod · 0.80
SetFromDegreeAndScaleMethod · 0.80
GridToPitchMethod · 0.80
GetDesiredGridColorMethod · 0.80
SendScaleInfoMethod · 0.80
DrawGuitarMethod · 0.80

Calls 3

emptyMethod · 0.80
GetPitchesPerOctaveMethod · 0.80
sizeMethod · 0.80

Tested by 2

DrawModuleMethod · 0.64
RowToPitchMethod · 0.64