开发者

How to write chords with MIDI?

开发者 https://www.devze.com 2023-01-06 06:18 出处:网络
How do I write a chord, i.e. a NoteOn of seveal开发者_开发问答 notes on each above the other at the same time line?

How do I write a chord, i.e. a NoteOn of seveal开发者_开发问答 notes on each above the other at the same time line?

How to write chords with MIDI?

What should be the message for this chord.


MIDI is a serial interface, so you can't actually send two 'Note On' commands at the same time - you physically send them one after the other, but the latency is low enough that although they start playing sequentially, the ear cannot detect the delay.


You can also use MIDI SYSEX. Syntax of SYSEX Message vary from synthesizer to synthesizer, for instance Yamaha PSR Series Keyboard uses XF Chord Events (which is SYSEX based).

0

精彩评论

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