Click or drag to resize
Note Constructor
Creates a new instance of the Note class by initializing a Keystroke and a Pause with the same duration.

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

Parameters

tone
Type: MidiGremlinTone
The tone that the keystroke represents.
duration
Type: SystemDouble
How long the tone is played in beats, and how long to wait before playing the next MusicObject.
velocity (Optional)
Type: SystemByte
The severety with which the keystroke is struck.
See Also