Click or drag to resize
ChordVarietyWithBaseTone Method (Tone, Double, Byte)
Creates a new muisc object which represents a chord with a given duration and velocity, using a tone as the value of the root.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MusicObject WithBaseTone(
	Tone tone,
	double duration,
	byte velocity
)

Parameters

tone
Type: MidiGremlinTone
An enum value depicting the root of the chord.
duration
Type: SystemDouble
The duration of the chord.
velocity
Type: SystemByte
The velocity of the chord.

Return Value

Type: MusicObject
A single chord with the given root tone.
See Also