 | ScaleItem Property |
Finds a tone in the scale corresponding to the given interval.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Tone this[
int interval
] { get; }
Public ReadOnly Default Property Item (
interval As Integer
) As Tone
Get
public:
property Tone default[int interval] {
Tone get (int interval);
}
member Item : Tone with get
Parameters
- interval
- Type: SystemInt32
Position in scale.
Return Value
Type:
ToneThe tone at the given interval.
See Also