Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
TriggerReached event 
 
Remarks 
 
Occurs when the song playback reaches an existing trigger position.  
 
See the How to add Triggers and Cue Points to a player section for further details about triggers. 
 
 
Syntax 
 
[Visual Basic] 
TriggerReached
ByVal nPlayer as Integer
ByVal nTriggerID as Integer 
)
 
[C++] 
void TriggerReached
short nPlayer
short nTriggerID 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
nTriggerID
Number representing the trigger identifier
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents