pattr help

encoder audio's icon

Hi Guys,

I have a weird (well, weird for me) problem with pattr.
I would like to store a multisliders state with pattr (bindo connection), in a M4L device.

With 1 multislider in the patch, works like a charm, but in this device Im working on, there is 4 multisliders.

- tried the simple bindo connection : state not saved
- tried the simple connection : state not saved
- tried naming the pattr objects : state not saved
- tried naming them and use a pattrstorage object : state not saved

What Im doing wrong?

encoder audio's icon

OK.
Solution.

Connect the multisliders output to the input of the pattr object.
Connect the first outlet of the pattr object to the input of the multislider.

Enable parameter mode in pattr, and select BLOB as format.

Now, I'm able to save the multisliders (total 4 in this patch) with the Live project.
(Sequencer kind of device.)

Still confuses me, that if I use only 1 multislider object (for example storing random numbers) in my patch, and using the bindto connections, works like a charm :S

Andro's icon

Why don't you use the autopattr object ?
Heres a great tutorial from cycling 74.
Allows you to also interpolate between presets !