MidiChannelPressureMessage クラス

定義

チャネル圧力を指定する MIDI メッセージを表します。

public ref class MidiChannelPressureMessage sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiChannelPressureMessageFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MidiChannelPressureMessage final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiChannelPressureMessageFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class MidiChannelPressureMessage final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiChannelPressureMessageFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MidiChannelPressureMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiChannelPressureMessageFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MidiChannelPressureMessage
function MidiChannelPressureMessage(channel, pressure)
Public NotInheritable Class MidiChannelPressureMessage
継承
Object Platform::Object IInspectable MidiChannelPressureMessage
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

コンストラクター

MidiChannelPressureMessage(Byte, Byte)

新しい MidiChannelPressureMessage オブジェクトを 作成します。

プロパティ

Channel

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

Pressure

0 から 127 の圧力を取得します。

RawData

状態バイトを含む、MIDI メッセージに関連付けられているバイトの配列を取得します。

Timestamp

MidiInPort が作成されてからメッセージが受信された時刻までの期間を取得します。 MidiOutPort に送信されるメッセージの場合、この値は意味がありません。

Type

この MIDI メッセージの種類を取得します。

適用対象

こちらもご覧ください