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

Method is_playing

examples/sampler_test/src/system.rs:175–180  ·  view source on GitHub ↗
(&self, sampler_i: usize)

Source from the content-addressed store, hash-verified

173 }
174
175 pub fn is_playing(&self, sampler_i: usize) -> bool {
176 self.cx
177 .node_state::<SamplerState>(self.samplers[sampler_i].node_id)
178 .unwrap()
179 .currently_playing()
180 }
181
182 pub fn is_paused(&self, sampler_i: usize) -> bool {
183 self.cx

Callers 1

updateMethod · 0.80

Calls 1

currently_playingMethod · 0.80

Tested by

no test coverage detected