Component:TriangleWaveClip: Difference between revisions

From Resonite Wiki
Automated: update DeDuplicate
add info
Line 7: Line 7:
|Name=Triangle Wave Clip
|Name=Triangle Wave Clip
}}
}}
The '''TriangleWaveClip''' component is used to make a buzzing like repeating sound clip, which can be used to make audio clips that make a repeating noise.
{{Note|This component takes time to change it's pitch and loudness when it's properties are changed. When doing real time adjustments, It is recommended to make the audio loud and low pitched by default and then adjust the speed and volume of the audio player to adjust in real time.|warning}}


<!--T:2-->
<!--T:2-->
Line 12: Line 15:
{{Table ComponentFields
{{Table ComponentFields
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}}
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}}
|Frequency|Float|
|Frequency|Float| The pitch of the clip.
|Amplitude|Float|
|Amplitude|Float| The loudness of the clip.
}}
}}


== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|BakeClip()|[[Type:Action|Action]]|
|BakeClip()|[[Type:Action|Action]]| Turns the audio into a [[Component:StaticAudioClip]].
}}
}}


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Attach to a slot and provide a <code>Frequency</code> and <code>Amplitude</code>, then insert into a [[Component:AudioClipPlayer]] to hear it.


<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}


<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
{{Template:AudioClip_SeeAlso}}
</translate>
</translate>


[[Category:Components{{#translation:}}|Triangle Wave Clip]]
[[Category:Components{{#translation:}}|Triangle Wave Clip]]
[[Category:ComponentStubs]]
[[Category:Components:Assets:Procedural Audio Clips{{#translation:}}|Triangle Wave Clip]]
[[Category:Components:Assets:Procedural Audio Clips{{#translation:}}|Triangle Wave Clip]]

Revision as of 20:53, 1 February 2025


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Triangle Wave Clip component as seen in the Scene Inspector

The TriangleWaveClip component is used to make a buzzing like repeating sound clip, which can be used to make audio clips that make a repeating noise.

This component takes time to change it's pitch and loudness when it's properties are changed. When doing real time adjustments, It is recommended to make the audio loud and low pitched by default and then adjust the speed and volume of the audio player to adjust in real time.

Fields

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

Lua error in mw.text.lua at line 25: bad argument #1 to 'match' (string expected, got nil).
Triggers
Method Name Method type and Arguments. Is the method hidden? Description

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