Results 83 issues of Sciss

See also #87. The mechanism currently relies on the "ready" message being printed.

Bug

I know I actually don't want to touch these anymore. But as a placeholder: ```scala val n: GE = Seq(3,12,4,1,6,2).map(_.reciprocal) val s = Lag3.ar(SinOsc.ar(n, 0), SinOsc.ar(2.67.pow(n), 0).abs) * 99 val...

Enhance
low-priority

it's now disabled because sbt is complaining for unknown reasons: ``` [error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:~/Documents/devel/ScalaCollider/site/"), "scalacollider-snippets"): [error] de.sciss:scalacollider _2.13, _2.12 ```

Enhance
Documentation

In GitLab by @Sciss on Jun 6, 2020, 12:31 E.g. translated from SC: ```scala val b = Buffer.alloc(s, 512, 1) b.sine1((1 to 4).map(_.reciprocal), normalize = true, wavetable = true, clear...

Documentation

https://stackoverflow.com/questions/23181672/cannot-create-scaladoc-link-for-overloaded-method/27883506#27883506

Documentation
help wanted

- `Env.circle` - `circle` - `discretize` - `delay` - `Ops` -> `test` - ...

Enhance
help wanted

Would be useful to have a shortcut for ``` val b = Buffer.alloc(...) b.setn(...) ``` Like one of ``` Buffer.sendCollection(...) Buffer.send(...) Buffer.setn(...) ``` Not sure which is the best name.

Enhance

It would be useful to have a macro-based version og GE.poll, such that we can simply write ``` freq.poll() ``` and the macro provides a useful poll-label (`"freq"`).

Enhance

## Description I updated from Debian 9 to 10, my Jekyll is borked, so I'm trying to return to Ruby 2.3 (now is Ruby 2.5). I understand there is no...

upstream issue
platform: debian
work in progress

For example if the following markdown is on a page ## Caffè Nero then there is a problem with the anchor in the "On this page" section. While it is...

bug
unverified