Copyright © 2008-2023 MultiMedia Soft

TracksBoardItemVolumeChanged event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a volume operation is performed on a specific item on the TracksBoard, for example when the position of a volume point is modified or the vertical position of the amplitude line has been 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]

Public Event TracksBoardItemVolumeChanged As TracksBoardItemVolumeChangedEventHandler


 

[C#]

public event TracksBoardItemVolumeChangedEventHandler TracksBoardItemVolumeChanged;


 

[C++]

public: __event TracksBoardItemVolumeChangedEventHandler TracksBoardItemVolumeChanged;


 

 

Event Data

 

The event handler receives an argument of type TracksBoardItemSelectedEventArgs having the following parameters:

 

Parameter

Description

 

 

nUniqueID

Unique identification number assigned to the sound item after being generated by one of the following methods:

TracksBoard.ItemClone when an existing item has been cloned

nVolumePoint

Value representing the zero-based index of the moved volume point; this parameter is set to -1 if the selection was for the container sound item only