beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

OscNumber Op

 extension op - visible to all users


OscNumber

Op author: pandur
Maintained by Team: OSC

Outputs a single number from a user defined OSC address


To get OSC data into cables you will need to install Osc2ws (Osc to web socket) from the following repo

https://github.com/pandrr/osc2ws

After following the instructions make sure that you check the example file to see how the web socket op is set up to receieve OSC data.

The websocket op receives data from osc2ws on port 8000
make sure that your OSC device is transmitting on port 9000 and that it has the same IP address as your computer.



Inputs

Message (Object)

Incoming Osc message

Address (String)

Address to filter data from

Learn (Trigger)

Click to learn. Op automatically listens to the next Osc message that comes in

Outputs

Result Message (Object)
Value (Number)

Number out

Received (Trigger)

Triggers when a message change occurs


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

OSC example patch


Patches using OscNumber

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2019-09-06 - pandur
Ops.User.pandur.OscNumber renamed to Ops.Devices.OSC.OscNumber
2019-09-06 - pandur
Ops.Devices.OSC.OscNumber renamed to Ops.Extension.Osc.OscNumber
2022-12-14 - stephan