Tone.CurrentPitch Property

Gets or sets the pitch.

Syntax

public int CurrentPitch

Notes

CurrentPitch is subject to range limits { PITCH.MIN - PITCH.MAX } as defined in the Range Constants.

Only constructors and assignments set this property. Other methods such as Play may use this property but do not update it with values from their argument list.

More Information

Tone Class