Click or drag to resize

NoteDamping Property

Gets or sets the individual damping function used to lower the sound volume for this note over time. If this damping function is not defined, the damping algorithm of the song will be used for the note.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public DampingFunction Damping { get; set; }
View Source

Property Value

DampingFunction
See Also