-
Notifications
You must be signed in to change notification settings - Fork 22
SC_OSCVector
maybites edited this page Jan 19, 2020
·
2 revisions

OSCVector creates Vectors from a list of arguments
- address: OSC address
-
arg[idx]: message argument indices define which arguments should be passed on.
-
()all arguments are passed on -
(0)only arg0 is passed on -
(0, 1, 2)arg0, arg1 and arg2 are passed on -
(2, 0, 1reordering the arguments toarg2 arg0 arg1
-
- X: default value for x
- Y: default value for Y
- Z: default value for z