-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobjlist.txt
executable file
·29 lines (29 loc) · 1.16 KB
/
objlist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
any.== compares datatypes
array.binop binary operations in arrays
array.rand random populates an arrays
array.unop unary operations in arrays
ls.binop binary operations in list
ls.butlast list but the last element
ls.choose random choose an element of the list
ls.getRotate N rotated element of a list
ls.circgroup groups elements into a circular list
ls.group groups elements into a list
ls.iter list iteration
ls.last last element of the list
ls.max greatest element of a list
ls.mean mean of the floats in a list
ls.min minimum element in a list
ls.mode mode of a list
ls.quicksort quicksort algorithm implemented as a vanilla abstraction
ls.removeAt removes element at index
ls.rotate N rotation of a list
ls.scramble randomize elements in a list
ls.ser.arithm build an artithmetic series list
ls.splice replaces element in a list with anothe list
ls.unop perform unary operation in elements of a list
mtxgui vanilla matrix interface
mtxstep vanilla step sequencer with some non usual features
slash.oscformat tool to format OSC messages
slash.oscroute tool to route OSC messages
symbol.== test if two symbols are equal
symbol.split splits a symbol according to a char