-
### Detailed steps on how to reproduce the bug
Hello. I understand that OpenBSD is not a targeted system, but I'm hoping that in your good graces you may offer some insights in my attempts to build..…
-
### Detailed steps on how to reproduce the bug
Attempting to configure the JUCE project yields an error. I've traced to this commit ID: `e3489703f`.
`cmake -B . -DCMAKE_BUILD_TYPE=Release -DCMAK…
-
I am building Piano on Fedora 36 and I am not able to use it.
When I play a key on Piano, I've got a segmentation fault:
```
Thread 6 "JUCE ALSA" received signal SIGSEGV, Segmentation fault.
[S…
-
**Project description**
pedalboard is a Python library for working with audio: reading, writing, rendering, adding effects, and more. It supports most popular audio file formats and a number of commo…
-
I successfully built guitarix.vst on Raspberry Pi OS using both the v0.3 source code and the latest git. In both instances, whether I used the included JUCE modules or the system modules, there is no…
-
First, thank you for putting this together. Working in CLion makes me feel far more sane than XCode. I have one issue that I'm wondering if you've seen before. While my build works great from inside C…
-
### Detailed steps on how to reproduce the bug
- setup an i386 (x86, x86-32) machine
- build the UnitTestRunner
```sh
make -C extras/UnitTestRunner/Builds/LinuxMakefile
```
- run the …
-
the x button doesn't work. the message works, but there's a use after free
(this only happens after you type into it)
https://github.com/plugdata-team/plugdata/assets/86204514/522872e8-2067-4f…
-
```
In file included from ../../../JUCE/modules/juce_core/juce_core.cpp:189:
../../../JUCE/modules/juce_core/native/juce_posix_SharedCode.h:252:21: error: invalid use of incomplete type 'juce::stat'…
-
### Detailed steps on how to reproduce the bug
Run any JUCE based app which is using class juce_Image
under Xcode thread sanitizer(turn on undefined behaviour checkbox).
Observe pointer overflow …