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

Method activate

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

Source from the content-addressed store, hash-verified

458
459impl Plugin for GtcrnPlugin {
460 fn activate(&mut self) {
461 // Note: Ring buffers are not easily cleared without recreation.
462 // The prefill ensures we start with known state.
463 }
464
465 fn deactivate(&mut self) {
466 // Nothing needed - worker continues running

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected