Click or drag to resize
Scale Constructor (Tone)
Creates a new instance of the Scale class.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Scale(
	params Tone[] tones
)

Parameters

tones
Type: MidiGremlinTone
The tones in the scale.
See Also