vst3_pluginterfaces
vst3_pluginterfaces copied to clipboard
Missing implementation of FUID::generate() for _M_ARM64 and _M_ARM.
Hi,
I attempted to recompile my [project] (https://github.com/RinoReyns/CrossPlatformVstHost) for M chip based MacOs (currently my project works fine for Intel based MacOs). During the work, I figured out that the following function isn't implemented for _M_ARM64 and _M_ARM. It is blocker for my work. Is there any ETA for its implementation? Or maybe someone can explain me what is the purpose of this function that I can attempt to implement it by my own.
https://github.com/steinbergmedia/vst3_pluginterfaces/blob/0786cbef972d9a722fbb7cfabcbdb8d492fefa62/base/funknown.cpp#L154-L156