TracksBoard.ItemVolumePointCurveSet method |
|
Remarks
Modifies the volume curve applied on exit from the given volume point to reach the volume of the next volume point. The current volume curve can be obtained through the TracksBoard.ItemVolumePointCurveGet 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 class section.
Syntax
[Visual Basic] control.TracksBoard.ItemVolumePointCurveSet ( nUniqueId as Long, nIndex as Long, nCurveType as enumVolumeCurves, nDesignerUniqueId as Long, bAutoRefresh as enumBoolean ) as enumErrorCodes |
[C++] short control.TracksBoard.ItemVolumePointCurveSet ( long nUniqueId, long nIndex, short nCurveType, long nDesignerUniqueId, short bAutoRefresh ); |
Parameter |
Description |
|||||||||||||||||||||
|
|
|||||||||||||||||||||
nUniqueId |
Unique identification number assigned to the sound item after being generated by one of the following methods:
|
|||||||||||||||||||||
nIndex |
Zero-based index of the volume point. The total number of available volume points can be obtained through the TracksBoard.ItemVolumePointCountGet method. |
|||||||||||||||||||||
nCurveType |
Type of curve applied to perform the volume fading to the next volume point. Supported values are the following:
|
|||||||||||||||||||||
nDesignerUniqueId |
Unique identifier of the curve editor control containing custom curve settings to apply. This unique identifier is returned by a previous call to the VolumeAutomation.CurveDesigner.Create method.
The custom curve designer manages a windowed control, whose visual aspect can be defined programmatically, which allows designing volume curves based upon Bézier curves whose shape is defined through the manual positioning of 2 control points (displayed in cyan color on the graphic below). For further information about the use of the embedded CurveDesigner refer to the tutorial How to create custom volume curves.
|
|||||||||||||||||||||
bAutoRefresh |
Boolean value indicating if the modification should be applied immediately. Supported values are the following:
|
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 |