Results 803 comments of Julian Rohrhuber

Ah, I don't remember why it seemed necessary at that time. Yes, if you test compile it on linux and see if it works as intenden, it should be fine.

Thank you, such a documentation would be good. Just note that these are *not* global variables, at least I don't think this is correct: each of these return a different...

Yes, definitely, such reference pages are very useful. There ist, e.g. the `Randomness` helpfile, which is more than a reference link page, but it also is useful in the sense...

Good effort, thank you! The only thing I am unsure is whether we should call these keywords "global". They all make sense only in a local context (like `thisFunction`), and...

@bla3kw3b how about this: replace the current terminology with `pseudo-variables` everywhere and make one file that lists them? Then we have one place that is easy to find and a...

They are called pseudo-variables because they can be accessed like a variable, but you can't assign any value to them. So they are not variables properly speaking, but similar. The...

Oh yes, this strange cat. I agree with those who opt for setting it to some reasonable value.

Excellent, thanks a lot. I wondered (I currently cand do the test myself), if the following are true: - method calls that pass keywords to objects that implement a custom...

Good! It seems to me that the current behaviour: ```supercollider ~obj.someMeth(1, 2, args: [3, 4]) == ~obj.doesNotUnderstand(\someMeth, 3, 4); // -> true ``` Is definitely wrong and should be considered...

Sorry for the long break, I didn't see a notification that you had done the next step. Thanks a lot, @JordanHendersonMusic ! I was pondering a little about how we...