Results 802 comments of Julian Rohrhuber

Actually I realised that this removes access to the five past discussions, so I re-opened the tab for now. But let's close it after a while.

I may not be the right person to say so, but I think we should direct people as much as possible to scsynth.org – this reduces fragmentation.

I have done the following: ``` pip3 install pre-commit pip install --upgrade pip pre-commit install >pre-commit installed at .git/hooks/pre-commit ``` Should I install pre-commit with `--allow-missing-config option`? In any case,...

`pre-commit run` returns me ``` An error has occurred: InvalidConfigError: =====> .pre-commit-config.yaml does not exist Check the log at /Users/wanninger/.cache/pre-commit/pre-commit.log ``` ### version information ``` pre-commit version: 2.12.1 sys.version: 3.8.9...

I need to read up on this again. But it seems hard to explain why only two operators are unsupported, while the rest is.

But indeed it behaves not as one may expect: ``` ( f = { var g = { ^thisMethod }; g.value; } ) f.value; // returns nothing. Why? well, because...

I suggest another naming because it conveys intent better: children are not only there for parents to wake them up. One way to do this would be to add an...

> This mimics the behavior of other libraries such as `libsndfile`. This is a good argument for this change, I think.

As the interface is now, it may offload too much implementation detail and maintenance to each UGen. As a maximum, there should be the clearly understandable list of properties like...

Yes, I do see the benefit of course. There is a lot of detail that I still find very hard to understand. Why does an analog out need a different...