Results 803 comments of Julian Rohrhuber

In _Rethinking the Computer Music Language: SuperCollider_ (2002) James McCartney defined it this way: "The unit generator applications programming interface (API) is a simple C interface." (p. 64) … and...

yes, I think so. A leaky integrator in demand rate might also be useful.

yes, similar to `DelayN`, with `maxSize` and `size`.

I like the idea. Let's discuss this in the forum: https://scsynth.org/t/moving-the-supercollider-webpage/8485

Why not alias these to the respective implementation?

> Tricky when the link clock is floating point :/ You could find the next rational for that float

Yes, it seems to be the `freqtotone` method of the `AY` ugen is not correct. ```supercollider *freqtotone { |freq| // Approximate empirical... //^(109300 / (freq - 3.70727)) ^(110300 / (freq...

I've moved the issue here: https://github.com/supercollider/sc3-plugins/issues/348

Thanks for the investigation …. It may be that the timestretching produces bad values and kills the delay which then can't be recovered the usual way. I don't have the...

Thanks! The current implementation is as follows: - `"r"`: changes `sustain` - `"c"`: changes `sustain` and `speed` - `"s"`: changes `sustain` All this applies only to samples and is overridden...