Tone.Pause Method

Generates a pause, allowing you to insert gaps or rests between audible tones.

Syntax

public static int Pause( int Duration )

Parameters

Duration
The rest duration in milliseconds, subject to the range limits defined in Tone.DURATION.

Return Value

A result code that indicates either success or a particular fault condition. This value can be tested with helper methods.

More Information

Tone Class