 | ScaleContains Method |
Checks if the tone is in the scale.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
Tone tone
)
Public Function Contains (
tone As Tone
) As Boolean
public:
bool Contains(
Tone tone
)
member Contains :
tone : Tone -> bool
Parameters
- tone
- Type: MidiGremlinTone
The tone which is compared to the tones in the scale.
Return Value
Type:
Booleantrue if the tone is in the scale; false otherwise.
See Also