SsUtPitchBend

Applies a pitch bend

short SsUtPitchBend (
        short voice,
        short vabId,
        short prog,
        short note,
        short pbend
)

Arguments

voice Voice number
vabId VAB ID
prog Program number
note Pitch specification (note number) in half tones.
pbend Pitch bend value

Return Value

0 is returned if the pitch bend was successfully applied, otherwise -1 is returned.

Explanation

The pitch bend specified by pbend is applied to the voice keyed on by SsUtKeyOn().

See Also

SsUtChangePitch()