-
This repository lacks a explicit license statement.
In my opinion (and IANAL), the use of JUCE (under the AGPLv3) and VST3 (GPLv3) with FluidSynth (LGPLv2.1) makes GPLv3 (or AGPLv3) the only viable…
-
Currently our aap-juce presets scanning involves loading of entire preset data to just get its name. Preset scanning does not happen often, but it takes too long time on some plugins. The newest examp…
-
I'm logging some failed attempts to port more JUCE plugins here (I have the same topic on aap-lv2 issues).
-
Now we have various combination of testable audio plugins (LV2-based plugins e.g. mda, and JUCE-based plugins e.g. andes and SARAH) as well as hosts (aaphostsample, JuceAAPAudioPluginHost), there shou…
-
```
Jost (and all apps standalone/vst) cause glibc error when closed; can only be
noticed when invoked from terminal. Crash log attached. Using juced trunk rev.
164. System: Ubuntu 10.04 LTS (32 bit…
-
Hi, I got this crash once when trying to open the GUI in the radium music editor:
```
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc704b700 (LWP 670)]
0x00007fffc73…
-
## Use case
I'm exploring using Flutter in a DAW plugin, VST and AudioUnit. A Host like Ableton Live running a plugin is a different environment than a standalone desktop application. In this conte…
-
Hello, first, thanks for this amazing project!
This is probably against of the project goal but... Would it be possible to use this repo to somehow (hopefully easily) build the individual lv2 pl…
-
### Detailed steps on how to reproduce the bug
When utilizing the JUCE Framework with ThreadSanitizer enabled, the application is unable to properly terminate the application.
1. cmake -G Xcod…
-
I compiled the clap-saw-demo-imgui plugin according to README. When I load only one plugin instance, it works well in the host. But when I load more than one clap-saw plugins, the host will crash. Thi…