 | SingleBeatWithChannel Method |
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SingleBeatWithChannel WithChannel(
byte usedChannel
)
Public Function WithChannel (
usedChannel As Byte
) As SingleBeatWithChannel
public:
SingleBeatWithChannel WithChannel(
unsigned char usedChannel
)
member WithChannel :
usedChannel : byte -> SingleBeatWithChannel
Parameters
- usedChannel
- Type: SystemByte
A MIDI channel to use.
Return Value
Type:
SingleBeatWithChannelA new
SingleBeatWithChannel constructed using
usedChannel and this
See Also