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.
我正在研究 coremidi 并尝试了一些实验我想知道如何在 midifile 的 miditrack 的半音中进行转置。有人可以告诉我怎么做吗?
非常感谢
CoreMIDI 对 MIDI 文件不做任何事情。
您必须解析 MIDI 文件,直到遇到所需的轨道块,并将移调偏移应用于每个 Note On/Off 消息的音符编号(包括运行状态)。