Hey All
I've had a bit of a daydream about a further development in PD. Could an expression be placed into the arguments of an object, or even a named receive become part of expr
I suppose the dream would be to have something like
[osc~ (pitch * 2)]
instead of
[r pitch] | [* 2] | [osc~]
or even
[expr pitch * 2] | [osc~]
And other such space-saving arguments.
Does anyone know of anything like this to streamline pd? Or am I just dreaming here?
Cheers
Andrew