|
SongSetCrescendoDynamic Method
|
Starts crescendo dynamic over the range of the specified number of beats.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public void SetCrescendoDynamic(
int totalBeats,
Dynamic endDynamic
)
Public Sub SetCrescendoDynamic (
totalBeats As Integer,
endDynamic As Dynamic
)
public:
void SetCrescendoDynamic(
int totalBeats,
Dynamic endDynamic
)
member SetCrescendoDynamic :
totalBeats : int *
endDynamic : Dynamic -> unit
function SetCrescendoDynamic(totalBeats, endDynamic);
View SourceParameters
- totalBeats Int32
- Total number of beats overwhich to gradually increase volume.
- endDynamic Dynamic
- Desired volume when crescendo is complete.
Remarks
Current
Dynamic is the starting dynamic which should be less than
endDynamic.
See Also