Play
Media
Play is a ProtoFlux node that plays the provided Target (IPlayable) when * (Call) is called. Play doesn't change the current Position Output, it essentially sets Is Playing Output to true.
Inputs
* (Call)
Impulse this to play the provided Target (IPlayable)
Target (IPlayable)
The IPlayable to play.
Outputs
Next (Continuation)
Sends an impulse after * (Call) was called and it successfully started playing.
Examples
-
A simple setup that allows control of the playback of an audio clip utilizing this node along with some others.