-
## Environment
* SuperCollider version: 3.10
* Operating system: Linux
## Steps to reproduce
```supercollider
(
s.waitForBoot {
b = Buffer.alloc(s, 10, 1, { |buf| buf.setnMsg(0, (0..9)) …
-
```
n = play 70, pan: -1, pan_slide: 1, pan_slide_shape: 6
control n, pan: 1
```
The sound never pans to the right. Changing the shape to any other value works correctly. Changing the starting pan …
-
SCDoc uses userExtensionDir and systemExtensionDir when searching for HelpSource files, which obviously doesn't cover anything compiled into the lang via an include, nor does it ignore things that are…
scztt updated
9 years ago
-
In the interest of making `TextView`'s text-editing interface more compatible with `Document`:
`Document` has an undocumented, but useful, `textChangedAction` that fires every time the document's c…
-
Hello,
I installed nuPG on my M1 mac Mini running macOS 12.6 Monterey and SuperCollider 3.12.2.
During installation, I could not find a quark called 'JiTLib_Extensions' in the Quarks UI, but bas…
-
Load and display a full 128 note scale.
See #363 for the discovery of this issue.
-
Hey guys. I'm working with a new hardware platform called Bela
http://bela.io
the linux os has a node.js webserver installed and I'm trying to implement sending nx messages to "node" (with not a lot…
-
Super, thanks for 3.13.0-rc2. I've tested the new Grid-related stuff and found the following:
1. in ExponentialGridLines.getParams there is a small bug (Grid.sc line 751 and following:
` ) {
…
-
Hello guys,
I have come across an intriguing issue while using my `Rational` Quark (https://github.com/smoge/Rational) type for fraction arithmetic. For example, trying to multiply two `Rational` n…
smoge updated
3 months ago
-
## Environment
* SuperCollider version: 3.12.2
* Operating system: Arch
* Other details (Qt version, audio driver, etc.): Running in SCNVIM
## Steps to reproduce
(Example from PitchTreb…