Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请查看Midi Event Commands,其中解释了某些事件(如 Program Change)只需要一个参数。
我的问题是,你会随这个事件的第二个参数的字节一起发送什么,是 0x00 吗?或者你只是从没有意义的事件中完全忽略它?
并非所有 MIDI 消息都是 3 个字节长。有些只有两个,程序更改就是其中之一。对于这些消息,没有第二个数据字节。