Patrick Desaulniers

Results 126 comments of Patrick Desaulniers

For the time being, I think `luacheck` is more useful than `tl` at verifying plain Lua code. Once https://github.com/teal-language/tl/issues/89 is implemented, we might be able to use `tl check` as...

You're right, it's very good! I was still using https://github.com/trixnz/vscode-lua, which is much less feature-rich...

Can you please try with the latest CI build of Wolf Spectrum? https://github.com/wolf-plugins/wolf-spectrum/suites/9383886210/artifacts/442357509 (I think you need to be logged in to GitHub in order to download the build; let...

This has been implemented in https://github.com/wolf-plugins/wolf-shaper/pull/147.

> I was trying to understand the code a little and resolve the issue but I found it a little hard positioning the element at the bottom of the UI....

Should be fixed in the latest release!

Yes, VST3 support is currently enabled on the master branch! Now, I just need to create a new release :grin:

VST3 and CLAP binaries are now provided in the latest release!

Thanks, I can reproduce the issue on FreeBSD. It seems like DPF does not define a name for VST3 builds on Unix-like systems besides Linux and MacOS : https://github.com/DISTRHO/DPF/blob/22413340a6d8ef2ffbf38ce841fb44c448a1a84a/Makefile.plugins.mk#L224-L240 To...

I've just been told about this issue: https://github.com/steinbergmedia/vst3sdk/issues/86 Before we can ship VST3 builds on FreeBSD, the VST3 spec needs to define which naming convention to use on systems other...