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

Function host_dispatcher

plugins/Cardinal/src/Ildaeil.cpp:829–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829static intptr_t host_dispatcher(const NativeHostHandle handle, const NativeHostDispatcherOpcode opcode,
830 const int32_t index, const intptr_t value, void* const ptr, const float opt)
831{
832 return static_cast<IldaeilModule*>(handle)->hostDispatcher(opcode, index, value, ptr, opt);
833}
834
835// --------------------------------------------------------------------------------------------------------------------
836

Callers

nothing calls this directly

Calls 1

hostDispatcherMethod · 0.45

Tested by

no test coverage detected