MidiNoteOffMessage Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un message MIDI qui spécifie une note MIDI à désactiver.
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
- Héritage
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Constructeurs
MidiNoteOffMessage(Byte, Byte, Byte) |
Crée un objet MidiNoteOffMessage . |
Propriétés
Channel |
Obtient le canal de 0 à 15 auquel ce message s’applique. |
Note |
Obtient la note à désactiver qui est spécifiée sous la forme d’une valeur comprise entre 0 et 127. |
RawData |
Obtient le tableau d’octets associés au message MIDI, y compris status’octet. |
Timestamp |
Obtient la durée comprise entre le moment où midiInPort a été créé et le moment où le message a été reçu. Pour les messages envoyés à un MidiOutPort, cette valeur n’a aucune signification. |
Type |
Obtient le type de ce message MIDI. |
Velocity |
Obtient la valeur de la vitesse comprise entre 0 et 127. |