Click or drag to resize

SongSetCrescendoDynamic Method

Starts crescendo dynamic over the range of the specified number of beats.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public void SetCrescendoDynamic(
	int totalBeats,
	Dynamic endDynamic
)
View Source

Parameters

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