Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > f1370d9b17597db213c06ccf33274692 > files > 121

faust-0.9.10-5mdv2010.1.x86_64.rpm


// sequences from tuples (parallel -> serial)

serial((x,y))	= serial(x) : serial(y);
serial(x)	= x;

process		= serial((sin,cos,tan));