| Class Summary |
| dx2x |
take a list of intervals and generate a new list with a new origin |
| ej |
|
| fplay |
Multi function editor (like ej.function.js without the graphics) |
| ftom |
Convert frequency to midi. |
| getejiesversion |
Returns the current installed version and the current available version (Internet connection). |
| l2buffer |
store a list into a buffer~ |
| lchange |
aware of list change |
| lclip |
clip the values of a list |
| ldrunk |
give beers to a list... |
| linterp |
list interpolator |
| ListAbs |
ListAbs:
interface used to perform ListAbs math operation |
| ListAbsDiff |
ListAbsDiff:
interface used to perform ListAbsDiff math operation |
| ListAcos |
ListAcos:
interface used to perform ListAcos math operation |
| ListAddition |
ListAddition:
interface used to perform ListAddition math operation |
| ListAsin |
ListAsin:
interface used to perform ListAsin math operation |
| ListAtan |
ListAtan:
interface used to perform ListAtan math operation |
| ListAtan2 |
ListAtan2:
interface used to perform ListAtan2 math operation |
| ListAtodb |
ListAtodb:
interface used to perform ListAtodb math operation |
| ListAverage |
ListAverage:
interface used to perform ListAverage math operation |
| ListCeil |
ListCeil:
interface used to perform ListCeil math operation |
| ListCos |
ListCos:
interface used to perform ListCos math operation |
| ListDbtoa |
ListDbtoa:
interface used to perform ListDbtoa math operation |
| ListDivision |
ListDivision:
interface used to perform ListDivision math operation |
| ListEqual |
ListEqual:
interface used to perform ListEqual math operation |
| ListEqualPass |
ListEqualPass:
interface used to perform ListEqualPass math operation |
| ListExp |
ListExp:
interface used to perform ListExp math operation |
| ListFloor |
ListFloor:
interface used to perform ListFloor math operation |
| ListGT |
ListGT:
interface used to perform ListGT math operation |
| ListGTOE |
ListGTOE:
interface used to perform ListGTOE math operation |
| ListGTOEPass |
ListGTOEPass:
interface used to perform ListGTOEPass math operation |
| ListGTPass |
ListGTPass:
interface used to perform ListGTPass math operation |
| ListIntDiv |
ListIntDiv:
interface used to perform ListIntDiv math operation |
| ListInvDivision |
ListInvDivision:
interface used to perform ListInvDivision math operation |
| ListInvIntDiv |
ListInvIntDiv:
interface used to perform ListInvIntDiv math operation |
| ListInvModulo |
ListInvModulo:
interface used to perform ListInvModulo math operation |
| ListInvSoustraction |
ListInvSoustraction:
interface used to perform ListInvSoustraction math operation |
| ListLn |
ListLn:
interface used to perform ListLn math operation |
| ListLog10 |
ListLog10:
interface used to perform ListLog10 math operation |
| ListLog2 |
ListLog2:
interface used to perform ListLog2 math operation |
| ListLT |
ListLT:
interface used to perform ListLT math operation |
| ListLTOE |
ListLTOE:
interface used to perform ListLTOE math operation |
| ListLTOEPass |
ListLTOEPass:
interface used to perform ListLTOEPass math operation |
| ListLTPass |
ListLTPass:
interface used to perform ListLTPass math operation |
| ListMaximum |
ListMaximum:
interface used to perform ListMaximum math operation |
| ListMinimum |
ListMinimum:
interface used to perform ListMinimum math operation |
| ListModulo |
ListModulo:
interface used to perform ListModulo math operation |
| ListNotEqual |
ListNotEqual:
interface used to perform ListNotEqual math operation |
| ListNotEqualPass |
ListNotEqualPass:
interface used to perform ListNotEqualPass math operation |
| ListPow |
ListPow:
interface used to perform ListPow math operation |
| ListProduit |
ListProduit:
interface used to perform ListProduit math operation |
| ListRound |
ListRound:
interface used to perform ListRound math operation |
| ListSin |
ListSin:
interface used to perform ListSin math operation |
| ListSoustraction |
ListSoustraction:
interface used to perform ListSoustraction math operation |
| ListSqrt |
ListSqrt:
interface used to perform ListSqrt math operation |
| ListTan |
ListTan:
interface used to perform ListTan math operation |
| ListTrunc |
ListTrunc:
interface used to perform ListTrunc math operation |
| lop |
list operator: perform calculation on lists. |
| lquant |
Quantize a list (aka rounding to the nearest subdivision). |
| lscale |
Scale list. |
| lslide |
smooth a list. |
| mmmm |
min, median, mean and max on a stream of values. |
| mtof |
Convert MIDI to frequency. |
| urn |
random sequence generator (like the standart urn object) |
| x2dx |
extract deltas from a list of values. |