Click or drag to resize
BeatSchedulerGetNextMidiCommand Method
Returns the next simple midi event to be played from the queue. It can either block it until it is time to actually play it, or return the current timestamp immediately.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleMidiMessage GetNextMidiCommand(
	bool block = true
)

Parameters

block (Optional)
Type: SystemBoolean
Force the BeatScheduler to return immediately

Return Value

Type: SimpleMidiMessage
A simple MIDI event and a timestamp. If nothing exists in the queue, it either returns an empty message or blocks until one is available.
See Also