Click or drag to resize
ChordVariety Constructor
Initialises a new ChordVariety defined by the tone steps. The tone steps are indicated by intervals(Always on the full 12-tone scale). NB: The root tone has interval 1 and is not implicit.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ChordVariety(
	params int[] toneSteps
)

Parameters

toneSteps
Type: SystemInt32
The tone steps that makes the chord.
See Also