开发者

MIDI Program Change event

开发者 https://www.devze.com 2023-01-06 10:05 出处:网络
Please take a look at Midi Event Commands, where it\'s explained that some events like Program Change take only one parameter.

Please take a look at Midi Event Commands, where it's explained that some events like Program Change take only one parameter.

My question is then what do you send along with this event's 2nd parameter's byte, is it 0x00? or you just entirely omit it 开发者_开发问答from the event which doesn't really make sense?


Not all MIDI messages are 3 bytes long. Some are only two, and program change is one of them. For these messages, there is no second data byte.

0

精彩评论

暂无评论...
验证码 换一张
取 消