Click or drag to resize

SongDynamic Property

Gets or sets the prevailing dynamic (i.e., volume) expressed as percentage in the range of 0 to 1 for the song. Individual notes can choose to override this dynamic.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Value must be expressed as a fractional percentage between zero and one.
See Also