-
Right now unison in surge happens through one of two mechanisms
1. Oscillators implement it internally, but it is only at the oscillator stage, not down the entire voice or
2. You can run two scen…
-
normally this effect is seen on the base instruments, rarely is an alone plugin.
Parameter:
voices 1-16
detune
stereo spread
phase differences
mod: Hz - octave
dry/wet
-
I am seeing strange behavior of Unison when using the `atomic` preference for directories. Sometimes Unison shows a `props props` conflict fist for such a directory and only _on a subsequent run_ the…
-
### What happened?
I can `ls /d/a/unison/unison/.stack-work/install/2736fb8a/bin/unison` and get
```
-rwxr-xr-x 1 runneradmin 197121 105223168 Feb 12 16:35 /d/a/unison/unison/.stack-work/install/27…
-
**Describe and demonstrate the bug**
From a new install of Unison:
```
scratch/main> project.create optics
🎉 I've created the project optics.
I'll now fetch the latest version of th…
-
## Before public release:
- [x] Fix handling of `%2F` when fetching definitions; https://github.com/unisoncomputing/enlil/issues/47 @tstat
- [x] Include 'requestID' in error responses so users can…
-
The fact that all binary operators associate to the left is a source of surprise for programmers (and probably bugs).
We should do something about this. Options include:
1. Hard-code some preced…
-
Unison's syntax is just used for parsing and pretty-printing of definitions, but the actual definitions are stored in the codebase as their AST. This means we could support multiple syntaxes for the l…
-
Follow-on to #46
-
I ran into this bug while writing a transcript recently. My workaround for now is to repeat the same `unison` block twice. You can see that feedback from `ucm` is empty the first time (incorrect), and…