Share via


MidiPolyphonicKeyPressureMessage class

[This documentation is preliminary and is subject to change.]

Represents a MIDI message that specifies the polyphonic key pressure.

Important  

The WindowsPreview.Devices.Midi API are preview API and are not included in the Windows Software Development Kit (SDK). The API are distributed as a NuGet package. See WindowsPreview.Devices.Midi for info on how to download and install the NuGet package in your project.

WindowsPreview.Devices.Midi API require Windows 8.1 Update and later.

Syntax

var midiPolyphonicKeyPressureMessage = new WindowsPreview.Devices.Midi.MidiPolyphonicKeyPressureMessage(channel, note, pressure);
public sealed class MidiPolyphonicKeyPressureMessage : IMidiMessage
Public NotInheritable Class MidiPolyphonicKeyPressureMessage
    Implements IMidiMessage
public ref class MidiPolyphonicKeyPressureMessage sealed : IMidiMessage

Attributes

[MarshalingBehavior(Agile)]

[Threading(MTA)]

[Version(0x06030000)]

Members

The MidiPolyphonicKeyPressureMessage class has these types of members:

  • Constructors
  • Methods
  • Properties

Constructors

The MidiPolyphonicKeyPressureMessage class has these constructors.

Constructor Description
MidiPolyphonicKeyPressureMessage Creates a new MidiPolyphonicKeyPressureMessage object.

 

Methods

The MidiPolyphonicKeyPressureMessage class inherits methods from the Object class (C#/VB/C++).

Properties

The MidiPolyphonicKeyPressureMessage class has these properties.

Property Access type Description

Channel

Read-only Gets the channel from 0-15 that this message applies to.

Note

Read-only Gets the note which is specified as a value from 0-127.

Pressure

Read-only Gets the polyphonic key pressure which is specified as a value from 0-127.

RawData

Read-only Gets the array of bytes associated with the MIDI message, including status byte.

Timestamp

Read-only Gets the duration from when the MidiInPort was created to the time the message was received. For messages being sent to a MidiOutPort, this value has no meaning.

Type

Read-only Gets the type of this MIDI message.

 

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps only]

Minimum supported server

Windows Server 2012 R2 [Windows Store apps only]

Namespace

WindowsPreview.Devices.Midi WindowsPreview::Devices::Midi [C++]

Metadata

WindowsPreview.winmd

See also

Object

IMidiMessage

MIDI Windows Runtime sample