Pattrstorage and lights effect

Ad.'s icon

Hi all.
I would like to use pattrstorage effect to make a light conductors (send dmx datas), and to store different scene.

For instance my effect 1 is stored in slot 1, and my effect 2 is stored in slot 2. Is this possible to make my effect 2 appear in 10 sec, in make my effect 1 disappear in 90 sec ?

I hope I'm clear !
THX..
Ad.

Andrew Benson's icon
Max Patch
Copy patch and select New From Clipboard in Max.

It sounds as if the 'line' object or one of its variants (bline, line~) is what you need. The ramp-up/ramp-down time can be stored as part of your pattr preset. Check below. One trick to getting this to work correctly is that the ramptime needs to be sent before the the value. You can do this by setting the priority of the ramp to a lower number than the value in the pattrstorage "Client Objects" window.

Ad.'s icon

exact !! Thx
Ad;