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

Method clock_seconds

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

The current time of the audio clock at the first frame in this processing block, equal to the total number of seconds of data that have been processed since this Firewheel context was first started. Note, this value does *NOT* account for any output underflows (underruns) that may have occurred. Note, generally this value will always count up, but there may be a few edge cases that cause this va

(&self)

Source from the content-addressed store, hash-verified

797 /// or if the current transport is currently paused.
798 #[cfg(feature = "musical_transport")]
799 pub transport_info: Option<TransportInfo>,
800}
801
802impl ProcInfo {
803 /// The current time of the audio clock at the first frame in this
804 /// processing block, equal to the total number of seconds of data that
805 /// have been processed since this Firewheel context was first started.

Callers 1

clock_seconds_rangeMethod · 0.80

Calls 1

to_secondsMethod · 0.80

Tested by

no test coverage detected