(&mut self)
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected