Julian Rohrhuber
Julian Rohrhuber
## Motivation In the first versions of supercollider, the examples were the central hub around which one would learn the language. I do see that nowadays we have repositories like...
There was still some documentation missing for the new keyword argument collection.
## Purpose and Motivation Since 3.14, we can write `Pbind(freq:8, dur:0.2)`, for the rc0, I forgot to add the syntax to `Pbindef` and `PbindProxy`. The change is trivial: `pairs =...
We have a python script that generates release notes. It would be nice if it would check for "Fixed #*" and then add this link. Then we could note what...
## Purpose and Motivation The test `test_notifyAndServerBootActions` tends to fail in the CI. This is an attempt to fix it by using a condVar to wait instead of a fixed...
As discussed here: #231 It may break code, but since the feature was unknown, and easy to fix, it should be good. I've added a convenience method, you can now...
Discuss (in a meeting) how we have been balancing different aspects of langauge consistency / backwards compatibility, and how to make this process easier to understand. This can be a...