Oli Larkin

Results 172 comments of Oli Larkin

loads this time put crashes not long after displaying the UI Process: Five-Scope [774] Path: /Users/oli/Downloads/Five-Scope 2.app/Contents/MacOS/Five-Scope Identifier: ghostfact.Five-Scope Version: 1.0 (1) Code Type: X86-64 (Native) Parent Process: launchd [218]...

only one issue on fivescope now Ld build/fivescope.build/Debug/fivescope.build/Objects-normal/i386/fivescope normal i386 cd /Users/oli/Dev/audiounitjs/examples/fivescope/fivescope setenv MACOSX_DEPLOYMENT_TARGET 10.6 /Developer/usr/bin/llvm-g++-4.2 -arch i386 -bundle -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/oli/Dev/audiounitjs/examples/fivescope/fivescope/build/Debug -F/Users/oli/Dev/audiounitjs/examples/fivescope/fivescope/build/Debug -filelist /Users/oli/Dev/audiounitjs/examples/fivescope/fivescope/build/fivescope.build/Debug/fivescope.build/Objects-normal/i386/fivescope.LinkFileList -exported_symbols_list "AUJS Source/Plugin/fivescope.exp" -mmacosx-version-min=10.6 -framework...

yes i tried to edit the library around here https://github.com/charlieroberts/interface.js/blob/master/index.js#L277 following this: https://gist.github.com/joubertnel/870190 I was able to scale the context to 2x, but was unable to get it to render...

Actually, this is not enough. QT6 has a dependency on librotli it seems and it's not in /usr/local/lib where the .app expects it. It's possible to fix with ``` brew...

iPlug2 includes FAUST support directly, and duplicating this project will let you compile a faust .dsp as an AUv3 https://github.com/iPlug2/iPlug2/tree/master/Examples/IPlugFaustDSP You can then do the GUI with IPlug's gui library...

Metal is not required. You can use skia cpu igraphics backend and Like I said you can put uikit swift ui etc on top of iplug2. it must be a...

https://github.com/iPlug2/iPlug2/blob/master/IPlug/AAX/IPlugAAX.cpp#L366

Many 3rd party libraries have a file called config.h, which is problematic when iPlug2 projects [expect a file called config.h](https://github.com/iPlug2/iPlug2/blob/master/IPlug/IPlug_include_in_plug_hdr.h#L22) The only solution is to rename config.h to something less...

This doesn't look right to me in IGraphicsWin. The original code is also a bit nasty. I will investigate