MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / clock_seconds_range

Method clock_seconds_range

crates/firewheel-core/src/node.rs:812–816  ·  view source on GitHub ↗

Get the current time of the audio clock in frames as a range for this processing block.

(&self)

Source from the content-addressed store, hash-verified

810impl ProcInfo {
811 /// The current time of the audio clock at the first frame in this
812 /// processing block, equal to the total number of seconds of data that
813 /// have been processed since this Firewheel context was first started.
814 ///
815 /// Note, this value does *NOT* account for any output underflows
816 /// (underruns) that may have occurred.
817 ///
818 /// Note, generally this value will always count up, but there may be
819 /// a few edge cases that cause this value to be less than the previous

Callers

nothing calls this directly

Calls 3

DurationSamplesClass · 0.85
clock_secondsMethod · 0.80
to_secondsMethod · 0.80

Tested by

no test coverage detected