Community ProtoFlux Library/AmasterAmaster/Audio/Simple Play One Shot: Difference between revisions
spelling error |
fixed the input value color of Volume and Speed of the generated flux node -3- |
||
Line 8: | Line 8: | ||
{"Name":"*", "Type":"Call"}, | {"Name":"*", "Type":"Call"}, | ||
{"Name":"Clip", "Type":"AudioClip"}, | {"Name":"Clip", "Type":"AudioClip"}, | ||
{"Name":"Volume", "Type":" | {"Name":"Volume", "Type":"float1"}, | ||
{"Name":"Speed", "Type":" | {"Name":"Speed", "Type":"float1"}, | ||
{"Name":"Slot", "Type":"Slot"} | {"Name":"Slot", "Type":"Slot"} | ||
] | ] |
Revision as of 16:15, 23 August 2024
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.