2 summary:: envelope specification
3 related:: Classes/InterplEnv
4 categories:: Control, Envelopes
7 Takes an array of [x, y] pairs and a curve value for all break points.
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 = InterplPairs([[0, 1], [1, 2], [2, 0]], \sin);
17 a = InterplPairs([[-1, 1], [0, 2], [1, 0]], \sin);