[PD] Local Variables in GUI Properties (receive-symbol)

Ben Baker-Smith bbakersmith at gmail.com
Fri Mar 26 18:24:59 CET 2010


Fantastic, that did the trick. I'll keep my variables as prefixes from now on.

Though ideally the gui objects should handle variables in the same way
as standard send and receive objects (and arrays), which can take
variables at the beginning, end, or in the middle.

Thanks everyone!

On Fri, Mar 26, 2010 at 12:01 PM, Derek Holzer <derek at umatic.nl> wrote:
> $0, $1 and all other variables should be at the beginning of the name of
> your variable, not the end. This is the same whether it's a send, an array
> or anything else.
>
> D.
>
> On 3/26/10 5:22 PM, Ben Baker-Smith wrote:
>
>> I've tested this with toggle, bang, and canvas objects. If I put $0 in
>> the send or receive properties everything looks fine until i close and
>> re-open properties, then "test-send-$0" becomes "test-send-0" and
>> "testreceive$0" becomes "testreceive0". At no point (before or after
>> closing / re-opening properties) will the objects send or receive $0
>> properly.
>
>
> --
> ::: derek holzer ::: http://macumbista.net :::
> ---Oblique Strategy # 23:
> "Breathe more deeply"
>
>
>




More information about the Pd-list mailing list