Click or drag to resize

SongDamping Property

Gets or sets the default damping function used to lower the sound volume of the added notes over time. This damping function will be used if no other function is specified when adding notes.

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