|
SongAddRest(Double) 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 void AddRest(
double restLength
)
Public Sub AddRest (
restLength As Double
)
public:
void AddRest(
double restLength
)
member AddRest :
restLength : float -> unit
function AddRest(restLength);
View SourceParameters
- restLength Double
- Duration of wait specified as a note value.
See Also