Click or drag to resize

SongTimbre Property

Gets or sets the default tibre function used to synthesize the sounds of the added notes (i.e., the instrument). This timbre function will be used if no other function is specified when adding notes.

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
See Also