diff --git a/source/discovery/carla-discovery.cpp b/source/discovery/carla-discovery.cpp index 739d06c9f..2b56fa72e 100644 --- a/source/discovery/carla-discovery.cpp +++ b/source/discovery/carla-discovery.cpp @@ -1664,7 +1664,7 @@ static void do_vst3_check(lib_t& libHandle, const char* const filename, const bo audioIns += busInfo.channel_count; } - for (int32_t j=0; jget_bus_info(component, V3_AUDIO, V3_OUTPUT, j, &busInfo) == V3_OK); @@ -1724,7 +1724,7 @@ static void do_vst3_check(lib_t& libHandle, const char* const filename, const bo } } - for (int32_t j=0; jget_bus_info(component, V3_AUDIO, V3_OUTPUT, j, &busInfo) == V3_OK);