Click or drag to resize
SingleBeatWithChannel Method
Returns a SingleBeatWithChannel that is based on this SingleBeat using usedChannel as channel.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SingleBeatWithChannel WithChannel(
	byte usedChannel
)

Parameters

usedChannel
Type: SystemByte
A MIDI channel to use.

Return Value

Type: SingleBeatWithChannel
A new SingleBeatWithChannel constructed using usedChannel and this
See Also