Copyright © 2011-2023 MultiMedia Soft

OnTracksBoardLineMoved event

Previous pageReturn to chapter overviewNext page

Remarks

 

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

 

This event replaces the usage of the CallbackTracksboardLineMoved delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_TRACKSB_VERT_LINE_MOVED.

 

 

Syntax

 

[Visual Basic]

OnTracksBoardLineMoved (

ByVal nUniqueID as Int32,

ByVal nPosInMs as Int32

)

 

where "EditorApi" is declared in Visual Basic 6 code as:

 

Dim WithEvents EditorApi As AudioSoundEditorApi.AudioSoundEditorApiObj


 

 

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