create Normalized Position ProtoFlux Node Page |
Added category: ContinuouslyChanging nodes |
||
(2 intermediate revisions by one other user not shown) | |||
Line 12: | Line 12: | ||
|}} | |}} | ||
Normalized Position is a ProtoFlux node that returns an [[Type:IPlayable|IPlayable]]'s playback head position from 0 to 1. | Normalized Position is a ProtoFlux node that returns an [[Type:IPlayable|IPlayable]]'s playback head position from 0 to 1. See [[ProtoFlux:Position|Position ProtoFlux Node]] for a node that returns the playback head position in seconds. | ||
== Inputs == | == Inputs == | ||
Line 22: | Line 22: | ||
== Outputs == | == Outputs == | ||
=== * ( | === * ([[Type:Float|float]]) === | ||
The current playback head position of the provided Source ([[Type:IPlayable|IPlayable]]) from 0 to 1. | The current playback head position of the provided Source ([[Type:IPlayable|IPlayable]]) from 0 to 1. See [[ProtoFlux:Position|Position ProtoFlux Node]] for a node that returns the playback head position in seconds. | ||
== Examples == | == Examples == | ||
Line 33: | Line 33: | ||
[[Category:ProtoFlux:Media]] | [[Category:ProtoFlux:Media]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 07:29, 27 May 2025
Normalized Position
Media
Normalized Position is a ProtoFlux node that returns an IPlayable's playback head position from 0 to 1. See Position ProtoFlux Node for a node that returns the playback head position in seconds.
Inputs
Source (IPlayable)
The clip to check the current position on.
Outputs
* (float)
The current playback head position of the provided Source (IPlayable) from 0 to 1. See Position ProtoFlux Node for a node that returns the playback head position in seconds.
Examples
-
Normalized Position node being used along side a bunch of other basic information about a clip.