| 933 | CarlaPluginDiscoveryHandle handle = nullptr; |
| 934 | |
| 935 | void init() |
| 936 | { |
| 937 | needsReinit = true; |
| 938 | |
| 939 | if (handle != nullptr) |
| 940 | { |
| 941 | carla_plugin_discovery_stop(handle); |
| 942 | handle = nullptr; |
| 943 | } |
| 944 | } |
| 945 | } fRunnerData; |
| 946 | |
| 947 | BinaryType fBinaryType = BINARY_NATIVE; |