MICHAEL CHOURDAKIS
MICHAEL CHOURDAKIS
Setup
It would help if this could be installed via pip. I'm still trying to install the dependencies and I eventually get ``` Traceback (most recent call last): File "QualityScaler.py", line...
Are you sure this is working right? ``` sf_advancecomp(&STX[i], 48000, 0, -40, 0, 10, 0.25f, 0.15f, 0.006f, // predelay 0.090f, // releasezone1 0.160f, // releasezone2 0.420f, // releasezone3 0.980f, //...
For VS 2022: ``` cmake.exe -G "Visual Studio 17 2022" -A x64 -S . -B "out64" -DVST3_SDK_ROOT=f:/vst3sdk cmake.exe -G "Visual Studio 17 2022" -A Win32 -S . -B "out32" -DVST3_SDK_ROOT=f:/vst3sdk...
Would you please give me some tips to build without the JUCE (I wound't need the GUI, just the binaural code).
I 'd appreciate a change of the license to a more permissive for closed source projects like MIT . :)
I did this: MsH3Api Api; auto ct = MyCert(); MSH3_CERTIFICATE_CONFIG ccfg = {}; MSH3_CERTIFICATE_CONTEXT* c2 = (MSH3_CERTIFICATE_CONTEXT*)ct; ccfg.CertificateContext = c2; ccfg.Type = MSH3_CERTIFICATE_TYPE_CONTEXT; MsH3Certificate c(Api, ccfg); MsH3Addr addr; addr.SetPortW(p2); MsH3Listener...
Those that start with "solid"
I am considering using this for live updates of my apps. Currently I use Microsoft's RDC implementation. It would be nice if there was a signature tool so the signatures...
You say that in order to change a property I need to have a keypath. How can I get all object's keypaths from a loaded lottie file? The idea is...
A transformer would be cool. VS also has one.  I'm already trying to implement one, perhaps I 'll create a pr soon.