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

Method current_processor_state

crates/firewheel-nodes/src/sampler.rs:365–367  ·  view source on GitHub ↗

Get the current state of this sampler node's processor at this instant in time.

(&self)

Source from the content-addressed store, hash-verified

363 /// in time.
364 pub fn current_processor_state(&self) -> CurrentProcessorState {
365 *self.channel.lock().unwrap().proc_state_output.read()
366 }
367
368 /// Get the current position of the playhead in units of frames (samples of
369 /// a single channel of audio).
370 pub fn playhead_frames(&self) -> DurationSamples {

Callers

nothing calls this directly

Calls 1

readMethod · 0.80

Tested by

no test coverage detected