Skip to content

Sound.PureTone Method

Definition

Creates a pure tone sound consisting of alternating pulses.

public static Sound PureTone(int repeats, int pulseLengthInTStates);

View source

Parameters

Name Type Description
repeats Int32 The number of pulse repetitions.
pulseLengthInTStates Int32 The length of each pulse in T-states.

Returns

Sound

A new pure tone Sound.