TracksBoardLineReached event |
|
Remarks
Occurs when the playback position reaches a vertical line inside the Tracksboard.
For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.
For further details about methods of the TracksBoard refer to the TracksBoard object section.
Syntax
[Visual Basic] TracksBoardLineReached ( ByVal nUniqueID as Integer, ByVal nPosInMs as Long ) |
[C++] void TracksBoardLineReached ( short nUniqueID, long nPosInMs ); |
Parameter |
Description |
|
|
nUniqueID |
Unique identification number assigned to the vertical line after invoking the TracksBoard.VerticalLineAdd method. |
nPosInMs |
Value representing the current position of the vertical line expressed in milliseconds |