| 1128 | } |
| 1129 | |
| 1130 | void onMainThread() |
| 1131 | { |
| 1132 | #if DISTRHO_PLUGIN_WANT_LATENCY |
| 1133 | reportLatencyChangeIfNeeded(); |
| 1134 | #endif |
| 1135 | } |
| 1136 | |
| 1137 | // ---------------------------------------------------------------------------------------------------------------- |
| 1138 | // parameters |
no outgoing calls
no test coverage detected