Click or drag to resize
ChordVarietyItem Property
Creates a new instance of the chord using DefaultDuration and a standard velocity , using tone as the root.

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

Parameters

tone
Type: MidiGremlinTone
A Tone enum value depicting the root of the chord.

Return Value

Type: MusicObject
See Also