Copyright © 2001-2023 MultiMedia Soft

TracksBoard.ItemVolumePointsApply method

Previous pageReturn to chapter overviewNext page

Remarks

 

Applies settings, previously predisposed through one of the methods listed below, to existing volume points for the given sound item:

TracksBoard.ItemVolumePointAdd

TracksBoard.ItemVolumePointRemove

TracksBoard.ItemVolumePointAmplitudeSet

TracksBoard.ItemVolumePointPositionSet

TracksBoard.ItemVolumePointCurveSet

TracksBoard.ItemVolumePointCurveSetEx

 

For methods below, invoking this method is only needed when the bAutoApplyVolumeAutomation field of the TRACKSBOARD_ITEM_SETTINGS structure is set to "BOOL_FALSE"; when this field is set to "BOOL_TRUE" all of the settings above are automatically applied.

TracksBoard.ItemVolumePointAdd

TracksBoard.ItemVolumePointRemove

 

For methods below, invoking this method is only needed when their bAutoRefresh parameter was set to BOOL_FALSE:

TracksBoard.ItemVolumePointAmplitudeSet

TracksBoard.ItemVolumePointPositionSet

TracksBoard.ItemVolumePointCurveSet

TracksBoard.ItemVolumePointCurveSetEx

 

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 class section.

 

 

Syntax

 

[Visual Basic]

control.TracksBoard.ItemVolumePointsApply (

nUniqueId as Long

) as enumErrorCodes


 

[C++]

short control.TracksBoard.ItemVolumePointsApply (

long nUniqueId

);


 

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

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful