-
AUv3 is modern and now popular plugin format used on Apple platforms.
This would be great and useful to have ability to translate FAuSt code to AUv3 template.
At this time C++ export can't be used …
-
Hi! I downloaded the Neural amp modeller 2 days ago. The first time I ran it, it appeared to work fine, but it sounded very muddy, noisy and scratchy (regardless of the amp model or IR i loaded into i…
-
It would be really useful to be able to import and export patterns (ideally in some text-only format, so the patterns could easily be edited using any text-editing tool).
This would allow easy shar…
-
It would be nice to have a native support for Linux
-
In the Preferences dialog, the list of input channels is always populated for the first listed device, and not for the actually selected device. In the following screenshot, we can see 16 channels bu…
-
Changing IPlugEffect IO Channels to 4-2 and the processing code to something like the below, reveals, that NInChansConnected is 4, but the array of inputs has 2. It dumps when read accessing the third…
-
**Describe the bug**
Bitmap Slider travel and position doesn't match mouse send position (control's value) - gets progressively worse at the extreme ends of travel.
**To Reproduce**
Create an IBS…
-
**Describe the bug**
ApplyLayerDropShadow with nanovg/app/release freeze with grey screen on loading.
the execution stuck at iPlug2/Dependencies/IGraphics/MetalNanoVG/src/nanovg_mtl.m:590 "[comman…
-
Instead of N ins, M outs, a plugin would specify buses and each buses would have a (potential?) number of channels.
For VST 2.4 the bus would be flattened.
This item would require to put more kn…
-
**Describe the bug**
During IPlugVST3ProcessorBase::ProcessParameterChanges only the last parameter change in a process buffer is used with `paramQueue->getPoint(numPoints - 1, offsetSamples, value)…