Click or drag to resize

NoteDynamic Property

Gets or sets the dynamic (i.e., volume) expressed as percentage in the range of 0 to 1 for this note. If the dynamic is set to -1, the dynamic of the song will be used.

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.
Remarks
Set this value to -1 to use the current dynamic of the song.
See Also