Page 1 of 1

Posted: 20 Mar 2011, 11:20
by javanaiz
Hola !

I write a patch in the sequencer call "patch 1" in a work space call "WS1"
there's a user curve link to this patch for the volume.
I can see my usercurve in the seq.
everything works fine.
I save my "patch 1"

Now I open a new Workspace.
I insert my "patch 1" in the sequencer
But I don't see my usercurve anymore !

Is there a way to store my original usercurve in a patch ?
if not, where are the usercurve data stored
Best regards
j.

Posted: 20 Mar 2011, 11:56
by nay-seven
Hola hombre !

no, senso can maybe confirm but the user curves are store with the sequencer in the workspace, can't be saved in a patch
here a workaround, maybe others solution :
use a lines module inside your patch , set his length the same as your patch in the sequence,set his synchro on button, and use an on activation module to start it...this way you can save your patch.:
Image

Posted: 20 Mar 2011, 21:39
by javanaiz
gracia !
interessant ! so the datas for the usercurve are in the workspace.
I like also the way you solve it
very elegant ;)