





NOTE 60 4

curve slider  @Grain := 0.05s, @Action := print $x
{
	$x
	{
	     { 0. } @type "exp"
	1    { 1. }
	2/5  { 3. } @type "quad_out"
	3	{ 0. }
	}
}

curve slider  @Grain := 0.05s, @Action := print $y
{
	$y
	{
	     { 0. } @type "exp"
	3    { 2. }
	2/5  { 4. } @type "cubic_out"
	2	{ 6. }
	}
}


NOTE 69 8

curve slider  @Grain := 0.05s, @Action := print $z
{
	$z
	{
	     { 0. } @type "exp"
	4    { 3. }
	1/3  { 1.5 } @type "quad_out"
	3	{ 6. }
	}
}


