989onan bot (talk | contribs) Automated: update SyncDelegates |
989onan bot (talk | contribs) Automated: update SyncDelegates |
||
Line 21: | Line 21: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|BakeClip[[Type:Action|Action]]|[[Type:Action|Action]]|false| Turns the audio into a [[Component:StaticAudioClip]]. | |BakeClip:[[Type:Action|Action]]|[[Type:Action|Action]]|false| Turns the audio into a [[Component:StaticAudioClip]]. | ||
}} | }} | ||
Latest revision as of 06:32, 17 March 2025
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image 
Sine Wave Clip component as seen in the Scene Inspector

The SineWaveClip component is an audio clip that can be used to get a whistling like tone with a frequency and loudness.
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. |
HighPriorityIntegration
|
Bool | If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes. |
Frequency
|
Float | The pitch of the clip. |
Amplitude
|
Float | The loudness of the clip. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
BakeClip:Action
|
Action | X | Turns the audio into a Component:StaticAudioClip. |
Usage
Attach to a slot and provide a Frequency
and Amplitude
, then insert into a Component:AudioClipPlayer to hear it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
See Also
- Component:TestSineWaveSource
- Type:IAudioSource
- Component:AudioClipPlayer
- Component:StaticAudioClip
- Component:ChannelVolumeMeter
- Component:VolumeMeter
- Component:SawtoothWaveClip
- Component:ValueNoiseClip
- Component:ButtonAudioClipPlayer
- Component:LerpingMultiClipPlayer
- TalkVisualizer
- Component:RandomAudioClipPlayer
- Component:MultiAudioClipPlayer
- Component:SimplexNoiseClip
- Component:TriangleWaveClip
- Component:SquareWaveClip
- Component:SineWaveClip