🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jp.keijiro.osc-jack.visualscripting

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jp.keijiro.osc-jack.visualscripting

OSC extension for Visual Scripting

2.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

OSCJackVS

gif

OscJackVS is an extension for visual scripting in Unity that adds custom nodes for handling OSC (Open Sound Control) messages.

It uses OSC Jack as a backend. If you're interested in using OSC without visual scripting, please check the OSC Jack project.

System Requirements

  • Unity 2021.3 or later

OSC Jack requires System.Net.Sockets supported on most platforms but a few network-restrictive platforms like WebGL.

How To Install

This package is available in the Keijiro scoped registry.

  • Name: Keijiro
  • URL: https://registry.npmjs.com
  • Scope: jp.keijiro

Please follow this gist to add the registry to your project.

OSC Connection

OSC Connection

The OSC Jack components require OSC Connection files to specify connection types, host addresses and port numbers. To create a new OSC Connection file, navigate to Assets > Create > ScriptableObjects > OSC Jack > Connection.

You must specify a target host address to send OSC messages (leave it empty for receive-only connections).

Custom Nodes

OSC Input

OSC Input

OSC Input receives OSC messages in a flow graph.

There are the following variants for different data types:

  • OscBangInput (trigger without data)
  • OscIntInput
  • OscFloatInput
  • OscStringInput
  • OscVector2Input
  • OscVector3Input
  • OscVector4Input

Note that it triggers the event multiple times in a single frame.

OSC Output

OSC Output

OSC Output sends OSC messages from a flow graph.

There are the following variants for different data types:

  • OscBangOutput (trigger without data)
  • OscIntOutput
  • OscFloatOutput
  • OscStringOutput
  • OscVector2Output
  • OscVector3Output
  • OscVector4Output

Keywords

unity

FAQs

Package last updated on 25 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts