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

Method init

distrho/src/DistrhoPluginCLAP.cpp:816–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814 }
815
816 bool init()
817 {
818 if (!clap_version_is_compatible(fHost->clap_version))
819 return false;
820
821 return fHostExtensions.init();
822 }
823
824 void activate(const double sampleRate, const uint32_t maxFramesCount)
825 {

Callers 1

clap_plugin_initFunction · 0.45

Calls 1

Tested by

no test coverage detected