Re: [PD] not resolving dollar in arguments : is it possible ?

2018-06-19 Thread IOhannes m zmoelnig
On 2018-06-19 15:45, IOhannes m zmoelnig wrote: > so eventually, i could be talked into implementing support for setting > (unescaped and escaped) and getting (unexpanded and expanded) $args for > [canvasargs]. > mainly i'll have to find a nice API to expose that functionality on the > patch

Re: [PD] not resolving dollar in arguments : is it possible ?

2018-06-19 Thread IOhannes m zmoelnig
On 2018-06-19 10:03, Raphaël Ilias wrote: > Hello ! > > I'll try to ask this in a few words : > > is it possible to dynamically save a $n-symbol as an argument in an > abstraction, like you can do with [iemguts/canvasargs] but without > "resolving" the $n index declaration ? > > The idea would

Re: [PD] not resolving dollar in arguments : is it possible ?

2018-06-19 Thread Liam Goodacre
Do I understand correctly that you're trying to get the symbol "$0" or $1" into a list without it being interpreted? If so, then this should do it. [list $ 0 ( | [$1$2-argument ( From: Pd-list on behalf of Raphaël Ilias Sent: 19 June 2018 09:03 To: pd-list