次の方法で共有


MidiPolyphonicKeyPressureMessage(Byte, Byte, Byte) コンストラクター

定義

public:
 MidiPolyphonicKeyPressureMessage(byte channel, byte note, byte pressure);
 MidiPolyphonicKeyPressureMessage(byte const& channel, byte const& note, byte const& pressure);
public MidiPolyphonicKeyPressureMessage(byte channel, byte note, byte pressure);
function MidiPolyphonicKeyPressureMessage(channel, note, pressure)
Public Sub New (channel As Byte, note As Byte, pressure As Byte)

パラメーター

channel
Byte

byte

このメッセージが適用される 0 から 15 までのチャネル。

note
Byte

byte

0 から 127 の値として指定されたメモ。

pressure
Byte

byte

0 から 127 の値として指定されるポリフォニック キー圧力。

注釈

コンストラクターに渡された値のいずれかが指定された要件に準拠していない場合は、ArgumentException がスローされます。

適用対象