MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / init

Method init

plugins/Cardinal/src/Ildaeil.cpp:935–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933 CarlaPluginDiscoveryHandle handle = nullptr;
934
935 void init()
936 {
937 needsReinit = true;
938
939 if (handle != nullptr)
940 {
941 carla_plugin_discovery_stop(handle);
942 handle = nullptr;
943 }
944 }
945 } fRunnerData;
946
947 BinaryType fBinaryType = BINARY_NATIVE;

Callers 1

initAndStartRunnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected