ProtoFlux:Pause: Difference between revisions

From Resonite Wiki
added Pause ProtoFlux Node Page
 
m fix types
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name":"*", "Type":"Impulse"},
{"Name":"*", "Type":"Call"},
{"Name":"Target", "Type":"IPlayable"}
{"Name":"Target", "Type":"IPlayable"}
]
]
Line 18: Line 18:
== Inputs ==
== Inputs ==


=== * ([[Impulses|Call]]) ==
=== * ([[Impulses|Call]]) ===


Impulse this to pause the provided Target ([[Type:IPlayable|IPlayable]])
Impulse this to pause the provided Target ([[Type:IPlayable|IPlayable]])
Line 37: Line 37:
File:ProtoFlux_example_simple_audio_playback.webp|A simple setup that allows control of the playback of an audio clip utilizing this node along with some others.
File:ProtoFlux_example_simple_audio_playback.webp|A simple setup that allows control of the playback of an audio clip utilizing this node along with some others.
</gallery>
</gallery>
[[Category:ProtoFlux:Media]]

Latest revision as of 21:09, 9 February 2024

Pause
*
Next
Target
Media

Pause is a ProtoFlux node that pauses the provided Target (IPlayable) when * (Call) is called. Pause doesn't change the current Position Output, it essentially sets Is Playing Output to false.

Inputs

* (Call)

Impulse this to pause the provided Target (IPlayable)

Target (IPlayable)

The IPlayable to pause.

Outputs

Next (Continuation)

Sends an impulse after * (Call) was called and it was successfully paused.

Examples