-
Hello,
first, hats off for the great work!
As you know, VST2 is discontinued by Steinberg and nobody is legally allowed to distribute it (else, their repo risks getting [DMCA'd](https://github.c…
-
Implement the improvement of LHS, orthogonal sampling, described in Ye, K. Q. (1998). Orthogonal column Latin hypercubes and their application in computer experiments. Journal of the American Statisti…
-
I've added ASIO to portaudio.dll for sounddevice to include ASIO devices as options no problem, but how do we use Jack with sounddevice? All documentation i've read on how to do it seems to think C:\P…
-
### I tried this:
```js
// main.w
bring cloud;
struct Output {
myBucket: cloud.Bucket;
}
class X {
extern "./source.ts" pub static inflight foo(b: cloud.Bucket): Output;
}
```
#…
eladb updated
2 months ago
-
```
>>> from mpmath import *
>>> a=matrix([[1,2],[3,4]])
>>> from mpmath.linalg import LU_decomp
>>> LU_decomp(a) # this will overwrite a
(matrix(
[[mpf('3.0'), mpf('4.0')],
[mpf('0.33333333333333331…
-
```
Maybe mandelbrot (from the demo script) should be included as a function?
Then you could just do:
>>> from mpmath import fp
>>> fp.cplot(fp.mandelbrot, [-0.96,-0.80], [-0.35,-0.2])
for a nice t…
-
```
>>> from mpmath import *
>>> a=matrix([[1,2],[3,4]])
>>> from mpmath.linalg import LU_decomp
>>> LU_decomp(a) # this will overwrite a
(matrix(
[[mpf('3.0'), mpf('4.0')],
[mpf('0.33333333333333331…
-
I really like the README; it is among the best that I have seen in GitHub.
Being very literal, a few things confused me that could be clarified by some README additions.
- Unlike some other minimali…
-
bc.. It would be awesome with a demo script that calculates the constant in
Gerver's solution to the moving sofa problem with high precision: http://mathworld.wolfram.com/MovingSofaProblem.html The ma…
-
Will you support ASIO in the future? I connect MIDI interface and audio latency is very high from my keypress. 100-200 ms latency is unacceptable for realtime midi recording/performing. Having ASIO s…
ghost updated
3 years ago