Click or drag to resize

NoteNamedDynamic Property

Gets or sets the named dynamic (i.e., volume) for this note. If the dynamic is undefined, 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 Dynamic NamedDynamic { get; set; }
View Source

Property Value

Dynamic
Remarks
Set this value to undefined to use the current dynamic of the song.
See Also