Pattr for matrix

Yot Magnet's icon

Hi,

I'd like to use [pattr] object with Matrix values in order to recall last values when closing/opening Live Set. (I've checked "Parameter Mode Enable".
In my example below, it seems to keep only the last value.

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

Thanks

Tj Shredder's icon

Try the patch below, what you patched would only remember the last value the matrix sent to its outlet. With objects that use their outlet to send the complete state it would work, but the bindto outlet is the way to go in most cases (needs only one cable...)
Stefan

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

`

Yot Magnet's icon

Thanks a lot Stefan. It works..