Results 67 issues of ycollet

### Detailed steps on how to reproduce the bug I tried to build JUCE 8.0.8 on Fedora 42 x86_64 with gcc 15.1.0. I met the following error: ``` cd /builddir/build/BUILD/JUCE-8.0.8-build/JUCE-8.0.8/redhat-linux-build/extras/NetworkGraphicsDemo...

**Description** Half a Bug / Half an enhancement ... I have a gp5 score I try to play on powertab. All the instruments seems to play correctly excepted the drums....

bug

I am trying to build dev/v1.0.8 on Fedora 42 with gcc 15. I met the following error while compiling: ``` [ 49%] Building C object libpd/CMakeFiles/libpdstatic.dir/pure-data/extra/fiddle~/fiddle~.c.o cd /builddir/build/BUILD/camomile-1.0.8-build/Camomile/redhat-linux-build/libpd && /usr/bin/gcc...

I use HISE 4.1.0 on Fedora 40, compiled from sources. When HISE starts or when I click on "Export->Setup Export Wizard", the dialog is displayed as a gray area. ![image](https://github.com/user-attachments/assets/4af0597b-3548-4cf6-a9b1-26cbeea09e28)

webkitgtk will not be shipped anymore on Fedora 43. Is it possible to build cmajor without webkitgtk ?

When I install the extractcode-7z package on macOS with an arm64 Python 3.12 (Apple Silicon), the installation fails with strict tools like uv because no arm64-compatible wheel is published on...

I saw that the balance code looked like this: ``` if (balance > 0.5) volume_left *= (1 - balance) * 2; else volume_right *= balance * 2; ``` This code...

enhancement