Class:            SplineFunction

Environment:      Siren
Superclass:         Siren.LinearFunction
Category:         Music-Functions
Instance variables:   linSeg
Indexed variables:   objects

Instances of SplineSeg are cubic splines betwen their points.

Instance Variable:
   linSeg       my linear twin

computing

computeCurve
   Compute the receiver by cubic interpolation; use the Geometric spline.

accessing

at: anIndex
   Answer the value at the given index in my range--take it out of my computed form.

MetaClass:         SplineFunction class

examples

splineExample
   Make a SplineSeg.

splineViewExample
   Make a SplineSeg and open a view on its form.

instance creation

default
   Answer a default instance of the receiver class.