如何用 MIDI 写和弦?

发布于 2024-09-08 07:37:08 字数 156 浏览 3 评论 0原文

如何写一个和弦,即在同一时间线上有多个音符的 NoteOn?

Chord

该和弦的消息应该是什么。

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

Chord

What should be the message for this chord.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半暖夏伤 2024-09-15 07:37:08

MIDI 是一种串行接口,因此您实际上无法同时发送两个“Note On”命令 - 您实际上是一个接一个地发送它们,但延迟足够低,尽管它们开始按顺序播放,但耳朵无法检测到延迟。

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.

长发绾君心 2024-09-15 07:37:08

您还可以使用 MIDI SYSEX。 SYSEX 消息的语法因合成器而异,例如 Yamaha PSR 系列键盘使用 XF 和弦事件(基于 SYSEX)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文