ProtoFlux:Normalized Position: Difference between revisions

From Resonite Wiki
create Normalized Position ProtoFlux Node Page
 
m messsed up type
Line 22: Line 22:
== Outputs ==
== Outputs ==


=== * (Sudo-Generic) ===
=== * ([[Type:Float|float]]) ===


The current playback head position of the provided Source ([[Type:IPlayable|IPlayable]]) from 0 to 1. Which can be multiplied by the clip length to get seconds.
The current playback head position of the provided Source ([[Type:IPlayable|IPlayable]]) from 0 to 1. Which can be multiplied by the clip length to get seconds.

Revision as of 17:27, 9 February 2024

Normalized Position
Source
*
Media

Normalized Position is a ProtoFlux node that returns an IPlayable's playback head position from 0 to 1. Which can be multiplied by the clip length to get 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. Which can be multiplied by the clip length to get seconds.

Examples