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

Function hostCallback

distrho/src/DistrhoPluginVST2.cpp:1149–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147 // host callback
1148
1149 intptr_t hostCallback(const VST_HOST_OPCODE opcode,
1150 const int32_t index = 0,
1151 const intptr_t value = 0,
1152 void* const ptr = nullptr,
1153 const float opt = 0.0f)
1154 {
1155 return fAudioMaster(fEffect, opcode, index, value, ptr, opt);
1156 }
1157
1158 // ----------------------------------------------------------------------------------------------------------------
1159 // functions called from the plugin side, RT no block

Callers 8

editParameterMethod · 0.85
setParameterValueMethod · 0.85
setSizeMethod · 0.85
vst_dispatcherFunction · 0.85
vst_processReplacingFunction · 0.85
writeMidiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected