Click or drag to resize

Song.SetDiminuendoDynamic Method

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

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

Parameters

totalBeats  Int32
Total number of beats overwhich to gradually decrease volume.
endDynamic  Dynamic
Desired volume when diminuendo is complete.
Remarks
Current Dynamic is the starting dynamic which should be greater than endDynamic.
See Also