Click or drag to resize

NoteTimbre Property

Gets or sets the individual tibre function used to synthesize the sounds for this note (i.e., the instrument). If this timbre function is not defined, the timbre of the song will be used for the note.

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

Property Value

TimbreFunction
Remarks
Set this value to null to use current timbre function of the song.
See Also