OscNumber Op

OscNumber

Outputs a single number from a user defined OSC address


<p>To get OSC data into cables you will need to install Osc2ws (Osc to web socket) from the following repo</p> <p><a href="https://github.com/pandrr/osc2ws">https://github.com/pandrr/osc2ws</a></p> <p>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.</p> <p>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.</p>


Full Name
  • Ops.Extension.Osc.OscNumber
Visibility
  •  Extension Op - Visible to all users
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Message (Object)

<p>Incoming Osc message</p>

Address (String)

<p>Address to filter data from</p>

Learn (Trigger)

<p>Click to learn. Op automatically listens to the next Osc message that comes in</p>

OUTPUT PORTS


Result Message (Object)
Value (Number)

<p>Number out</p>

Received (Trigger)

<p>Triggers when a message change occurs</p>


Patches using OscNumber

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-09-06 08:41
Ops.User.pandur.OscNumber renamed to Ops.Devices.OSC.OscNumberuser avatarpandur - 2019-09-06 08:52
Ops.Devices.OSC.OscNumber renamed to Ops.Extension.Osc.OscNumberuser avatarstephan - 2022-12-14 10:16