Component:TestSineWaveSource

From Resonite Wiki
Component image 
Test Sine Wave Source component as seen in the Scene Inspector

The TestSineWaveSource component acts the same as a SineWaveClip if it were continuously playing as an AudioClipPlayer. The main difference though is it allows constant and quick changes in Frequency and Amplitude without needing time to recalculate.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Frequency Float The pitch of the audio streamed whistle tone.
Amplitude Float The loudness of the streamed whistle tone.

Usage

Attach to a slot and insert into a Component:AudioOutput to hear the streamed whistle tone.

Examples

Can be used to test frequencies or be used for a whistle type instrument with quick changes without having to change the speed or volume of a Component:AudioClipPlayer

See Also