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

Method play_sample

examples/visualizer/src/system.rs:98–102  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

96 }
97
98 pub fn play_sample(&mut self) {
99 self.sampler_params.start_or_restart();
100 self.sampler_params
101 .update_memo(&mut self.cx.event_queue(self.sampler_node_id));
102 }
103
104 pub fn set_bypassed(&mut self, bypassed: bool) {
105 self.triple_buffer_bypassed = bypassed;

Callers 1

updateMethod · 0.80

Calls 3

update_memoMethod · 0.80
start_or_restartMethod · 0.45
event_queueMethod · 0.45

Tested by

no test coverage detected