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

Method currently_processing_sample

crates/firewheel-nodes/src/sampler.rs:916–922  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

914 }
915
916 fn currently_processing_sample(&self) -> bool {
917 if self.loaded_sample_state.is_none() {
918 false
919 } else {
920 self.playing || (self.paused && !self.declicker.has_settled())
921 }
922 }
923
924 fn num_channels_filled(&self) -> usize {
925 if let Some(state) = &self.loaded_sample_state {

Callers 2

stopMethod · 0.80
processMethod · 0.80

Calls 1

has_settledMethod · 0.45

Tested by

no test coverage detected