MCPcopy Create free account
hub / github.com/LMMS/lmms / cb_deactivate

Function cb_deactivate

plugins/LadspaEffect/calf/src/plugin.cpp:253–255  ·  view source on GitHub ↗

LADSPA deactivate function

Source from the content-addressed store, hash-verified

251
252/// LADSPA deactivate function
253static void cb_deactivate(LADSPA_Handle Instance) {
254 ((ladspa_instance *)(Instance))->module->deactivate();
255}
256
257/// LADSPA cleanup (delete instance) function
258static void cb_cleanup(LADSPA_Handle Instance) {

Callers

nothing calls this directly

Calls 1

deactivateMethod · 0.45

Tested by

no test coverage detected