Oli Larkin

Results 245 comments of Oli Larkin

is there a possibility you have a binary file in there which it is trying to duplicate?

possibly related https://github.com/iPlug2/iPlug2/issues/686

awesome. after messing around with the makefile, i thought maybe using cmake for linux would be better. on this branch there is some work on that https://github.com/iPlug2/iPlug2/tree/project/cmake

I don't think VST2 support on linux is important, since it is effectively a dead format. VST3 is actually supported by steinberg on linux, and I think would be a...

that is awesome. great work. I am also interested in accessibility, and would love to provide a good way for developers to make their iPlug plugin UIs easily accessible to...

bravo! would love to try your work if you would like to push it to an iPlug2 fork

great. i managed to compile it. with the makefile how can we get all the object files etc in a subfolder build-linux?

intermediates & output binaries etc go in a sub folder of the project dir e.g. IPlugControls/build-win , build-web, build-mac or build-ios on those platforms

Thanks for the info @AZSlow3. Are you aware of DPF? another plugin framework that uses nanovg, might have some clues. Do you have VST3 working without GUI? That would be...