Skip to content

SC_OSCVector

maybites edited this page Jan 19, 2020 · 2 revisions

alt text

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, 1 reordering the arguments to arg2 arg0 arg1
  • X: default value for x
  • Y: default value for Y
  • Z: default value for z

Clone this wiki locally