-
Hello,
I couldn't test that myself, but I've had reports of MacOS users seeing very high CPU usage (more than 100% sometime) when using mongoose.
Commenting the code using mongoose instantly dropped…
-
When I compiled the latest git version of DISTRHO-Ports (commit 500ac85e3d10d) on Ubuntu 18.04 (gcc 7.3.0) it spewed out quite a few warnings and I've attached the fixes I used to shut them up.
I'…
-
```
... 8< ... zip-zap ... 8< ...
Linking SurgeEffectsBank - LV2
../../build/generate-lv2-ttl.py build/SurgeEffectsBank.lv2/SurgeEffectsBank.so
JUCE v5.1.2
UserDataPath is /nonexistent/.Surge
…
-
I'm researching possibilities for an upcoming embedded+touchscreen GUI project, and I'd like to use Rust. (I currently use the JUCE C++ library to build applications.) Conrod seems like a great GUI li…
-
Noah, I know this is your first JUCE audio plugin, but you really need to organize the code a little bit more. Here are some pointers:
* add some files to modularize the code a little more
* creat…
-
As of #145 we now have a cleaner EcmascriptEngine interface which is satisfied via a Duktape implementation Pimpl by default. The task here is to provide another EcmascriptEngine implementation via V8…
-
Currently the biggest problem that has been blocking AAP development most is Gradle and AGP, and since their problems.
(1) Under *some* condition, AGP fails to expand Prefab package content native …
-
am synth needs to come windows
-
Running make gives the following error:
Makefile:336: *** target pattern contains no '%'. Stop.
Digging a little bit deeper I found the issue. It's line 51:
`VST3_PLATFORM_ARCH := $(shell $(…
-
When first opening the github page, the About description lists Juce 7 rather than 8.