Copyright © 2001-2023 MultiMedia Soft

TracksBoardLineMoved event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a vertical line inside the Tracksboard is moved through the mouse or through code.

 

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]

TracksBoardLineMoved (

ByVal nUniqueID as Integer,

ByVal nPosInMs as Long

)


 

[C++]

void TracksBoardLineMoved (

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 new position of the vertical line expressed in milliseconds