This is a M4L tutorial on how to store, load and morph a list of values.
The pattr and pattrstorage objects may seem daunting to newcomers to the Max world, but those objects are very useful for managing data like multiple presets that you wish to store with your set.
I have an example device that allows you to work with the values of a multislider object and lets you store those values with your Live Set.
The multislider object is a Max object without special support for Max for Live, therefore it doesn't remember values like M4L objects such as live.dial and live.numbox do.

- Click here to download the Multislider Pattrstorage Example device
If you are familiar with Max, this example may be all you need to get started. But for the newcomers or in case you need a refresher, let me show you how to set up your own preset system.