2 summary:: envelope specification
3 related:: Classes/InterplEnv
4 categories:: Control, Envelopes
7 Takes sets of x, y and curve values and returns a new instance of InterplEnv.
8 x values can be negative (for use in indexing with negartive values or signals).
9 See link::Classes/InterplEnv:: Help for more info.
14 a = InterplXYC([0, 0, \lin], [1, 2, \sin], [2, 0]);
17 a = InterplXYC([[-1, 1, \sin], [0, 2, \lin], [1, 0]]);