juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.54k stars 1.73k forks source link

add variant.isVoid() check in fromVar function #1400

Closed benkuper closed 1 month ago

benkuper commented 3 months ago

This adds a check for variant.isVoid() in the fromVar function, allowing to have return type var() when calling C functions from script

This fixes the issue #1399

benkuper commented 1 month ago

This has been resolved but not check as such, closing now