Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / examples / nstvector / nstvector.dsp
1 time = (_, 1 : +)~_;
2 a = _;
3 b = _ : vectorize(3);
4 c = _ : vectorize(3) : vectorize(4);
5
6 process = _ : serialize <: a, b, c;
7 //process = vectorize(1) : vectorize(2) : vectorize(2);
8 //process = serialize;