vst3_pluginterfaces icon indicating copy to clipboard operation
vst3_pluginterfaces copied to clipboard

Missing implementation of FUID::generate() for _M_ARM64 and _M_ARM.

Open RinoReyns opened this issue 9 months ago • 0 comments

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

RinoReyns avatar Mar 15 '25 20:03 RinoReyns