[求助]vb中midioutshortmsg函数参数channel用法的例子
midiOutShortMsg(hMidi, 编号 * &H100 + &HC0)'发送改变乐器 midi乐器编号 0 Acoustic Grand Piano 大钢琴(声学钢琴)1 Bright Acoustic Piano 明亮的钢琴 2 Electric Grand Piano 电钢琴 3 Honky-tonk Piano 酒吧钢琴 4 Rhodes Piano 柔和的电钢琴 5 Chorused Piano 加合唱效果...
vb.net的一个问题
wNotes As Integer wChannelMask As Integer dwSupport As Long End Type Public Sub note_on(ch As Integer, ByVal kk As Integer, v As Integer)' 发音主函数。参数分别为通道编号,音调,速度 Call midi_outshort(&H90 + ch, kk, v)End Sub Sub midi_outshort(b1 As Integer, b2 As ...