Copyright © 2008-2023 MultiMedia Soft

TracksBoardPlayHeadPositionChange event

Previous pageReturn to chapter overviewNext page

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:

Value

Meaning

BOOL_FALSE

The play head line is hidden. In this case the value passed to the nPosInMs parameter can be ignored.

BOOL_TRUE

The play head line is visible and its position is passed to the nPosInMs parameter

nPosInMs

The current play head line position, expressed in milliseconds