|
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.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public Dynamic NamedDynamic { get; set; }
Public Property NamedDynamic As Dynamic
Get
Set
member NamedDynamic : Dynamic with get, set
function get_NamedDynamic();
function set_NamedDynamic(value);
View SourceProperty Value
DynamicRemarks
Set this value to undefined to use the current dynamic of the song.
See Also