Click or drag to resize
IMidiOutSetSource Method
Sets the BeatScheduler that is responsible for feeding this IMidiOut with MIDI messages. Setting this multiple times causes an error.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SetSource(
	BeatScheduler source
)

Parameters

source
Type: MidiGremlin.InternalBeatScheduler
The BeatScheduler
See Also