SsUtKeyOff

Keys off voice

short SsUtKeyOff (
        short voice,
        short vabId,
        short prog,
        short tone,
        short note
)

Arguments

voice Voice number
vabId VAB ID
prog Program number
tone Tone number
note Pitch specification (note number) in half tones

Return Value

0 is returned if the voice was successfully keyed off, otherwise -1 is returned.

Explanation

The voice that was keyed on by SsUtKeyOn() is keyed off.

See Also

SsUtKeyOn(), SsUtAllKeyOff()