UMP.this

Creates a MIDI 1.0 compatible pitch-bend command.

  1. this(ubyte msgType, ubyte group, ubyte status, ubyte channel, ubyte val0, ubyte val1)
  2. this(ubyte group, ubyte channel, ushort val)
    struct UMP
    @nogc @safe nothrow pure
    this
    (
    ubyte group
    ,
    ubyte channel
    ,
    ushort val
    )

Meta