Environment: Siren
Instances of ExponentialFunction are exponential-segment functions of one free variable.
Example:
ExponentialFunction from: #((0 0 -5) (0.2 1 -3) (0.8 0.5 -2) (1 0))
accessing
pointAt: index
Answer the given value in the receiver's breakpoint collection as a 2-D point.
printing
Format and print the receiver on the argument.
MetaClass: ExponentialFunction class
instance creation
Answer an ADSR envelope.
default
Answer a default instance of the receiver class.
from: anArrayOfPoints
Answer a function with the given points.
examples
Make an exp seg and open a view on its form.
expASRViewExample
Make an exp seg and open a view on its form.
expsegViewExample
Make an exp seg and open a view on its form.