|
SongAddRest(NoteValue) Method
|
Add a rest for the given length for the current beat.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax Public Sub AddRest (
restLength As NoteValue
)
member AddRest :
restLength : NoteValue -> unit
function AddRest(restLength);
View SourceParameters
- restLength NoteValue
- Duration of wait specified as a note value.
See Also