This device allows you to receive or send OSC message.
!OSC message is an alphanumerical field starting with “/” caracter
Settings:
Name |
User-friendly name |
Enable |
Activate to enable the device |
Run at startup |
Activate to run the device at Kinetic startup |
Input Enable |
Enable or disable input |
Input Port |
8000 is the default value (usually doesn’t have to be changed) |
Output Enable |
Enable or disable output |
Output IP |
Set output OSC device IP adress |
Output Port |
9000 is the default value (usually doesn’t have to be changed) |
Skip Mode |
you can skip sending OSC every “xx” frames |
Task action:
Enable device |
enable the device |
Disable device |
disable the device |
Send Message |
send OSC message |
Send Message + Int |
send message + Integer value |
Send Message + float |
send message + float value |
Send Message + string |
send message + string value |
Send Message + Multi |
send message + multiple values * |
Start Record |
start record of incoming OSC |
Stop Record |
stop record of incoming OSC |
Start Record |
start record of incoming OSC |
Stop Record |
stop record of incoming OSC |
* Send Message + Multi
for each parameter the first character indicates the type:
s : string e.g. smodulo indicates string and on send modulo
b: bool e.g btrue indicates bool and send true
i: integer e.g. i45 indicates integer and send 45
j: long e.g. j6454 indicates long and send 6454
f: float e.g. f45.32 indicates float and send 45.32
d: double e.g. d45.32 indicates double and send 45.32
parameters are separated by $$.
Don’t mix differents types of parameters in the same message.
For example, you can send: /modulo/i25$$i612$$i314 where “modulo” is the message and 25-612-314 are 3 integer values.
Task trigger:
Message |
trigg with OSC message |
Message + Int |
trigg with OSC message + Integer value |
Message + float |
trigg with OSC message + float value |
Message + string |
trigg with OSC message + string value |
Digimap trigger:
Message + Int |
trigg with OSC message + Integer value |
Message + float |
trigg with OSC message + float value |
Graph
Receive boolean |
receive boolean from OSC device |
Receive integer number array |
receive integer number array from OSC device |
Receive floating number array |
receive floating number array from OSC device |
Receive string |
receive string from OSC device |
Send OSC command |
send command on OSC device |
Send OSC command (integer parameter) |
send command on OSC device with integer parameter |
Send OSC command (floating parameter) |
send command on OSC device with floating parameter |
Send OSC command (string parameter) |
send command on OSC device with string parameter |
Send OSC command (multi parameter) |
send command on OSC device with multi parameter |
Send OSC command (vector 2d parameter) |
send command on OSC device with vector 2d parameter |
Send OSC command (vector 3d parameter) |
send command on OSC device with vector 3d parameter |
Send OSC command (3 integer parameters) |
send command on OSC device with 3 integer parameters |
User interface:
N/A
Device information:
For more information go on this webpage.