TracksBoardPlayHeadPositionChange event |
|
Remarks
Occurs whenever the position of TracksBoard's play head line is changed.
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] TracksBoardPlayHeadPositionChange ( ByVal bPlayHeadAvailable as enumBoolean, ByVal nPosInMs as Long ) |
[C++] void TracksBoardPlayHeadPositionChange ( short bPlayHeadAvailable, long nPosInMs ); |
Parameter |
Description |
||||||
|
|
||||||
bPlayHeadAvailable |
Boolean value representing the flag for play head line availability. Supported values are the following:
|
||||||
nPosInMs |
The current play head line position, expressed in milliseconds |