ProtoFlux:ClipLength: Difference between revisions

From Resonite Wiki
Sudo-Generic -> Pseudo-generic
m YoshBot moved page ProtoFlux:Clip Length to ProtoFlux:ClipLength: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 43: Line 43:


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

Latest revision as of 23:45, 20 August 2025

Clip Length
Source
*
Media

Clip Length is a ProtoFlux node that returns an IPlayable's length in seconds.


This node has the following variants, with their respective outputs:

Variant Node Type Output Example
Clip Length (float) Clip Length Float 10.000087 (less precision)
Clip Length (double) Clip Length Double 10.0008374623287624

Inputs

Source (IPlayable)

The clip to check if it is playing

Outputs

* (Pseudo-generic)

The length of the provided Source (IPlayable) in seconds.

Examples