Click or drag to resize
ScaleContains Method
Checks if the tone is in the scale.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Contains(
	Tone tone
)

Parameters

tone
Type: MidiGremlinTone
The tone which is compared to the tones in the scale.

Return Value

Type: Boolean
true if the tone is in the scale; false otherwise.
See Also