makeMidiMessagePitchWheel

Make a Pitch Wheel (aka Pitch Bend) MIDI message.

nothrow @nogc
makeMidiMessagePitchWheel
(
int offset
,,
float value
)

Parameters

offset int

Offset in current buffer, in frames.

channel int

MIDI Channel.

value float

Amount of pitch, -1 to 1. Not sure what unit! FUTUURE understand how much semitones MIDI says it should be.

Meta