Matthias Puech

Results 4 issues of Matthias Puech

Hi, I'm the original author of the Parasites. I just came around your VCV port; thanks for your work. There is a legal problem with your project though: if I'm...

When building with clang's `-Wconversion`, `RealtimeObject` gives an *implicit conversion changes signedness* warning, because the double-buffer `std::array` is addressed with an `int`. This silences it by fixing the index type...

Our plugin has some non-parameter state that assigns the declared parameters to real audio parameters. At its default state, no assignments are set up, so there is really no point...

Hi and thank you for your nice work. Your CMakeFile starts with: ``` cmake_minimum_required(VERSION 3.1..3.18) ``` My CMake (3.29.1) is complaining that the minimum requirement, 3.1, is getting old: ```...