| 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 |
no outgoing calls
no test coverage detected