Julian Rohrhuber
Julian Rohrhuber
> Regarding exactly what should be in abstract object, my opinion is that it should contain nothing. I absolutely agree. As I said, my care with regards to what needs...
Actually, I am not sure if we need extra syntax? It would be an internal method of delegator objects which you wouldn't have to touch. I was wondering about the...
Re the extra forward syntax. Why not: ``` fooMessage { |a, b, c| ^someObject.forwardMethod(thisMethod) } ``` Or even: ``` fooMessage { |a, b, c| ^someObject.forwardThisMethod } ``` This says what...
> I think `#(...)` for proto object is a good idea because most people try to use event `(...)` for object prototyping. This makes it easy to convert. well, my...
> Okay I think splitting this up is a good idea then. Abstract object and the hierarchy changes are quite contained --- took a while to figure out because the...
Great! Let's call it somethimng that starts with AbstractObject, e.g. `AbstractObjectPreliminary` or `AbstractObjectPreview`. Then one can find it with autocomplete.
> Is it possible to do unit testing in a quark? yes of course. You just add the test classes.
There was a reason, but I can't remember. I'll close this if I don't find the reason.
It may have been an incomplete attempt at resolving this situation. (sorry, edited, made a control rate example) ```supercollider ( { var n = 8; var c = ControlRate.ir; var...
It should be a repeating waveform, but starts differently.