Freigeben über


MidiNoteOffMessage Klasse

Definition

Stellt eine MIDI-Meldungen dar, die eine zu deaktivierende MIDI-Notiz angibt.

public ref class MidiNoteOffMessage sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiNoteOffMessageFactory, 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 MidiNoteOffMessage 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.IMidiNoteOffMessageFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class MidiNoteOffMessage final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiNoteOffMessageFactory), 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 MidiNoteOffMessage
[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.IMidiNoteOffMessageFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MidiNoteOffMessage
function MidiNoteOffMessage(channel, note, velocity)
Public NotInheritable Class MidiNoteOffMessage
Vererbung
Object Platform::Object IInspectable MidiNoteOffMessage
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Konstruktoren

MidiNoteOffMessage(Byte, Byte, Byte)

Erstellt ein neues MidiNoteOffMessage-Objekt .

Eigenschaften

Channel

Ruft den Kanal von 0 bis 15 ab, für den diese Nachricht gilt.

Note

Ruft die zu deaktivierende Notiz ab, die als Wert von 0 bis 127 angegeben wird.

RawData

Ruft das Array von Bytes ab, das der MIDI-Nachricht zugeordnet ist, einschließlich status Byte.

Timestamp

Ruft die Dauer ab, in der midiInPort erstellt wurde, bis zum Zeitpunkt, zu dem die Nachricht empfangen wurde. Für Nachrichten, die an einen MidiOutPort gesendet werden, hat dieser Wert keine Bedeutung.

Type

Ruft den Typ dieser MIDI-Nachricht ab.

Velocity

Ruft den Wert der Geschwindigkeit zwischen 0 und 127 ab.

Gilt für:

Weitere Informationen