Click or drag to resize
SimpleMidiMessage Constructor
Constructs a new SimpleMidiMessage with the following data and timestramp.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleMidiMessage(
	int data,
	double timestamp
)

Parameters

data
Type: SystemInt32
timestamp
Type: SystemDouble
See Also