旧Siv3DのMIDI機能でCH10を指定してもパーカッションがならない件 #548
Answered
by
Reputeless
kestrel-90r
asked this question in
Q&A
-
OpenSiv3Dではないんですけど、MIDI機能でCH10を指定してもパーカッションがならないのですが対処方法あるでしょうか? |
Beta Was this translation helpful? Give feedback.
Answered by
Reputeless
Dec 13, 2020
Replies: 2 comments
-
🎉 OpenSiv3D GitHub Discussion 初質問 🎉 Siv3D の API が少し紛らわしくて申し訳ないのですが、 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Reputeless
-
おお!そういうことですが。ありがとうございます。言われてみれば確かにそうですね! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🎉 OpenSiv3D GitHub Discussion 初質問 🎉
Siv3D の API が少し紛らわしくて申し訳ないのですが、
MidiMessage::SetInstrument()
で指定するチャンネルは CH1 = 0, CH2 = 1, のゼロオリジンです。CH10 の場合は
MidiMessage::SetInstrument()
の第一引数を9
にします。