Julijan Nikolic

Results 45 comments of Julijan Nikolic

I am getting a crash here. I tried to follow the problem and it seems that asioCloseDriver crashes here: iasio->Release();

I have fixed some stuff and made it work for my iOS loudness meter lite. It took me a couple of days to figure what is going on. This might...

sorry, it doesn't, but it is needed if you want to load iOS plugin on macOS

I wrote the python script for that. You may add this to the source code as it can be useful: ``` import subprocess def compile_metal_shader(input_file, metallib_file): compile_command = [ "xcrun",...

Don't remember, but probably this: ``` const float width = std::ceil(Width() * GetDrawScale()); const float height = std::ceil(Height() * GetDrawScale()); ```