Click or drag to resize
Keystroke Constructor
Creates a new instance of the Keystroke class.

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

Parameters

tone
Type: MidiGremlinTone
The tone that the keystroke represents.
duration
Type: SystemDouble
How long the keystroke is played in beats.
velocity (Optional)
Type: SystemByte
The severety with which the keystroke is struck.
See Also