Click or drag to resize
ScaleItem Property
Finds a tone in the scale corresponding to the given interval.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Tone this[
	int interval
] { get; }

Parameters

interval
Type: SystemInt32
Position in scale.

Return Value

Type: Tone
The tone at the given interval.
See Also