how to save a midi message?
显示 更早的评论
Is there a way to save midi messages created with midimsg into a midi file that can be played with a program that plays audio files?
I can send the TEST message to a midi device and hear the note, but I'd prefer to save and open in music software that reads midi files.
msgs = midimsg('Note',1,48,64,0.25); % TEST
midisend(device, msgs)
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Musical Instrument Digital Interface (MIDI) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!