 | IMidiOutSetSource Method |
Sets the BeatScheduler that is responsible for feeding this IMidiOut with MIDI messages. Setting this multiple times causes an error.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid SetSource(
BeatScheduler source
)
Sub SetSource (
source As BeatScheduler
)
void SetSource(
BeatScheduler^ source
)
abstract SetSource :
source : BeatScheduler -> unit
Parameters
- source
- Type: MidiGremlin.InternalBeatScheduler
The BeatScheduler
See Also