Click or drag to resize

SongAddRest(NoteValue) Method

Add a rest for the given length for the current beat.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public void AddRest(
	NoteValue restLength
)
View Source

Parameters

restLength  NoteValue
Duration of wait specified as a note value.
See Also