Sound.PureTone Method
Definition
Creates a pure tone sound consisting of alternating pulses.
public static Sound PureTone(int repeats, int pulseLengthInTStates);
Parameters
| Name | Type | Description |
|---|---|---|
| repeats | Int32 | The number of pulse repetitions. |
| pulseLengthInTStates | Int32 | The length of each pulse in T-states. |
Returns
A new pure tone Sound.