-
Steps to reproduce after installing Max 8 and Xcode:
1. Clone https://github.com/AlexHarker/AHarker_Externals.git
2. Download Max 8 SDK Version 8.0.3 https://cycling74.com/downloads/sdk and unzip.…
-
## Bug Description
_A code example is included at the bottom of this post._
To resize my entire `PluginEditor` window so that it scales all components uniformly, the editor has a child component (…
-
This issue is @baconpaul 's book of work for the port to juce / creation of Surge XT. I locked it to keep myself organized. If you are working on or trying SXT and find a new bug, please just open an …
-
Would it be possible to export to a plugin in another langage than C++? (and another framework than JUCE)
Curious about what the possibilities of SOULLang are, and what another backend entails.
p0nce updated
3 years ago
-
Might it be possible to get this in [LV2 plugin](https://github.com/drobilla/lv2/wiki) format, maybe via DPF or jlv2?
-
**Bug Description:**
After updating from 1.6.x to 1.9.0 I am having a problem with recalling the gig in Gig Performer 3. After saving the gig file and restarting the Gig Performer I have different pr…
-
Trying to compile any interpolator will fail if the function `GenericInterpolator::processAdding(double, const float*, float*, int, int, int, float)` is used.
The compilation error occurs in the fu…
-
When compiling on MSVC 16.10.0 I hit the following error:
### Failed to build `IconBuilder`
#### Versions
CMake: `3.20.2`
FRUT: commit 55f1c02cc836c08ec5469f64a3f8cc89ecb535fb
JUCE: unkno…
-
# Overview
Following several weeks of discussion with @reuk in the Discord server.
- VST2 has `hostCallback`, `canDo()` and `effVendorSpecific()` for defining custom and/or host-specific behavior…
-
Hello Juce:ers!
I was reading the source code for WebBrowserComponent, and I thought this thing looked very suspicious: https://github.com/juce-framework/JUCE/blob/90e8da0cfb54ac593cdbed74c3d0c9b09…