Click or drag to resize
SingleBeat Constructor
Creates a new instance of SingleBeat with the specified properties.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SingleBeat(
	InstrumentType instrumentType,
	byte tone,
	byte toneVelocity,
	double toneStartTime,
	double toneEndTime
)

Parameters

instrumentType
Type: MidiGremlinInstrumentType
The type of instrument that should be playing the music
tone
Type: SystemByte
MIDI note number. See this chart:http://www.tonalsoft.com/pub/news/pitch-bend.aspx
toneVelocity
Type: SystemByte
Velocity of the note.
toneStartTime
Type: SystemDouble
Start time of the note.
toneEndTime
Type: SystemDouble
End of the note.
See Also