JanosGit

Results 30 issues of JanosGit

Possible implementation of feature request https://forum.juce.com/t/add-support-for-metal-shaders-in-modules/37963

As proposed here https://forum.juce.com/t/resample-a-complex-valued-buffer-without-de-interleaving-the-buffer/34703/2, I think it's useful to extend the interpolator classes to accept more than just float values. The pull request contains a refactored version of both LagrangeInterpolator...

enhancement

As VST3 has a fixed install location, this dialog confuses people ![](https://www.gearslutz.com/board/attachments/new-product-alert/927533d1605792512-free-amp-open-source-overdrive-vst-au-ojd1.jpg) Reported on [gearslutz.com](https://www.gearslutz.com/board/new-product-alert/1332352-free-amp-open-source-overdrive-vst-au.html). Will be fixed with the next release

bug

Need to figure out how I can get it signed correctly and then how this process can be automated by the build pipeline without violating the AAX NDA by exposing...

enhancement
Build Pipeline

I'm currently setting up a CI pipeline via GitHub Actions for one of my projects that uses Packages to build the macOS installer. To use packagebuild during that process, I...

I'm about to integrate `libjsonnet++` in a C++ project that should support processing of jsonnet files. The project is CMake based, so the projects CMakeLists.txt looks somewhat like that: ```cmake...

**Baikal version**: 0.9.3 Disclaimer: C++ developer here with little web technology know how – the error is likely rather on my side and based on a lack of understanding than...