Community ProtoFlux Library/AmasterAmaster/Audio/Simple Play One Shot: Difference between revisions

From Resonite Wiki
fixed the value links
spelling error
Line 20: Line 20:
|}}
|}}


The '''Simple Play One Shot''' is a simplified node of the [[ProtoFlux:Play One Shot|Play One Shot]] Protoflux node. This node only requires 5 inputs which are; Call, an AudioClip, the Volume, Speed of the Audioclip playback and which slot to produce the AudioClip.
The '''Simple Play One Shot''' is a simplified node of the [[ProtoFlux:Play One Shot|Play One Shot]] Protoflux node. This node only requires 5 inputs which are; Call, an AudioClip, the Volume, Speed of the Audioclip playback and which slot to produces the AudioClip.


== Inputs ==
== Inputs ==

Revision as of 16:10, 23 August 2024

This is a custom ProtoFlux node maintained by AmasterAmaster. Contact the creator of the node (not the Dev Team) with any bugs or issues.
This node was created using an in-game system and has no correlation to the Plugin system. Currently, these types of custom nodes are not officially supported by Resonite.
Simple Play One Shot
*
OnStartedPlaying
Clip
Audio
Volume
Speed
Slot
Amaster's Audio Library

The Simple Play One Shot is a simplified node of the Play One Shot Protoflux node. This node only requires 5 inputs which are; Call, an AudioClip, the Volume, Speed of the Audioclip playback and which slot to produces the AudioClip.

Inputs

* (Call)

Call to produce an AudioClip from the given AudioClip within the custom node.

Clip (AudioClip)

The node will produce a copy of the AudioClip given by the user.

Volume (Float)

The float value that determines how high the volume of the AudioClip produced from the custom node.

Speed (Float)

The float value that determines how fast the speed of the AudioClip plays through produced from the custom node.

Slot (Slot)

Slot that will be the point of origin of the AudioClips.

Outputs

OnStartedPlaying (Continuation)

Sends an impulse after * (Call) has been impulsed and the value has been written.

Audio (AudioOutput)

The audio output of the custom node.