 | ChordVarietyItem Property |
Creates a new instance of the chord using DefaultDuration and a standard velocity , using tone as the root.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MusicObject this[
Tone tone
] { get; }
Public ReadOnly Default Property Item (
tone As Tone
) As MusicObject
Get
public:
property MusicObject^ default[Tone tone] {
MusicObject^ get (Tone tone);
}
member Item : MusicObject with get
Parameters
- tone
- Type: MidiGremlinTone
A Tone enum value depicting the root of the chord.
Return Value
Type:
MusicObject
See Also