TracksBoard.VerticalLineAdd method |
|
Remarks
Adds a new vertical line that will be displayed over the TracksBoard session.
On the screenshot below you can see a set of four vertical lines displayed over the session, each with its own color, set of properties and position:
This line can be moved on the screen in one of the following ways:
During playback of the session, the CallbackTracksboardLineReached delegate is generated when playback position reaches the position of the vertical line.
The vertical line is automatically destroyed when the current session is discarded from memory through the CloseSound method or when a new session is loaded through the TracksBoard.Load method.
A vertical line can be removed through the TracksBoard.VerticalLineRemove method and hidden or shown through the TracksBoard.VerticalLinesShow method.
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
Return value
|