Package com.perisic.function

Class Summary
AnyFunction A "nice" function that is used as a basis for defining the pitch, instrument selection or velocity of a voice.
FourFunctions Defines a function via four functions in the corners of a rectangle and a point within this rectangle.
FourFunctionsFactory Maps every point (x,y) with x,y in [0..1] to a Nice function, so that points that are close to each other are mapped to similar methods.
LinCombOfFunctions f(x) = w1 * f1(x) + ...
LinearFunction A linear function.
NiceFunction A "nice" function that is used as a basis for defining the pitch, instrument selection or velocity of a voice.