ProtoFlux:NormalizedPosition: Difference between revisions

From Resonite Wiki
m encourage users to use Position for a seconds variant
m YoshBot moved page ProtoFlux:Normalized Position to ProtoFlux:NormalizedPosition: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 33: Line 33:


[[Category:ProtoFlux:Media]]
[[Category:ProtoFlux:Media]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 00:28, 21 August 2025

Normalized Position
Source
*
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