Giovanni A. Zuliani

Results 138 comments of Giovanni A. Zuliani

Hey @lizzyd710, this is a good suggestion. However, our test coverage is pretty low at the moment: I fear that adding that badge right now would backfire at us from...

Hi @petabyteboy , thanks for reporting. This is a kind of known issue after we [C++17-ified the log function](https://github.com/monocasual/giada/commit/615cccd3602e7a733665681bbb322946164e07a4). I'll try to summon @keryell to see if we can suppress...

> Otherwise removing the `printf` and use C++20 `std::format`? :-) This would be great, unfortunately we are not ready for the C++20 upgrade yet. > Or calling explicitly `vfprintf` as...

On a second thought, better avoid trade-offs and fix this one with the proper `std::format`. Postponed to 1.0.

Recently we added [fmt](https://fmt.dev/latest/index.html) as a new dependency, so we don't really need to wait for the official `std::format` support to fix this.

@yurivict please paste here the debug output you get on the command line. Also, attaching the `giada.conf` file located in `~/.giada` might help. Thanks

Thanks for the revamp @umlaeute. I'm talking to the original author here - actually this might not be 100% correct, because the check is performed inside the `if(WITH_VST2 OR WITH_VST3)`...

Hey @musicinmybrain thank you for the heads-up and the PR. I actually fixed this in f41cfe630349042687eeac21bbab23792e15027e: JSON for modern C++ is now treated as a normal external/system library by default....

Done in development branch `midi-sync-fix`. Closing.

@asktoby is this still a problem with the latest version?