Community ProtoFlux Library/AmasterAmaster/Audio/Simple Play One Shot

From Resonite Wiki
Revision as of 16:06, 23 August 2024 by Zennirus (talk | contribs) (Created page with "{{Custom Node|AmasterAmaster}} {{#Invoke:ProtoFlux|GenerateUI |Name=Simple Play One Shot |Category=Amaster's Audio Library |Inputs= [ {"Name":"*", "Type":"Call"}, {"Name":"Clip", "Type":"AudioClip"}, {"Name":"Volume", "Type":"Float"}, {"Name":"Speed", "Type":"Float"}, {"Name":"Slot", "Type":"Slot"} ] |Outputs= [ {"Name":"OnStartedPlaying", "Type":"Slot"}, {"Name":"Audio", "Type":"AudioOutput"} ] |Custom=true |}} The '''Simple Play One Shot''' is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 produce 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.