-
I did the VST3 builds provided here and they worked for MacOS but do not work on Windows 10. Viewing in Windows 10 they appear as folders instead of VST3 files and they do not get scanned when using V…
-
I was not able to find a .NET UI library that is small enough (e.g not bringing 10MB of Skia native binaries) and compatible with NativeAOT, and would support the VST3 model (e.g just HWND, renderloop…
xoofx updated
3 months ago
-
Hi,
The knobs are not visible on the GUI neither on the standalone or the VST3, regardless of the VST host used.
I get a black banner where the knobs should be.
My guess it that is has somet…
-
#### Bug description
If the VST3 version of the ScopeSync plugin is loaded into a host, the parameter names are shown as blank in the host (although they are displayed correctly in the ScopeSync GUI)…
-
Is there a way to change things that aren't typically changed dynamically? I have two things in mind:
- I have a linear phase equaliser that changes the latency it reports dynamically based on vari…
-
### Version
24.05
### Plugin type
Native / JACK, VST3
### OS
Windows 11
### DAW / Host (if applicable)
_No response_
### Description
https://github.com/user-attachments/as…
-
### Thanks for giving yabridge a shot!
- [X] I read through both the troubleshooting and the known issues sections, and my issue wasn't listed there
### Problem description
On a Raspberry Pi …
-
If you do:
```
python duplicate.py IPlugEffect ABC Test
cd ABC
nano ABC/ABC.cpp # just add SetLatency(8192);
./makedist-mac.command
```
Launch Reaper64 (for example): the VST3 crashe…
-
Linking phase fails for airwave-host-32 when compiling on 64-bit host:
```
[ 31%] Linking CXX executable airwave-host-32
ld: Relocatable linking with relocations from format elf64-x86-64 (/usr/li…
-
Loading the VST2 version of this plugin seems to work fine in the JUCE 5.3 AudioPluginHost.
The component version doesn't seem to even attempt to load.
The VST3 version crashes the host, leading to …