nw::snd::SequenceUserprocCallbackParam Structure

Header file: nw/snd/snd_SequenceSoundPlayer.h

Syntax

struct SequenceUserprocCallbackParam
{
   vs16* localVariable;
   vs16* globalVariable;
   vs16* trackVariable;
   bool cmpFlag;
};

Description

The structure used by the callback invoked by the userproc command.

For details on the userproc command, see the Sequence Data Manual.

Member Variables

localVariable An array of local variables. You can specify values from localVariable[0] to localVariable[15]. The values of these variables can be accessed or modified.
globalVariable An array of global variables. You can specify values from globalVariable[0] to globalVariable[15]. The values of these variables can be accessed or modified.
trackVariable An array of track variables. You can specify values from trackVariable[0] to trackVariable[15]. The values of these variables can be accessed or modified.
cmpFlag A true-false flag set by a comparison command. The status of this flag can be accessed or modified.

CONFIDENTIAL