MidiPitchBendChangeMessage(Byte, UInt16) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un nuovo oggetto MidiPitchBendChangeMessage .
public:
MidiPitchBendChangeMessage(byte channel, unsigned short bend);
MidiPitchBendChangeMessage(byte const& channel, uint16_t const& bend);
public MidiPitchBendChangeMessage(byte channel, ushort bend);
function MidiPitchBendChangeMessage(channel, bend)
Public Sub New (channel As Byte, bend As UShort)
Parametri
- channel
-
Byte
byte
Canale compreso tra 0 e 15 a cui si applica questo messaggio.
- bend
-
UInt16
unsigned short
uint16_t
Valore di inclinazione specificato come valore a 14 bit da 0 a 16383.