Weird coll problem.

fairesigneaumachiniste's icon

I store a value in coll with a symbol. I then immediately retrieve that value and 'set' the object which created it. This is so that the object and the coll stay in sync when modified separately. I am using route as more than one value is stored in the coll but for simplicity I have only put one in the patch.

Though, even using deferlow, I still don't get expected behavior. Here's a patch, try adding deferlow between 't b' and 'symbol file':

Max Patch
Copy patch and select New From Clipboard in Max.

Guillaume Evrard's icon

hi

use pak instead of pack, with zl reg to do the trick :

Max Patch
Copy patch and select New From Clipboard in Max.

works here, i think...

cheers

g

2008/11/26 fairesigneaumachiniste

Max Patch
Copy patch and select New From Clipboard in Max.

>
> I store a value in coll with a symbol. I then immediately retrieve that
> value and 'set' the object which created it. This is so that the object and
> the coll stay in sync when modified separately. I am using route as more
> than one value is stored in the coll but for simplicity I have only put one
> in the patch.
>
> Though, even using deferlow, I still don't get expected behavior. Here's a
> patch, try adding deferlow between 't b' and 'symbol file':
>
>
>
>
>

Guillaume Evrard's icon

sorry i answered a bit too quickly

here is the correct solution i propose :

Max Patch
Copy patch and select New From Clipboard in Max.

g

2008/11/26 Guillaume Evrard

Max Patch
Copy patch and select New From Clipboard in Max.
Max Patch
Copy patch and select New From Clipboard in Max.

> hi
>
> use pak instead of pack, with zl reg to do the trick :
>
>
>
> works here, i think...
>
> cheers
>
> g
>
> 2008/11/26 fairesigneaumachiniste
>
>
>> I store a value in coll with a symbol. I then immediately retrieve that
>> value and 'set' the object which created it. This is so that the object and
>> the coll stay in sync when modified separately. I am using route as more
>> than one value is stored in the coll but for simplicity I have only put one
>> in the patch.
>>
>> Though, even using deferlow, I still don't get expected behavior. Here's a
>> patch, try adding deferlow between 't b' and 'symbol file':
>>
>>
>>
>>
>>
>
>

fairesigneaumachiniste's icon

Thanks for your replies but neither of those solutions work for me.

I'll find another way.

fairesigneaumachiniste's icon

Fixed it. Just needed a buddy object in front of pack.