Results 213 comments of Philipp Keck

``` $ carla-single win32 vst "/home/philipp/.vst/x86/Pianissimo/Pianissimo.dll" ['wine', '/usr/lib/carla/carla-bridge-win32.exe', 'vst2', '/home/philipp/.vst/x86/Pianissimo/Pianissimo.dll', '(none)', '0'] 0009:err:module:import_dll Library libwinpthread-1.dll (which is needed by L"Z:\\usr\\lib\\carla\\carla-bridge-win32.exe") not found 0009:err:module:import_dll Library libgcc_s_sjlj-1.dll (which is needed by L"Z:\\usr\\lib\\carla\\carla-bridge-win32.exe")...

FTR, when I run `wine /usr/lib/carla/carla-bridge-win32.exe "VST2" "/home/philipp/.vst/x86/Pianissimo/Pianissimo.dll" "(none)" 1349407597` from the error message printed in Carla's "Logs" tab, I get exactly the same error as with the `carla-single` command...

The i386 build of 2.5.0 for focal is stuck with "Dependency wait": https://launchpad.net/~kxstudio-debian/+archive/ubuntu/apps/+build/24174559 [Log](https://launchpadlibrarian.net/613150126/buildlog_ubuntu-focal-i386.carla_6%3A2.5.0-1kxstudio1_BUILDING.txt.gz) Probably that's why I didn't get the proper version from the focal repo and it picked...

Thanks. Any tip on how I could downgrade (just the bridge or if necessary also the main app)? The repos only seem to have the latest version (which is quite...

I'm getting the same warning. It seems like you know enough to send a PR?

@G00fY2 I don't understand that function. It returns `maturityLevels.size`, which is a constant.

Ah thanks. I hadn't considered that Kotlin allows returning outer functions from lambdas.

Thanks! Yes that makes it more easily understandable. I had in the meanwhile transformed it to this, which uses the default `-1` as the fallback and doesn't need the extra...

> can you please rebase with the latest master and also resolve the conflict https://github.com/formium/formik/pull/3401