-
Hello,
I'm re-opening issue [#2352](https://github.com/LMMS/lmms/issues/2352)
It was from 2015, it was a copy-paste, and today, in 2018, the context is different.
**Context :**
On the 1st Oct 20…
-
```
$ ./setup.py install
./setup.py: line 1: from: command not found
: command not found
'/setup.py: line 3: syntax error near une…
-
```
These should work:
'oo' and '-oo' for infinity
'Inf', 'INF', 'NaN', etc
'2+3*I' or '2+4I' (SymPy and Mathematica style imaginary unit)
'2/3 + 4/5j' (rational parts for a complex number)
```
O…
-
In IPlugVST3.cpp, IPlugVST3::process(), the code does not handle any MIDI messages outside note-on/note-off. There is even a comment saying, "//process events.. only midi note on and note off?".
Th…
-
Hello Everyone,
i'm trying to use Faust as a quick vst prototyper and I really can't make it work.
I first tried the online version which export a windows vst as a .dll file. Then I put it in my…
-
```
import 'package:image/image.dart' as img;
void main() async {
final cmd = img.Command()
..decodePngFile('test_origin.png')
..ditherImage()
..writeToFile('test_image_dithered.…
-
### I tried this:
```ts
struct ClientProps {
token: str????;
orgSlug: str?;
}
```
### This happened:
The struct compiles correctly but later usage fails, for example:
```ts
struc…
-
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
**Current behavior:**
This bug only occurs on Android 9 when built targeting API level 28. When targeting API le…
-
```
findroot doesn't properly handle the case where the solver exits without
generating any values, which can occur for example if f(x0) and f(x1) are
identical and nonzero:
>>> findroot(lambda x: -1…
-
```
It would be nice to have mpi('1.2') resulting in mpi(1.2-0.05, 1.2+0.05).
Currently it tries to set the smallest interval using the current precision
(which might be a sane default), but for many…