MCPcopy Create free account
hub / github.com/Xiaobin-Rong/gtcrn / deactivate

Method deactivate

ladspa/src/plugin.rs:465–467  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

463 }
464
465 fn deactivate(&mut self) {
466 // Nothing needed - worker continues running
467 }
468
469 fn run<'a>(&mut self, sample_count: usize, ports: &[&'a PortConnection<'a>]) {
470 let input = ports[PORT_INPUT].unwrap_audio();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected