common osc type

type

OSC message type tag. Specifies the data type: integer, float or array of float.

Each OSC data is dispatched to its respective OSC tag order. For example if the tag is ,iiif the first i data is sent/received to the data1 field, the second i to the data2 field and so on.

Usine accepts the following tags:

  • i : integer;
  • f : float 32bits
  • b : blob (array of float 32bit)
  • c : ascii character sent as 32 bit
  • r : 32bit RGBA color
  • m : 4 byte MIDI message (channel,msg,data1,data2)
  • T : true
  • F : false
  • N : nil
  • I : infinitum

version 6.0.241021

Edit All Pages