Click or drag to resize

SongAddNotes Method

Add a series of notes to the song.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public void AddNotes(
	params Note[] notes
)
View Source

Parameters

notes  Note
Notes to add.
See Also