-
```
In r767 I implemented a multidimensional nonlinear solver. What do you
think how findroot() should be called in the multidimensional case?
Assuming something like
def f(x1, ..., xn):
return …
-
Hey!
I'm on a new install of Win10 20H2 and this time VoxYou works,
but when I add a cable it loads ALL of my plugins currently in the Steinberg\VSTPlugins folder.
How can I change the default loc…
-
### Detailed steps on how to reproduce the bug
[Here](https://github.com/surge-synthesizer/JUCE/blob/086b21be1b08442631dcb58a9abc12acd48fce0a/modules/juce_audio_processors/format_types/VST3_SDK/plugi…
-
```
>>> sin(10**100)
mpf('-0.37237612366127668826218')
>>> sin(mpi(10**100))
[-1.0, 1.0]
>>> mp.dps = 1000
>>> sin(10**100)
mpf('-0.372376123[...]')
>>> sin(mpi(10**100))
[-0.3723761236[...], -0.37237…
-
```
http://calcrpnpy.sourceforge.net/clnum.html
It brings arbitrary-precision floating-point and rational arithmetic to
Python using a C++ library:
http://www.ginac.de/CLN/
It'd be interesting to c…
-
I didn't hear back from you, so here's my proposal regarding the above FR. The idea is to add an AAX specific function to the IVst3ToAAXWrapper interface so the plugin implementation can poll the cont…
-
It's not tested, but I _think_ [Floyd–Steinberg dithering](https://en.wikipedia.org/wiki/Floyd%E2%80%93Steinberg_dithering) can be used to enhance the display quality in the terminal, and could also b…
-
> Figure out if we can write a binding for VST3 API without getting a lawyer
iPlug2 (MIT licensed) uses VST3, and there are other frameworks that use VST3 as well.
IANAL, but methinks it should be…
-
### Is your feature request related to a problem or use case?
![Schermopname (1)](https://github.com/sandboxie-plus/Sandboxie/assets/125213359/4ded79a2-285a-445f-86a6-2ef35a440f9f)
this is als…
-
With VST2 being deprecated, a lot of higher order Ambisonics plugin manufacturers struggle with portion to VST3, as there's no suitable loudspeaker layout for higher order Ambisonics, speaking up to 7…