init(channel:value:)
Creates an event with a channel and pitch bend value.
Declaration
init(channel: UInt32, value: UInt32)Parameters
- channel:
The MIDI channel for the message, between
0and15. - value:
The pitch bend value, between
0and16383.
Creates an event with a channel and pitch bend value.
init(channel: UInt32, value: UInt32)The MIDI channel for the message, between 0 and 15.
The pitch bend value, between 0 and 16383.