MCPcopy Create free account
hub / github.com/DISTRHO/DPF / handleUncleanController

Function handleUncleanController

distrho/src/DistrhoPluginVST3.cpp:3187–3191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3185static std::vector<dpf_edit_controller**> gControllerGarbage;
3186
3187static uint32_t handleUncleanController(dpf_edit_controller** const controllerptr)
3188{
3189 gControllerGarbage.push_back(controllerptr);
3190 return 0;
3191}
3192
3193// --------------------------------------------------------------------------------------------------------------------
3194// dpf_comp2ctrl_connection_point

Callers 1

unref_edit_controllerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected