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

Method clock_samples_range

crates/firewheel-core/src/node.rs:806–808  ·  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

804 /// This will be `None` if no musical transport is currently active,
805 /// or if the current transport is currently paused.
806 #[cfg(feature = "musical_transport")]
807 pub transport_info: Option<TransportInfo>,
808}
809
810impl ProcInfo {
811 /// The current time of the audio clock at the first frame in this

Callers 1

prepare_process_blockMethod · 0.80

Calls 1

DurationSamplesClass · 0.85

Tested by

no test coverage detected